#bibbase_header {
  display: none;
}

a,
a:visited,
a:hover,
a:active {
  color: #0984e3;
}

#bibbase_body a {
  color: #000;
}

.bibbase_paper_content {
  display: none;
}

#bibbase_paper::before {
  display: none;
}

.news {
  padding-left: 10px;
  line-height: 1;
}

.new {
  color: red;
}

/* h1,
h2,
h3,
h4,
h5 {
  line-height: 1.15;
  font-weight: 700;
} */

.pad_section {
  padding-bottom: 10px;
}

header {
  line-height: 1.7;
}
/* 
a.button4 {
  background-color: #76aded;
  display: inline-block;
  padding: 0.1em 1.0em;
  margin: 0 0.05em 0.05em 0;
  border: 0.16em solid rgba(57, 136, 229, 1.0);
  border-radius: 2em;
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 300;
  color: #FFFFFF;
  text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, 0.35);
  text-align: center;
  transition: all 0.2s;
}

a.button4:hover {
  background-color: rgba(57, 136, 229, 1.0);
}

@media all and (max-width:30em) {
  a.button4 {
    display: block;
    margin: 0.2em auto;
  }
} */


.citation {
  margin-left: 10px;
  padding: 8px;
  min-height: 260px;

  /* border on bottom */
  border-bottom: 1px solid #e6e6e6;
}

.citation:not(:first-child) {
  margin-top: 10px;
}

.citation-title {
  font-weight: initial;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2px;
}

.citation-venue {
  margin-top: 4px;
  font-weight: initial;
  font-size: 20px;
}

.citation-authors {
  margin-top: 4px;
  font-weight: initial;
  font-style: italic;
  font-size: 18px;
}

.citation-description {
  font-weight: normal;
  font-size: 18px;
  padding-top: 8px;
  line-height: 1.6;
}

.citation-link {
  font-weight: normal;
  font-size: 20px;
  padding-top: 8px;
  line-height: 1.6;
}

.citation h4,
h5,
h6 {
  margin: 0;
  font-weight: initial;
  font-size: 16px;
}

.citation b {
  text-decoration: underline;
  font-weight: bold;
}

.citation ul {
  padding-left: 0px;
  margin: 0;
}

.citation li {
  display: inline;
}

.citation h4 {
  line-height: normal;
  font-weight: bold;
}

.citation h5 {
  margin-top: 4px;
  margin-bottom: 4px;
  line-height: normal;
  font-size: 12px;
}

.citation h6 {
  /* margin-top: 4px; */
  font-style: italic;
}

.citation-media-image {
  float: right;
  margin-left: 8px;
  /* rounded corners and border */
  border: 1.5px solid #3e3e3e;
  border-radius: 8px;
  width: 200px;
  max-height: 250px;
}

/* On mobile, hide citation-media-image */
@media all and (max-width: 600px) {
  .citation-media-image {
    display: none;
  }
}

.citation p {
  /* color: steelblue; */
  /* font-weight: bold; */
  font-size: 12px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.citation .conference {
  font-style: normal;
  font-weight: bold;
  padding-right: 5px;
  padding-left: 5px;
  background-color: PaleGreen;
  margin-left: 0;
}

.citation .conference.workshop {
  background-color: LightSkyBlue;
}

.citation .conference.arxiv {
  background-color: Gainsboro;
}

@media only screen and (max-width: 600px) {
  .news,
  .citation {
      margin-left: 0;
  }
  .citation h4 {
      font-size: 14px;
  }
  .citation ul {
      font-size: 12px;
  }
  .authors h5 {
      font-size: 16px;
  }
  .authors h6 {
      font-size: 12px;
  }
  .show_wide {
      display: none;
  }
}

.authors {
  padding-bottom: 10px;
}

.shadowed_text {
  text-shadow: 4px 0 4px #5fb7f7, 0 -4px 4px #5fb7f7, 0 4px 4px #5fb7f7, -4px 0 4px #5fb7f7;
  color: white;
}