.comment-row {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
    width: 100%;
    display: table
}

.comment-row .profile-img {
    width: 50px;
    float: left;
    border-radius: 50%
}

.comment-row .user-wrapper {
    width: 80%;
    line-height: 1.2;
    float: left;
    padding-left: 15px
}

.comment-row .username {
    float: left;
    color: #4b6ea9;
    font-weight: 700;
    font-size: 13px
}

.clear {
    clear: both
}

.sub {
    width: 92% !important;
    float: right !important
}

.comment-row .user-comment {
    font-size: 14px !important;
    font-weight: 500;
    color: #000;
    margin-top: 6px;
    font-family: sans-serif !important
}

.share-facebook {
    float: left;
    text-align: left;
    font-size: 14px;
    margin-left: 20px
}

.share-facebook label {
    font-weight: 500
}

.like-reply {
    font-size: 12px !important;
    cursor: pointer
}

.time {
    color: gray !important;
    margin-left: 0 !important;
    margin-top: 9px !important;
    font-weight: 500 !important
}

.like-reply a {
    font-weight: 500 !important;
    color: #3b5998 !important
}

.comment-wrapper {
    background: #eff3f8;
    margin-top: 0
}

.comment-wrapper .comments-title {
    font-size: .9em;
    font-weight: 700;
    background: #d8dfea;
    color: #496ea8;
    border-top: 1px solid #496ea8;
    margin: 0;
    padding: 2px 0 2px 10px
}

.comments-title {
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.comment-wrapper .comment-area {
    height: 150px;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    border: 1px solid #c7c7c7
}

.comment-wrapper .comment-area {
    height: inherit !important
}

.comment-wrapper .comment-input {
    border: 1px solid #ddd;
    padding: 0 15px 20px;
    color: #ccc;
    outline: none;
    font-size: .8em;
    min-height: 60px;
    width: 95%;
    margin: 15px auto
}

.comment-wrapper .comment-input {
    color: #3e3e3e !important
}

.comment-wrapper .commbt {
    width: 97.5%;
    height: 50px
}

.comment-wrapper .comment-button {
    width: 140px;
    line-height: 22px;
    margin: 0;
    text-align: center;
    float: right !important;
    background: #496ea8;
    color: #fff;
    font-size: 12px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    border: none;
    float: right;
    outline: none;
    cursor: pointer;
    text-decoration: none
}

.like i {
    background: url(https://www.sportlivestream.net/College-Football-Ncaa/assets/css/sprite.html);
    background-position: -33px -170px;
    display: inline-block;
    width: 15px;
    height: 13px
}

.row-desktop {
    margin-left: -15px;
    margin-right: -15px
}

@media only screen and (max-width:700px) {
    .comment-row .user-comment {
        font-size: .7em;
        margin-top: 4px
    }
    .row-mobile {
        margin-left: -15px;
        margin-right: -15px
    }
    .row-desktop {
        margin-left: 0;
        margin-right: 0
    }
    .comment-wrapper .comment-button {
        width: 100px;
        line-height: 22px;
        margin: 0;
        text-align: center;
        float: right !important;
        background: #496ea8;
        color: #fff;
        font-size: 12px;
        padding-top: 7px !important;
        padding-bottom: 7px !important;
        border: none;
        float: right;
        outline: none;
        cursor: pointer;
        text-decoration: none
    }
}

#controls {
    width: 100%;
    position: absolute;
    bottom: 0 !important;
    font-size: 130%;
    background: #000 !important
}