#conference-sweet {
  max-width: 80em;
  margin: 10px auto;
}
#conference-sweet * {
  box-sizing: border-box;
}
#conference-sweet h2 small,
#conference-sweet h3 small,
#conference-sweet h4 small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
#conference-sweet a {
  text-decoration: none;
}
#conference-sweet a:focus {
  outline: none;
}
#conference-sweet .button-holder {
  min-height: 2em;
}
#conference-sweet .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1000;
}
#conference-sweet .collapse {
  display: none;
}
#conference-sweet .collapsing {
  display: block;
  overflow: hidden;
}
#conference-sweet .collapse.in {
  display: block;
}
#conference-sweet .open > .dropdown-menu {
  display: block;
}
#conference-sweet .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
#conference-sweet .pull-left {
  float: left;
}
#conference-sweet .pull-right {
  float: right;
}
#conference-sweet li {
  display: inline-block;
  margin: .2em;
}
#conference-sweet ul {
  list-style: none;
}
#conference-sweet li li {
  display: block;
}
#conference-sweet li a {
  display: block;
  color: #fff;
  background: #ddd;
  background: linear-gradient(to bottom, #902 0%, #d60030 100%);
  border: none;
  box-shadow: 0 0 20px 3px #600 inset;
  border-radius: 3px;
  padding: .4em .5em;
  margin: 0;
  z-index: 3;
}
#conference-sweet li a:hover {
  background: #000;
  color: #f0c33b;
  box-shadow: none;
}
#conference-sweet li a:target,
#conference-sweet li a:focus,
#conference-sweet li a[aria-expanded=true] {
  background: #1a1a1a;
  color: #f3ce61;
  box-shadow: none;
}
#conference-sweet li > ul {
  margin: 0 0 .2em;
  background: #FFF;
  box-shadow: .2em .2em .3em #888;
}
#conference-sweet li li a {
  display: block;
  margin: .1em .4em;
  padding: .2em .5em;
}
#conference-sweet .well {
  padding: 16px 2%;
}
@media (max-width: 650px) {
  #conference-sweet {
    min-height: 100%;
  }
  #conference-sweet li {
    display: block;
    margin: .2em 0;
  }
  #conference-sweet li > ul {
    box-shadow: none;
    margin: .2em 0;
  }
  #conference-sweet .dropdown-menu {
    position: static;
  }
  #conference-sweet .well {
    padding: 10px 4px;
  }
}
#conference-sweet .panel {
  text-align: left;
  width: 100%;
  display: block;
  position: relative;
  margin: .5em 0;
  background-color: rgba(250, 250, 250, 0.8);
  background-image: linear-gradient(45deg, rgba(250, 250, 250, 0.6), rgba(240, 240, 240, 0.9));
  border-radius: .3em;
  border: 2px solid rgba(250, 250, 250, 0.9);
  padding: 0;
}
#conference-sweet .panel-button {
  border-radius: .3em;
  padding: 2em .3em .3em;
  display: block;
  color: #444;
  font-size: 1.1em;
  font-weight: bold;
}
#conference-sweet h3 {
  font-size: 1.0em;
}
#conference-sweet a .caret {
  transform: scale(1.6);
  transition: transform 0.5s;
}
#conference-sweet a[aria-expanded="true"] .caret {
  transform: scale(-1.8);
}
#conference-sweet a.panel-button:focus {
  color: #040404;
  background: #fff;
}
#conference-sweet a.panel-button:hover {
  color: #000;
  background: #fff;
  box-shadow: 0 0 .1em 0 #999;
}
#conference-sweet a.panel-button[aria-expanded="true"] {
  background: #d4d4d4;
}
#conference-sweet a.panel-button[aria-expanded="true"]:focus {
  background: #d0d0d0;
}
#conference-sweet a.panel-button[aria-expanded="true"]:hover {
  background: #d9d9d9;
}
#conference-sweet .panel-title-top {
  padding: .2em .3em;
  color: #555;
  font-size: 0.8em;
  min-height: 2em;
}
#conference-sweet .panel-title-top a {
  z-index: 2;
}
#conference-sweet .paper-list > h3 {
  display: none;
}
#conference-sweet .paper-list > h3:first-of-type {
  display: block;
}
#conference-sweet .paper {
  background: #FFF;
}
#conference-sweet .conference-panels {
  text-align: center;
  max-width: 66em;
  margin: auto;
}
#conference-sweet .lead {
  text-align: left;
  font-size: 1.05em;
  font-weight: bold;
  margin: .4em 5% .6em;
}
#conference-sweet dd {
  margin-bottom: 0em;
  color: #222;
}
#conference-sweet dd.space-below {
  margin-bottom: .4em;
}
#conference-sweet dt,
#conference-sweet h4 {
  font-size: 0.8em;
  font-weight: bold;
  color: #6a6a6a;
  margin: .1em .2em .1em 0;
}
#conference-sweet dl {
  margin-bottom: .3em;
}
#conference-sweet dl,
#conference-sweet dt,
#conference-sweet dd {
  display: block;
}
@media (min-width: 400px) {
  #conference-sweet .right-box dt,
  #conference-sweet dd {
    display: inline;
  }
}
@media (min-width: 600px) {
  #conference-sweet .right-box {
    float: right;
    width: 29%;
  }
  #conference-sweet .left-box {
    float: left;
    width: 70%;
  }
}
#conference-sweet blockquote {
  font-size: 1.05em;
}
#conference-sweet a.expand-btn {
  display: block;
}
#conference-sweet .panel > .panel-expanded {
  padding: 1em;
  color: #444;
}
#conference-sweet .panel-expanded h4 {
  text-align: left;
}
#conference-sweet .panel hr {
  border-color: #c3c3c3;
}
#conference-sweet .conference-buttons {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.9));
  position: relative;
  top: 0;
  left: 0;
  transition: top .1s linear;
  z-index: 3;
}
#conference-sweet .conference-buttons ul .menu-description {
  padding: 0 .8em .3em;
  width: 36em;
  max-width: 100%;
}
@media (min-width: 1000px) {
  #conference-sweet .conference-buttons ul .menu-description {
    width: 48em;
  }
}
@media (min-width: 1100px) {
  #conference-sweet .conference-buttons ul .menu-description {
    width: 52em;
  }
}
@media (min-width: 1300px) {
  #conference-sweet .conference-buttons ul .menu-description {
    width: 58em;
  }
}
#conference-sweet .conference-buttons li > ul {
  font-size: .88em;
}
@media (min-width: 1200px) {
  #conference-sweet .conference-buttons li > ul {
    font-size: 0.92em;
  }
}
@media (min-width: 1400px) {
  #conference-sweet .conference-buttons li > ul {
    font-size: 1em;
  }
}
#conference-sweet.disable-button-float .conference-buttons {
  position: static;
}
#conference-sweet .conference-buttons {
  position: relative;
}
#conference-convenors h2,
#conference-authors h2 {
  text-align: center;
}
#conference-sweet table.dataTable td button {
  color: #222;
  text-align: left;
}
#conference-sweet table.dataTable td:hover {
  background: #111;
  color: #FFF;
  cursor: pointer;
  cursor: crosshair;
}
#conference-sweet table.dataTable td button:focus,
#conference-sweet table.dataTable td button:hover {
  background: #FFF;
  color: #000;
}
#conference-sweet table.dataTable td:nth-of-type(5),
#conference-sweet table.dataTable td:nth-of-type(6) {
  font-size: 0.8em;
}
#conference-sweet table.dataTable h2:hover,
#conference-sweet table.dataTable td:nth-of-type(5):hover {
  color: #66F;
  cursor: pointer;
}
#conference-sweet table.dataTable td:nth-of-type(1),
#conference-sweet table.dataTable td:nth-of-type(2) {
  font-weight: bold;
}
@media (max-width: 755px) {
  #conference-sweet .conference-buttons {
    position: static;
  }
  #conference-sweet table.dataTable {
    display: block;
    width: 100%;
  }
  #conference-sweet table.dataTable tr,
  #conference-sweet table.dataTable thead,
  #conference-sweet table.dataTable tbody {
    display: block;
    width: 100%;
  }
  #conference-sweet table.dataTable td {
    position: static;
    display: block;
    padding: 3px;
    border: none;
  }
  #conference-sweet table.dataTable td:nth-of-type(1),
  #conference-sweet table.dataTable td:nth-of-type(2),
  #conference-sweet table.dataTable td:nth-of-type(3),
  #conference-sweet table.dataTable td:nth-of-type(4) {
    position: static;
    display: inline;
    width: auto;
  }
  #conference-sweet table.dataTable td:nth-of-type(4) {
    position: static;
    display: inline-block;
    float: right;
    width: auto;
  }
  #conference-sweet table.dataTable td:nth-of-type(6) {
    text-align: right;
  }
  #conference-sweet table.dataTable th {
    display: inline-block;
    margin: 4px;
    padding: 4px 12px 4px 4px;
    border: 1px solid #444;
    border-radius: 4px;
  }
  #conference-sweet table.dataTable tbody {
    border-bottom: .1em solid #888;
  }
  #conference-sweet table.dataTable thead tr {
    text-align: center;
  }
  #conference-sweet table.dataTable tr {
    padding-bottom: 8px;
  }
}
