/* speakers */
ul.speakers li span {
  display: block;
  text-decoration: none;
}
ul.speakers {
  background: url('../../images/content/hr.gif') repeat-x;
}
  ul.speakers > li {
    position: relative;
    padding: 20px 0;
    background: url('../../images/content/hr.gif') repeat-x left bottom;
    color: #2c2c2c;
  }
  ul.speakers li:last-child,
  ul.speakers li.last {
    background-image: none;
  }
    ul.speakers li .title {
      margin-left: 10px;
      padding-bottom: 3px;
      color: #2c2c2c;
      font-size: 16px;
      font-weight: bold;
      width: 410px;
    }
    ul.speakers li .time {
      margin-left: 10px;
      padding: 0 0 3px 0;
      font-size: 13px;
      line-height: 16px;
      clear: both;
    }
      ul.speakers .time-icon {
        width: 13px;
        height: 13px;
        margin: 2px 4px 0 0;
        vertical-align: text-top;
      }
    ul.speakers li .speaker {
      padding-bottom: 3px;
      margin-left: 10px;
      line-height: 22px;
    }

    ul.speakers li .start-time {
      position: absolute;
      top: 19px;
      left: -74px;
      width: 60px;
      font-size: 15px;
      font-family: 'AllerItalic';
      font-weight: normal;
      font-style: normal;
      color: #e47b18;
      text-align: right;
    }
    ul.speakers li .label-container {
      margin-left: 10px;
      padding-bottom: 3px;
      overflow: hidden;
    }
      ul.speakers li ul li {
        list-style-type: disc;
      }

  /* width image */
  ul.speakers li.profile-image .title,
  ul.speakers li.profile-image .label-container,
  ul.speakers li.profile-image .speaker,
  ul.speakers li.profile-image .time {
    width: 320px;
  }

  ul.speakers li img {
    border-radius: 5px;
  }

    /* readmore arrow */
    ul.speakers li span.readmore {
      position: absolute;
      bottom: 20px;
      right: 20px;
      padding: 0 20px 0 0;
      background: url('../../images/content/arrow-speakers.png') no-repeat 100% -47px;
    }
      ul.speakers li a span.readmore {
        font-size: 14px;
        font-weight: bold;
        color: #1687bc;
        text-indent: 0em;
        background: url('../../images/content/arrow-speakers.png') no-repeat 100% -22px;
        overflow: hidden;
      }
    ul.speakers li a:hover span.readmore {
      background: url('../../images/content/arrow-speakers.png') no-repeat 100% 3px;
      color: #acacac;
    }

/* media */
ul.speakers .mask-container.left {
  margin-left: 12px;
  margin-top: 45px;
  margin-bottom: 10px;
  margin-right: 10px;
}

/* labels */
.label-a