/*
.speakerCon {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #ededed;
}

.speakerCon:last-of-type {
    border: none;
}

.speakerPortrait{
    width: 200px;
    float: left;
    margin: 0 20px 0 0;
    display: block;
    padding: 0 0 10px 20px;
}

.speakerContent {
    float: left;
    width: 500px;
}

.speakerContent p {
    margin: 0 0 8px 0;
}*/

#lectureVideoPlayer {
    width: 824px;
    height: 460px;
    position: relative;
    margin-bottom: 20px;
}

.tabContent {
    margin-bottom: 20px;
}

.tabNav {
    margin: 0 0 20px 0;
}

.tabNav li {
    float: left;
    padding: 4px 6px;
    border: 1px solid #ccc;
    background: #efefef;
    margin: 0 4px 0 0;
}

.tabNav li.blank {
    background: none;
    border: none;
}

.tabNav li.blank:hover {
    cursor: default;
    background: none;
}

.tabNav li:hover {
    background: #dedede;
    cursor: pointer;
}

.tabNav li.active {
    background: #fc0000;
    border-color: #ff0000;
    color: #fff;
}

.tabNav li.active:hover {
    background: #ff0000;
}