.container-ia {
  padding-top:50px !important;
  width:100% !important;
}





body {
    background-color: #666;
}

#actions {
    position: relative;
    clear: both;
    margin-top: 15px;
}

#top a:link, #top a:visited {
    color: turquoise;
}

#query {
    background: #333;
    color: #a99ca3;
    text-align: right;
    border-top: 1px solid #4b2a50;
    padding-right: 8px;
}

#query input {
    background: black;
    color: turquoise;
    border: 0;
    margin: 0;
    padding: 3px;
    font-size: 16pt;
}

#query input[type=text] {
    font-size: 16pt;
}

#query input[type=submit] {
    cursor: pointer;
}

.mycontainer {
    position: relative;
    width: 320px;
    height: 240px;
    display: inline-block;
    margin-left: 15px;
    margin-top: 15px;
    overflow: hidden;
    vertical-align: top;
    background: black;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    overflow: hidden;
}

.person {
    position: relative;
    background: rgba(0,0,0,0.8);
    width: 100%;
    color: #39f;
    font-size: 10pt;
}

.speaker {
    font-size: 10pt;
}

.title {
    font-size: 8pt;
}

.quote {
    position: relative;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    background: rgba(0,0,0,0.6);
    color: white;
    font-size: .8em;
}

video {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.date {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    color: white;
}


.details {
  position: absolute;
  bottom: 0;
  height: 25px;
  width: 100%;
  background-color: black;
  padding-bottom: 2px;
  padding-left:5px;
  color: turquoise;
}
.popcorn-add {
  position:absolute;
  bottom:0;
  height: 25px;
  right:5px;
  color: turquoise;
}

.details a:link, .details a:visited {
  color: turquoise;
}





#content: {
    position: relative;
    width: auto;
}

#videos {
    overflow: hidden;
    padding-bottom: 100px;
    position: relative;
    width: auto;
    margin-right: 200px;
}

#speakers {
    max-width: 180px;
    position: absolute;
    right: 0;
    padding-left: 30px;
    padding-right: 3px;
    padding-bottom: 40px;
    color: turquoise;
    background: rgba(0,0,0,0.7);
    margin-top: 15px;
    z-index: 999;
}

#speakers h1 {
    font-size: 1em;
}

#speakers ul {
    padding-left: 0;
}

#speaklist a:link, #speaklist a:visited {
    color: #ccc;
    font-size: 0.8em;
}

#speaklist a:hover {
    text-decoration: underline;
}

p {
    margin: 0;
}


.query {
    color: #aaa;
}

em {
  color: yellow;
  font-weight: bold;
  font-size:125%;
  font-style: normal;
}


#top {
    background: black;
    width: auto;
    font-size: 1.3em;
    color: #aaf;
    padding: 0 3px 3px;
}

#actions {
    position: fixed;
    background: rgba(0,0,0,0.7);
    color: #ffa;
    width: 100%;
    bottom: 0;
    height: auto;
    z-index: 1000;
}

.checkb {
    color: #ff9;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 2px;
}

a:link {
    text-decoration: none;
}

#pages a:link, #pages a:visited {
    color: turquoise;
}
