@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
    margin: 5px;
    background-color: #474747;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
}

@media (max-width: 500px)  {

    #content {
        width: 450px;
    }

    .img-button {
        margin-top: 18px;
    }

    .info-box {
        margin-left: 0px;
        width: 375px;
    }

    .title {
        margin-top: 0px;
    }

    .large-button-box {
        display: none;
    }

    .small-button-box {
        display: block;
    }

    .link-tooltip {
        top: 185px;
    }
}

@media (min-width: 500px) {

    #content {
        width: 900px;
    }

    .img-button {
        margin-top: 10px;
    }

    .info-box {
        margin-left: 15px;
        width: 450px;
    }

    .title {
        margin-top: 5px;
    }

    .large-button-box {
        display: block;
    }

    .small-button-box {
        display: none;
    }

    .link-tooltip {
        top: 15px;
    }
}

#module-base {
    display: none;
}


.module {
    display: table;
    background-color: #393939;
    width: 100%;
    height: 225px;
    margin-bottom: 3px;
}

.play-img {
    content: url("images/play-icon.png");
    width: 35px;
    height: 35px;
    vertical-align: top;
}

.sidebar {
    position: relative;
    float: left;
    height: 100%;
    width: 60px;
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}

.img-button {
    width: 40px;
    height: 40px;
}

.link-tooltip {
    display: none;
    opacity: 0;
    position: absolute;
    left: 60px;
    height: 35px;
    width: 125px;
    font-weight: 600;
    font-size: 11pt;
    background-color: #474747;
    color: #51b449;
}

.small-button-box {
    align-content: center;
}

.video-box {
    float: left;
    border: solid #761E2D 3px;
    border-radius: 3px;
    margin-top: 7px;
    margin-bottom: 7px;
    width: 366px;
    height: 206px;
}

.thumbnail, .video-player  {
    width: 100%;
    height: 100%;
}

.video-player {
    display: none;
}

.info-box {
    position: relative;
    float: left;
    text-align: left;
}

.title-box {
    height: 67px;
    overflow: hidden;
}

.title {
    font-size: 17pt;
    font-weight: 200;
    color: #CBCBCB;
}

.channel {
    margin-top: 13px;
    margin-bottom: 7px;
    font-size: 13pt;
    color: #B0B0B0;
}

.info {
    margin-top: 7px;
    font-size: 12pt;
    color: #B0B0B0;
}

.rating-box {
    position: absolute;
    width: 125px;
    height: 75px;
    right: 0px;
    top: 75px;
    text-align: center;
}

.rating-img {
    margin-left: 10px;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: inline-block;
}

.rating-text {
    display: inline-block;
    margin: 0px;
    width: 45%;
    color: #B0B0B0;
}

.plus-text{
    font-size: 18pt;
    vertical-align: text-top;
}

.large-button-box {
    position: absolute;
    bottom: -70px;
}

.word-box {
    width: 100px;
    height: 40px;
}

.square-box {
    width: 40px;
    height: 40px;
}

.large-button {
    display: inline-block;
    margin-right: 15px;
    font-size: 11pt;
}

.small-button {
    margin-top: 10px;
    font-size: 13pt;
}

.box-button {
    vertical-align: text-bottom;

    border: solid #761E2D 3px;
    border-radius: 3px;
    background-color: #593131;

    text-align: center;

    font-weight: 200;
    color: #C0C0C0;

}

.box-button:hover {
    background-color: #804645;
}

.disabled {
    border-color: #5c5c5c;
    color: #808080;
    background-color: #594848;
    cursor: hand;
}

.video-box, .box-button:hover, .img-button:hover, .rating-img:hover {
    cursor:pointer;
}

.disabled:hover {
    cursor: default;
    background-color: #594848;
}

.vertical-align {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}