
#bdtl,
#hof {
  color: #666666;
  margin: 2em auto;
}
#bdtl h3.bdtl-date,
#hof h3.bdtl-date {
  position: relative;
  float: left;
  width: 148px;
  padding: 0 25px 0 0;
  margin: 20px 0 0 0;
  text-align: right;
  font-size: 30px;
  font-weight: 100;
  color: #339900;
}
#bdtl .bdtl-date span,
#hof .bdtl-date span {
  display: block;
  font-size: 12px;
  color: #666666;
  line-height: 15px;
}
#bdtl .bdtl-date span.item,
#hof .bdtl-date span.item {
  display: block;
  font-size: 12px;
  color: #666666;
  border: none;
  padding: 0;
  min-height: 16px;
  clear: none;
}
#bdtl .bdtl-location span.item:before,
#hof .bdtl-location span.item:before {
  content: " ";
  display: inline-block;
  background: url(/_/img/board/bdtl-local-icon.png) no-repeat;
  width: 15px;
  height: 15px;
  line-height: 10px;
  vertical-align: bottom;
  margin-top: 15px;
}
#bdtl .bdtl-pc span.item::before,
#hof .bdtl-pc span.item::before,
#bdtl .bdtl-secretary span.item::before,
#hof .bdtl-secretary span.item::before {
  content: " ";
  display: inline-block;
  background: url(/_/img/board/bdtl-conf-chair-icon.png) no-repeat;
  width: 15px;
  height: 15px;
  line-height: 10px;
  vertical-align: bottom;
}
#bdtl .bdtl-pc:before,
#hof .bdtl-pc:before {
  content: "Program Chair";
  text-transform: uppercase;
  font-size: 0.8em;
  color: #000;
  margin-top: 1em;
  display: block;
}
#bdtl .bdtl-secretary:before,
#hof .bdtl-secretary:before {
  content: "Secretary";
  text-transform: uppercase;
  font-size: 0.8em;
  color: #000;
  margin-top: 1em;
  display: block;
}
#bdtl .bdtl-important:before,
#hof .bdtl-important:before {
  content: "Note: ";
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-top: 1em;
  display: block;
}
#bdtl h3.bdtl-date .bdtl-date-bullet,
#hof h3.bdtl-date .bdtl-date-bullet {
  position: absolute;
  top: 8px;
  right: 0;
  display: block;
  height: 14px;
  width: 14px;
  background: #999999;
  border: 2px solid #ffffff;
  border-radius: 9px;
  z-index: 1;
}
#bdtl h3.bdtl-date.item0 .bdtl-date-bullet:before,
#hof h3.bdtl-date.item0 .bdtl-date-bullet:before {
  content: " ";
  position: absolute;
  top: -40px;
  right: 0;
  display: block;
  height: 38px;
  width: 18px;
  background: #ffffff;
  z-index: 0;
}
#bdtl ul.bdtl-list,
#hof ul.bdtl-list {
  list-style: none;
  border-left: 8px solid #cccccc;
  padding: 0 0 40px 30px;
  margin: 0 0 0 160px;
}
#bdtl ul.bdtl-list li,
#hof ul.bdtl-list li {
  display: inline-block !important;
  width: 300px;
  height: 75px;
  position: relative;
  padding-bottom: 10px;
  vertical-align: top;
}
#bdtl ul.bdtl-list li img,
#hof ul.bdtl-list li img {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 0;
  top: 0;
  border-radius: 35px;
}
#bdtl ul.bdtl-list li .bdtl-member,
#hof ul.bdtl-list li .bdtl-member {
  background: url(/_/img/board/undefined.png) no-repeat;
  display: block;
  height: 70px;
  width: 200px;
  vertical-align: middle;
  padding: 15px 0 0 80px;
}
#bdtl ul.bdtl-list li .bdtl-member em,
#hof ul.bdtl-list li .bdtl-member em {
  font-size: 0.75em;
  line-height: 1.2em;
  display: block;
  margin-top: 0.4em;
}
#bdtl ul.bdtl-list li .bdtl-member .bdtl-name,
#hof ul.bdtl-list li .bdtl-member .bdtl-name {
  display: block;
  font-weight: 600;
  color: #fb8b00;
}
#bdtl ul.bdtl-list li .bdtl-member .bdtl-position,
#hof ul.bdtl-list li .bdtl-member .bdtl-position {
  font-weight: 400;
  color: #666666;
  font-size: 14px;
}
#bdtl ul.bdtl-list li .bdtl-member .bdtl-company,
#hof ul.bdtl-list li .bdtl-member .bdtl-company {
  display: block;
  font-weight: 400;
  font-size: 11px;
}
#bdtl ul.bdtl-list li.larger,
#hof ul.bdtl-list li.larger {
  display: block !important;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
#bdtl ul.bdtl-list li.larger img,
#hof ul.bdtl-list li.larger img {
  width: 7em;
  height: 7em;
  left: 0;
  top: 0;
  border-radius: 3.5em;
}
#bdtl ul.bdtl-list li.larger .bdtl-member,
#hof ul.bdtl-list li.larger .bdtl-member {
  background: transparent;
  height: auto;
  width: auto;
  padding: 2em 0 0 8em;
  min-height: 6em;
}
@media only screen and (min-width: 768px) {
  #bdtl ul.bdtl-list li.larger,
  #hof ul.bdtl-list li.larger {
    display: inline-block !important;
    width: 40%;
    min-width: 15em;
    max-width: 30em;
  }
}
#bdtl-toc,
#hof-toc {
  text-align: center;
  margin-bottom: 1em;
}
#bdtl-toc a,
#hof-toc a {
  background: #fff;
  color: #393;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #9aa;
  border-radius: 25px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  margin-right: 5px;
}
#bdtl-toc a:after,
#hof-toc a:after {
  content: "—";
  position: absolute;
  left: 100%;
  margin-top: 0;
  font-weight: 400;
  white-space: nowrap;
  z-index: -1;
  color: #9aa;
}
#bdtl-toc a:last-child:after,
#hof-toc a:last-child:after {
  content: "";
  display: none;
}
#bdtl-toc a:link,
#hof-toc a:link,
#bdtl-toc a:visited,
#hof-toc a:visited {
  color: #393;
  text-decoration: none;
}
#bdtl-toc a:hover,
#hof-toc a:hover {
  color: #fff;
  background: #9aa;
  text-decoration: none;
}
#bdtl-toc a.on:link,
#hof-toc a.on:link,
#bdtl-toc a.on:visited,
#hof-toc a.on:visited,
#bdtl-toc a.on:hover,
#hof-toc a.on:hover {
  color: #fff;
  background: #363;
  border-color: #363;
  text-decoration: none;
}
#bdtl-toc a:active,
#hof-toc a:active {
  color: #fff;
  background: #fb8b00;
  border-color: #fb8b00;
  text-decoration: none;
}
#bdtl .toc {
  display: inline-block;
  background: url(/_/img/bdtl/btn-top.png) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
}
.bdtl-summary {
  margin: -1em 0 2em 0;
}
#bdtl .bdtl-year {
  clear: both;
}
#bdtl .bdtl-year {
  overflow-y: hidden;
  overflow-x: hidden;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#bdtl.filter-on .bdtl-year {
  opacity: 0 !important;
  height: 0 !important;
}
#bdtl.filter-on .bdtl-year.on {
  opacity: 1 !important;
  height: auto !important;
}
