a{
    color:inherit;
    font-weight:bold;
    text-decoration:underline;
}

button{
    border:0px none transparent;
    background:#ff615c;
    color:#fff;
    padding:10px;
    border-radius:5px;
    font-weight:bold;
    cursor:pointer;
}

button:hover{
    background:#ff3f38;
}

.activeQueryText{
    display:none;
}

main{
    padding:50px 0px 0px 50px;
}

#splash{
    background:#000;
    padding:10px;
}

#splashTable{
    display:table;
    width:100%;
    max-width:1800px;
    margin:auto;
}

.splashTableCell{
    display:table-cell;
    width:50%;
    vertical-align:middle;
    padding:20px;
}

#splashTable h2{
    font-size: 50px;
    margin: 0px 0px 15px 0px;
    padding:0px;
}

#watchLiveSearchResultVODWithChatPseudoButton{
    display:none;
    padding:20px;
    font-size:18px;
    margin-top:15px;
    background:#fff;
    color:#ff615c;
    border-radius:5px;
    text-decoration:none;
}

#contentSection{
    padding:20px 50px 0px 50px;
    max-width:1800px;
    margin:auto;
}

h2{
    color:#fff;
    line-height:130%;
}

#announcementBanner{
    background:#222;
    color:#fff;
    font-weight:bold;
    font-size:18px;
    padding:12px;
    line-height:122%;
}

#noMatchingContentSection{
    display:none;
    margin-bottom:60px;
}


#noMatchingContentSection h2{
    margin-bottom:12px;
}

#noMatchingContentSection p{
    font-size:12px;
    font-weight:bold;
    color:#ccc;
    margin:10px 0px;
    padding:0px;
    font-style:italic;
}

#noMatchingContentSection a{
    color:#ff615c;
}

#noMatchingContentSection button{
    margin-top:12px;
    font-weight:bold;
    padding:15px 20px;
    font-size:16px;
}

#watchNowSection{
    margin-bottom:60px;
    display:none;
}

#watchNowCards{
    padding:0px;
    margin:0px;
}

.watchNowCard{
    list-style-type:none;
    padding:0px;
    margin:0px;
    width:25%;
    float:left;
    color:#fff;
    cursor:pointer;
    border-radius:6px;
    margin:0px 0px 50px 0px;
}

.watchNowCard:hover{
    background:#000;
}

.watchNowCard a{
    text-decoration:none;
    display:block;
    border-radius:5px;
}

.watchNowThumbnailSection{
    width:100%;
    padding:15px;
    box-sizing:border-box;
}

.watchNowThumbnailBackground{
    background:#ff615c;
    border-radius:10px;
    position:relative;
    overflow:hidden;
}

.watchNowThumbnail{
    position:relative;
    width:100%;
    box-sizing:border-box;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    border-radius:10px;
    overflow:hidden;
}

.watchNowThumbnail img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

.watchNowTitleSection{
    padding:0px 15px 3px 15px;
}

.watchNowTitle{
    font-size:14px;
    font-weight:bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    display:inline-block;
    max-width:100%;
    box-sizing:border-box;
}

.watchNowTitle:hover .watchNowTitleText{
    text-decoration:underline;
}

.watchNowStreamerSection{
    margin:0px 15px 3px 15px;
}

.watchNowStreamer{
    font-size:13px;
    font-weight:bold;
    color:#ff615c;
    white-space:nowrap;
    overflow:hidden;
    text-overflow: ellipsis;
    display:inline-block;
    max-width:100%;
    box-sizing:border-box;
}

.watchNowStreamer:hover{
    text-decoration:underline;
}

#scheduleSection{
    margin-bottom:110px;
}

#scheduleSection[hidden]{
    display:none;
}

#queriedStreamerSchedule{
    padding:0px 10px;
}

#queriedStreamerSchedule .scheduleDayBoxes{
    text-align:center;
    border-radius:5px;
    overflow:hidden;
    display:inline-block;
    width:100%;
}

#queriedStreamerSchedule .scheduleDayBox{
    padding:5px;
    display:inline-block;
    text-align:center;
    font-weight:bold;
    color:#222;
    width:14%;
    box-sizing:border-box;
}

#queriedStreamerSchedule .scheduleDayBox .scheduleDay{
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    display:inline-block;
    padding:5px 0px;
}

#queriedStreamerSchedule .scheduleDayBox .scheduleDayTimeBox{
    display:table;
    width:100%;
    border-radius:5px;
    overflow:hidden;
}

#queriedStreamerSchedule .scheduleDayBox .scheduleDayTimeBox>div{
    display:table-cell;
    vertical-align:middle;
    height:30px;
    padding:5px 0px;
    font-size:12px;
}

#queriedStreamerSchedule .scheduleDayBox .scheduleDayTimeBox .scheduleDayEmptyTime{
    background:rgba(255,255,255,0.05);
}

#queriedStreamerSchedule .scheduleDayBox .scheduleDayTimeBox .scheduleDayTimeList{
    background:#fff;
}

#queriedStreamerSchedule .scheduleDayBox .scheduleDayTimeBox .scheduleDayTimeList>div{
    margin:3px 0px;
}

#queriedStreamerSchedule .scheduleDayBox .scheduleDayTimeBox .scheduleDayTimeList>div.scheduleDayTimeItem{
    background:#fff;
    padding:1px 4px;
    border-radius:3px;
}

#queriedStreamerSchedule .scheduleLineBreak{
    display:none;
}

.failsafeVODText{
    color:#fff;
    text-transform:uppercase;
    border-radius:5px;
    white-space:nowrap;
    font-weight:bold;
}

.bonusVODText{
    color:#fff;
    text-transform:uppercase;
    border-radius:5px;
    white-space:nowrap;
    font-weight:bold;
}

.wideClearBoth{
    clear:both;
}

#upcomingSection{
    display:none;
}

#upcomingListings{
    padding:0px 10px;
    margin:0px;
}

.upcomingCard{
    list-style-type:none;
    float:left;
    width:20%;
    padding:10px;
    box-sizing:border-box;
    font-weight:bold;
    border-radius:6px;
    overflow:hidden;
    opacity:0.9;
    margin:0px 0px 60px 0px;
}

.upcomingCard a{
    text-decoration:inherit;
}

.upcomingCard:hover{
    opacity:1;
}

.upcomingCardContent{
    display:block;
    background: rgb(85,85,85);
    background: -moz-linear-gradient(139deg, rgba(85,85,85,1) 0%, rgba(34,34,34,1) 100%);
    background: -webkit-linear-gradient(139deg, rgba(85,85,85,1) 0%, rgba(34,34,34,1) 100%);
    background: linear-gradient(139deg, rgba(85,85,85,1) 0%, rgba(34,34,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#555555",endColorstr="#222222",GradientType=1);
    border-radius:6px;
    overflow:hidden;
    cursor:pointer;
    -webkit-box-shadow: 3px 3px 23px -11px rgba(0,0,0,0.83);
    -moz-box-shadow: 3px 3px 23px -11px rgba(0,0,0,0.83);
    box-shadow: 3px 3px 23px -11px rgba(0,0,0,0.83);
    border-radius:5px;
}

.upcomingCard.startingSoon .upcomingCardContent{
    background: rgb(255,97,92);
background: -moz-linear-gradient(139deg, rgba(255,97,92,1) 0%, rgba(182,28,23,1) 100%);
background: -webkit-linear-gradient(139deg, rgba(255,97,92,1) 0%, rgba(182,28,23,1) 100%);
background: linear-gradient(139deg, rgba(255,97,92,1) 0%, rgba(182,28,23,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff615c",endColorstr="#b61c17",GradientType=1);
    /*background:#ff615c;*/
}

.upcomingCard.startingLater .upcomingCardContent{
    background: rgb(255,255,255);
background: -moz-linear-gradient(139deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
background: -webkit-linear-gradient(139deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
background: linear-gradient(139deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dddddd",GradientType=1);
}

.upcomingThumbnail{
    position:relative;
    background-color:#ff615c;
    background-image:url("https://i.ytimg.com/vi/HT0wKPo3O7U/hqdefault.jpg");
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    width:100%;
}

.upcomingThumbnail img{
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
    display:block;
}

#upcomingListings .startsInBadge{
    display: inline-block;
    padding: 3px 5px;
    border-radius: 4px;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    background: #111;
    text-transform: uppercase;
    position:absolute;
    top:10px;
    left:10px;
    margin:0px;
}

#upcomingListings .upcomingCard.startingSoon .startsInBadge{
    background:#ff615c;
    color:#111;
}

#upcomingListings .upcomingCard.startingLater .startsInBadge{
    background:#fff;
    color:#111;
}

.upcomingDetails{
    padding:15px;
}

.upcomingTitle{
    display:inline-block;
    color:#fff;
    font-size:14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    max-width:100%;
    cursor:pointer;
    line-height:14px;
}

.upcomingTitle:hover{
    text-decoration:underline;
}

.upcomingCard.startingSoon .upcomingTitle{
    color:#111;
}

.upcomingCard.startingLater .upcomingTitle{
    color:#111;
}

.upcomingChannel{
    display:inline-block;
    margin-top:5px;
    font-size:13px;
    color:#ff615c;
    cursor:pointer;
    line-height:14px;
}

.upcomingChannel:hover{
    text-decoration:underline;
}

.upcomingCard.startingSoon .upcomingChannel{
    color:#111;
}

.upcomingCard.startingLater .upcomingChannel{
    color:#111;
}

.upcomingsStartsIn{
    font-size:13px;
    margin-top:5px;
    font-style:italic;
    color:#fff;
    opacity:0.65;
}

.upcomingCard.startingSoon .upcomingsStartsIn{
    color:#fff;
}

.upcomingCard.startingLater .upcomingsStartsIn{
    color:#ff615c;
}

.upcomingCard .enterChatPseudoButton{
    border:0px none transparent;
    padding:10px;
    width:100%;
    border-radius:5px;
    font-weight:bold;
    margin-top:15px;
    cursor:pointer;
    background:#fff;
    color:#111;
    box-sizing:border-box;
    text-align:center;
}

.upcomingCard.startingSoon .enterChatPseudoButton, .upcomingCard.startingLater .enterChatPseudoButton{
    text-transform:uppercase;
}

.upcomingCard.startingSoon .enterChatPseudoButton{
    color:#ff615c;
}

.upcomingCard.startingLater .enterChatPseudoButton{
    border:0px none transparent;
    padding:10px;
    width:100%;
    border-radius:5px;
    font-weight:bold;
    background:#ff615c;
    color:#fff;
}

.upcomingCard .enterChatPseudoButton:hover{
    opacity:0.8;
}

#failsafeAndBonusExplanation{
    width:100%;
    background:#000;
    color:#999;
    font-size:13px;
    padding:10px;
    box-sizing:border-box;
    line-height:20px;
    font-weight:bold;
    margin-bottom:45px;
}

@media screen and (max-width: 1350px) {
    .upcomingCard{
        width:25%;
    }
}

@media screen and (max-width: 1225px) {
    .watchNowCard{
        width:33.33%;
    }
    
    .wideClearBoth{
        clear:none;
    }
    
    .midClearBoth{
        clear:both;
    }
}

@media screen and (max-width: 1200px) {
    .splashTableCell:first-of-type{
        width:30%;
    }
}

@media screen and (max-width: 1100px) {
    #failsafeAndBonusExplanation>span{
        display:block;
        text-align:center;
    }
    
    .upcomingCard{
        width:33.33%;
    }
}

@media screen and (max-width: 900px) {
    #splash{
        padding:0px;
    }
    
    #splashTable, .splashTableCell{
        display:block;
        width:100%;
        box-sizing:border-box;
        padding:0px;
    }
    
    #splashTable{
        padding:20px;
    }
    
    .splashTableCell:first-of-type{
        width:100%;
    }
    
    #splashTable h2{
        font-size:30px;
        margin:20px 0px;
        padding:0px;
        text-align:center;
    }
    
    #contentSection{
        padding:20px 20px 0px 20px;
    }
}

@media screen and (max-width: 800px) {
    .watchNowCard, .upcomingCard{
        width:50%;
    }
    
    .midClearBoth{
        clear:none;
    }
}

@media screen and (max-width: 730px) {
    #queriedStreamerSchedule .scheduleDayBoxes{
        display:block;
        width:100%;
        box-sizing:border-box;
    }
}

@media screen and (max-width: 670px) {
    #queriedStreamerSchedule .scheduleLineBreak-3{
        display:block;
    }
    
    #queriedStreamerSchedule .scheduleDayBox{
        width:25%;
    }
}

@media screen and (max-width: 550px) {
    .watchNowCard{
        width:100%;
    }
    
    #failsafeAndBonusExplanation{
        line-height:15px;
    }
    
    #failsafeAndBonusExplanation>span{
        display:inline;
        font-size:12px;
    }
    
    .upcomingCard{
        width:100%;
        padding:0px;
    }
    
    .watchNowTitle, .watchNowTitleSection, .watchNowStreamer, .upcomingTitle, .upcomingChannel, .upcomingsStartsIn{
        font-size:18px;
    }
    
    .upcomingTitle, .upcomingChannel{
        line-height:25px;
    }
    
    .upcomingsStartsIn{
        margin-top:10px;
    }
    
    .upcomingCard button, .upcomingCard.startingSoon button, .upcomingCard.startingLater button{
        font-size:16px;
        padding:15px;
        margin-top:20px;
    }
}

@media screen and (max-width: 500px){
    main{
        padding-left:0px;
    }
}

@media screen and (max-width: 400px) {
    #queriedStreamerSchedule .scheduleLineBreak-1, #queriedStreamerSchedule .scheduleLineBreak-5{
        display:block;
    }
    
    #queriedStreamerSchedule .scheduleDayBox{
        width:50%;
    }
}

#bookmarkThisPageButton{
    padding:20px;
    font-size:18px;
    margin-top:15px;
    background:#fff;
    color:#111;
}

#bookmarkThisPageButton:hover{
    border:3px solid #fff;
    margin:12px -3px -3px -3px;
}

#bookmarkThisPageButton:hover span{
    text-decoration:underline;
}

#bookmarkThisPageButton .fa-bookmark{
    display:none;
}

#bookmarkThisPageButton:active .fa-bookmark{
    display:inline-block;
}

#bookmarkThisPageButton:active .fa-bookmark-o{
    display:none;
}

#bookmarkCommandNoticeContainer{
    text-align:center;
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:999999;
    display:none;
    pointer-events:none;
}

#bookmarkCommandNotice{
    background:rgba(0,0,0,0.8);
    display:inline-block;
    color:#fff;
    padding:20px 40px;
    border-radius:0px 0px 4px 4px;
}

#bookmarkCommandNoticePress{
    color:rgba(255,255,255,0.8);
    display:inline-block;
    padding:5px 20px;
    background:rgba(0,0,0,0.1);
    border-radius:10px;
    margin-bottom:10px;
    font-size:15px;
}

#bookmarkCommand{
    font-size:100px;
}

@media only screen and (max-width: 900px) {
    #bookmarkThisPageButton{
        display:none;
    }
}