#presentations h2 {
    margin: 63px 0 28px 0;
}
#presentations h3 {
    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 {
    font-style: italic;
    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;
}