﻿.today-block-wrp.today-block-wrp-logout {
    background: white;
}

.popular-video-list {
}

    .popular-video-list > div {
        display: inline-block;
        width: 180px;
        margin: 0px 7px;
    }

        .popular-video-list > div > div {
            display: inline-block;
            vertical-align: top;
            width: 100%;
            text-align: left;
            line-height: 15px;
            background-color: white;
        }

.popular-video-title {
    color: #00abee;
    font-family: 'Poppins-Medium', sans-serif;
    font-weight: normal;
    line-height: 13px;
    text-decoration: underline;
    margin-top: 6px;
    margin-bottom: 7px;
    background: #f5f5f5;
}

    .popular-video-title a {
        color: #00abee;
        height: 30px;
        display: block;
        text-align: center;
    }
