
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: 0px;
  padding-bottom: 1em;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 95%;
  display: none;
  overflow: hidden;
  background-color: whitesmoke;
  color: #444;
  border-left: double silver 0px;
}

.people-pic {
  max-width: 100px;
  max-height: 100px;
  border-radius: 50%;
  padding: 0;
}

.people-name {
  margin: 10px 0 10px;
}

.people-name h6 {
  margin: 4px 0;
  font-weight: 100;
  font-size: 11px;
}
@media (max-width:1000px) {
    div.speaker img.people-pic {
        max-width: 100px;
        max-height: 100px;
    }
    .people-pic {
        max-width: 65px;
        max-height: 65px;
    }
    .people-name {
        font-size: 13px;
        line-height: 18px;
    }
    .people-name h6 {
        font-size: 9px;
    }
}

.bio {
  margin: auto;
  width: 98%;
  padding: 2px;
  font-size: 95%;
  color: #444;
}

.invited{
  border-collapse: collapse;
}
.invited th {
  padding: 10px 6px;
}
.invited td {
  padding: 10px 6px;
}

.invited tr:nth-child(odd) {
  background-color: whitesmoke;
}