@charset "UTF-8";

#videoTutorialRow {
    clear: both;
    padding-top: 15px;
}

#videoTutorialRowTitle {
    clear: both;
    padding-top: 12px;
    height: 51px;
    border-bottom: 1px solid #e5e5e5;
}

#videoTutorialRow span.videoThumb {
    float: left;
    width: 100px;
    height: 63px;
    border: 1px solid #292525;
    margin-right: 20px;
}

#videoTutorialRow span.videoDescription {
    float: left;
    text-align: left;
    width: 75%;
}

#myVideoTopFrame {
    padding: 15px;
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

#myVideoTopFrame h5 {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 120%;
}

#myVideoBottomFrame {
    padding: 15px;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

#myVideoFrame {
    border: 1px solid #dadada;
    height: 375px;
}

#popup .contentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column !important;

}

#popup .contentBox .close {
    margin-left: auto !important;
}

#popup .contentBoxBody {
    max-height: 100px;
}

.popup-wrapper .fancybox-inner {
    height: auto !important;
}
