#panel-heading {
    margin-top: 0px!important;
    line-height: 28px;
    height: 35px;
    background: -ms-linear-gradient(top, #686868 0%, #686868 3%, #3f3f3f 3%, #262626 48%, #1b1b1b 52%, #1c1c1c 100%);
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #686868), color-stop(3%, #686868), color-stop(3%, #3f3f3f), color-stop(48%, #262626), color-stop(52%, #1b1b1b), color-stop(100%, #1c1c1c));
    background: -webkit-linear-gradient(top, #686868 0%,#686868 3%,#3f3f3f 3%,#262626 48%,#1b1b1b 52%,#1c1c1c 100%);
    background: -moz-linear-gradient(top, #686868 0%,#686868 3%,#3f3f3f 3%,#262626 48%,#1b1b1b 52%,#1c1c1c 100%);
    background: -o-linear-gradient(top, #686868 0%,#686868 3%,#3f3f3f 3%,#262626 48%,#1b1b1b 52%,#1c1c1c 100%);
    background: linear-gradient(top, #686868 0%,#686868 3%,#3f3f3f 3%,#262626 48%,#1b1b1b 52%,#1c1c1c 100%);
    border-bottom: 3px solid #ffde00;
}
.panel-title-table {
    position: relative;
    font-size: 18px;
    color: #0b0b0b;
    float: left;
    font-weight: 700;
    background: #ffde00;
    height: 33px;
    padding: 4px 0px 0px 10px;
    margin-right: 25px;
}

.panel-title-table::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0px;
    width: 0px;
    height: 0px;
    width: 0;
    height: 0;
    border-bottom: 35px solid #ffde00;
    border-right: 35px solid transparent;
}
.panel img {
    margin: 0 3px;
    display: inline;
    width: 50px;
    height: 50px;
}
.head-title{
	color:#000000;
}
#channel .mainrow-head {
    background: linear-gradient(to bottom, #e12d2c 1%, #dd2d2d 50%, #b00000 51%, #b40001 100%);
    font-size: 16px;
    font-weight: bold;
}

#channel .mainrow {
    padding: 8px 0px;
    font-size: 16px;
    background: linear-gradient(to bottom, #464646 0%, #262626 5%, #262626 5%, #262626 5%, #050505 100%);
}

#channel .mainrow:hover {
    background: #383838;
}

#channel .divTable {
    display: table;
    width: 100%;
    color: #ffffff;
    border-bottom: 1px solid #ECC805;
}

#channel .divTableRow {
    display: table-row;
}

#channel .divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}

#channel .divTableCell,
.divTableHead {
    display: table-cell;
    padding: 3px 2px;
}

#channel .divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}

#channel .divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}

#channel .divTableBody {
    display: table-row-group;
}

#channel .link-icon {
    text-align: left;
    width: 6%;
    vertical-align: middle;
}

#channel .team1 {
    text-align: right;
    width: 20%;
    vertical-align: middle;
font-size: 16px;
}

#channel .team2 {
    text-align: left;
    width: 20%;
    vertical-align: middle;
font-size: 16px;
}

#channel .date {
    vertical-align: middle;
    width: 12%;
    text-align: right;
}

#channel .sp_date {
    color:#ffde00;
    padding: 3px;
    font-size : 16px;
}

#channel .time {
    text-align: center;
    width: 7%;
    vertical-align: middle;
}

#channel .title {
    text-align: left;
    color: #ffde00;
    width: 16%;
    vertical-align: middle;
font-size: 16px;
}

#channel .sp_time {
    background: #ffde00;
    color: #000000;
    padding: 3px;
    border-radius: 3px;
font-size: 16px;
}

#channel .logo-team img {
    width: 32px;
    height: 32px;
    display: inline;
    vertical-align: middle;
}

@media screen and (max-width:602px) {
    #channel .logo-team img {
        width: 20px;
        height: 20px;
    }
    #channel .sp_time {
        font-size: 10px;
    }
    #channel .link-icon {
        width: 8%;
    }
    #channel .mainrow {
        font-size: 12px;
    }
    #channel .time {
        width: 7%;
        font-size: 10;
    }
    #channel .pc-only {
        display: none;
    }
    #channel .mobile-only {
        display: none;
        width: 100%;
    }
    #channel .fa-clock {
        display: none !important;
    }
}



@media screen and (max-width:769px) {
    #channel .sp_time {
        font-size: 10px;
    }
    #channel .logo-team img {
        width: 20px;
        height: 20px;
    }
    #channel .date {
        width: 24%;
    }
    #channel .team1 {
        width: 25%;
    }
    #channel .team2 {
        width: 25%;
    }
    #channel .time {
        width: 5%;
    }
    #channel .link-icon img {
        width: 35px !important;
        max-width: none;
    }
    #channel .fa-clock-o {
        display: none !important;
    }
    .jw-logo{
        width: 130px!important;
        height: 100%!important;
    }
}
@media screen and (max-width:967px) {
    #channel .time {
        width: 8%;
    }
}
@media screen and (min-width:1023px) {
    .jw-logo{
        width: 250px!important;
        height: 100%!important;
    }
}

#channel .panel {
    margin-bottom: 0px;
}

.accordion {
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.4s;
}

.panel img {
    margin: 0 3px;
    display: inline;
    width: 50px;
    height: 50px;
}

.panel {
    display: none;
    background: #8C8C8C;
    padding: 5px 0px;
    text-align: center !important;
}

.head-title{
    font-size: 26px!important;
}