#container .wrap #block1 {
    margin-bottom: 10px;
}

.speaker {
    min-height: 50px;
}

@media screen and (min-width:900px) {
    .speaker {
        /*min-height: 80px;*/
    }
}

#tab1Content {
    margin: 0;
}

#tab1Content,
#container #widgets ul#contents {
    background: rgba(226, 35, 25, 0.6);
}

#container .wrap .left div#description {
    background: rgba(226, 35, 25, 0.9);
    color: rgba(255,255,255,.8);
}

.speaker {
    color: #fff;
    margin: .75rem 0 0 8%
}

.speaker .description {
    opacity: .7;
    margin-bottom: 25px;
}

.speaker .name {
    font-weight: bold;
}

.speaker .img-container .img {
    border-radius: 50%;
    height: 90px;
    width: 90px;
}

