a {
  color: #0e9ce0;
}
span:lang(ja) {
  font-family: sans-serif;
}
span:lang(cn) {
  font-family: sans-serif;
}
.temp > li > a {
  display: inline;
  padding: 0px 15px !important;
}
.temp > li > a:hover,
.temp > li > a:focus {
  text-decoration: underline;
  background-color: transparent;
}
.temp > li.disabled > a:hover,
.temp > li.disabled > a:focus {
  text-decoration: underline;
  background-color: transparent;
}

.authors{
  font-style: italic;
}

.collapsible {
  background-color: #9;
  color: #0e9ce0;
  cursor: pointer;
  padding: 0 5px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 12px;
}

.active, .collapsible:hover {
  background-color: #0e9ce0;
  color: white;
}

.content {
  margin: 10px;
  padding-left: 10px;
  display: none;
  overflow: hidden;
  background-color: white;
  color: black;
  border-left: solid silver 5px;
}

body{
  width: 100%;
  background-color: white;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  background-image: linear-gradient(white, white);
}

.container {
  max-width: 650pt;
  border: 1px solid white;
  padding:0px 0px;
  background: white;
  box-shadow: 0px 0px 0px #22222277;
}

.button {
  background-color: white;
  color: black;
  border: 2px solid #0e9ce0;
  cursor: pointer;
  padding: 5 5px;
  text-align: center;
  outline: none;
  font-size: 12px;
}

.button:hover {
  background-color: #0e9ce0;
  color: white;
  border: 2px solid #0e9ce0;
}

a.button {
  background-color: white;
  color: #0e9ce0;
  border: 2px solid #0e9ce0;
  cursor: pointer;
  padding: 0px 5px;
  text-align: center;
  outline: none;
  font-size: 12px;
}
a.button:hover {
  background-color: #0e9ce0;
  color: white;
  border: 2px solid #0e9ce0;
}

.more {
  background-color: white;
  color: black;
  border: none;
}

tr:hover td {background: #f5f2f2}

button.bib {
  background-color: white;
  color: #0e9ce0;
  border: 2px solid #0e9ce0;
  cursor: pointer;
  text-align: center;
  outline: none;
  font-size: 12px;
}
button.bib:hover {
  background-color: #0e9ce0;
  color: white;
  border: 2px solid #0e9ce0;
}