.page-help {
    margin: 10px;
    font-style: italic;
    font-weight: bold;
}

.page-help p {
    font-weight: bold;
}

.top-nav-left .container-inline div, .container-inline label {float: left}
.comment-num {
    float: right;
    font-size:18px;
    color: #888;

    font-style: italic;
}

.th-comment .comment-content header {
    padding-right: 0;
}

#tabs-wrapper ul.secondary {
    float:none !important;
}

.forum-table td {
    padding:0 !important;
}
.forum-table td.forum-details, .forum-table td.views-field-title {
    max-width: 300px;
}

b {
    font-weight: bold;
}


.panel-th-front .th-youtube-latest-block .first{
    max-width: 300px;
    float: left;
    margin-right: 20px;
    width: auto;
}

.panel-th-front .th-youtube-latest-block .first a {
    width: 100%;
}
.panel-th-front .th-youtube-latest-block .first img {
    max-width: 100% !important;
}
@media screen and (max-width: 767px) {
    .panel-th-front .th-youtube-latest-block .first{
        max-width: none;
        float: none;

    }

    .panel-th-front .th-youtube-latest-block .first img {
        max-width: 100%;
    }

}

.panel-th-front .th-youtube-latest-block .th-youtube-list .yt-image{
    margin-right: 10px;
}

.panel-th-front .th-youtube-latest-block .read-more {
    margin-top: 5px;
    text-align: right;
    font-weight: bold;
}

.thr-header-block {
   margin-top: 10px;

}
.thr-header-block img {
        opacity: 0.9;
        max-height: 61px;

}


.th-hr-fp-item-list.with-player {
    min-height: 200px;
}
.th-hr-fp-item-list.with-player .item-list {
    margin-right: 350px !important;
}
.th-hr-fp-item-list.with-player .thr-player{
    width: 300px;
    position: absolute;
    top:0;
    right: 0;
}

@media screen and (max-width: 767px) {
    .th-hr-fp-item-list.with-player .item-list {
        margin-right: 0 !important;
    }

    .th-hr-fp-item-list.with-player .thr-player{
        width: 300px;
        position: static;

    }
}


