#presentations h2 {
    margin: 63px 0 28px 0;
}
#presentations h3.talk {
    margin: 0 0 7px 0;
    color: #7cccbd;
    font-size: 20px;
    line-height: 23px;
}
.speaker {
    font-weight: 600;
    margin: 0 0 1px;
    line-height: 1;
}
.speaker-title {
    margin: 0 0 7px 0;
}
.right {
    width: 960px;
}
.inner .divider {
    margin: 26px 0 26px -14px;
}
.download, .watch {
    margin: 10px 0 0 0;
    padding: 0 0 0 28px;
    display: inline-block;
}
.download {
    background: url('../img/download.jpg') no-repeat left center;
}
.watch {
    background: url('../img/watch.jpg') no-repeat left center;
    margin: 0 0 0 50px;
}
.row {
    width: 100%;
    margin: 0;
}
.half {
    margin: 0;
    width: 41%;
}
.half + .half {
    margin: 0 0 0 160px;
}

a[href=""]:link {
    display: none;
}

a[href=""]:link + .watch {
    margin: 0;
}

h3.city {
    font-size: 20px;
    margin: 10px 0px 40px 0px;
    line-height: 1;
    font-weight: 300;
    color: #ee3032;
}

div.abstract-wrapper{
    white-space: normal;
    width: 390px;
}

div.speaker-abstract,p.speaker-abstract {
    font-size: 14px;
    line-height: 20px;
    color: #222222;
    font-weight: 400;
    display:none;
}

button.absract-button, a.button {
    border: solid 1px #bbb;
    padding: 0 6px;
    border-radius: 5px;
    margin: 7px 0 13px 0;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    font-weight: 400;
    background-color: #fff;
    display: inline-block;
}
button.absract-button:hover {
    cursor: pointer;
    border: 1px solid #000;
    color: #000;
}
a.button {
    border: 1px solid #ee3032;
}
a.button:hover {
    border: 1px solid #bbb;
    color: #666;
}

