.live-text {
    padding: 0 20px 20px 20px; background: #eee; font-size: 13px; width: 100%;
    margin-bottom: 20px;
}

.live-text tr {
    border-top: 1px solid #ccc;
}
.live-text th {
    padding: 10px; 
    vertical-align: top;
}
.live-text td {
    padding: 10px;
}

#live-video-btn {
    text-align: center;
}

#live-video-btn a {
    text-decoration: none; display: inline-block; font-size: 15px; width: 350px; line-height: 40px; background-color: #3f3e56; color: white;
    max-width: 100%;
}

#live-video-btn a:hover {
    background-color: #5d5b79;
}

#live-video-btn a:before {
    content: '';
    margin-right: 8px; position: relative; top: 2px; width: 16px; height: 16px; background: url(/sites/all/themes/adminimal_theme/images/ui-icons-ffffff-256x240.png) -48px -192px; margin-right: 8px; display: inline-block
}

#live-text-2017 .link-to-top {
    float: right;
    color: #ddd;
    font-weight: normal;
    margin-left: 15px;
    line-height: 40px;
}
#live-text-2017 .link-to-top:before {
    content: '';
    margin-right: 2px; position: relative; top: 4px; width: 16px; height: 16px; background: url(/sites/all/themes/adminimal_theme/images/ui-icons-ffffff-256x240.png) 0 0; display: inline-block; opacity: .5;
}

#live-text-2017 .link-new-window:before {
    content: '';
    width: 16px; height: 16px; background: url(/sites/all/themes/adminimal_theme/images/ui-icons-222222-256x240.png) -48px -80px; margin-right: 3px; vertical-align: middle; display: inline-block
}

#live-text-2017 .link-hide {
    float: right;
    color: #ddd;
    font-weight: normal;
    cursor: pointer;
    line-height: 40px;
}
#live-text-2017 .link-hide:before {
    content: '';
    margin-right: 2px; position: relative; top: 4px; width: 16px; height: 16px; 
    background: url(/sites/all/themes/adminimal_theme/images/ui-icons-ffffff-256x240.png) -128px 0; 
    display: inline-block; opacity: .5;
}

@media(max-width:375px) {
    #live-text-2017 .link-hide {
        font-size: 11px;
    }
    #live-text-2017 .link-to-top {
        font-size: 11px;
        margin-left: 6px;
    }
}

#live-text-2017 .date-header {
    padding: 0 10px 0 0;
    background: #999;
    color: white;
}
#live-text-2017 .date-header__title {
    display: inline-block;
    border-left: 10px solid #c3c3c3;
    padding-left: 15px;
    line-height: 40px;
}

.live-text tbody.hidden {
    display: none;
}