.shcedule-agenda {
    height: 75px;
}

.widget .shcedule-agenda h1 {
    margin-left: 95px;
    display: inline-block;
    text-transform: uppercase;
    font-family: fira sans,sans-serif;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.shcedule-agenda h1 {
    margin-left: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-family: fira sans,sans-serif;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.shcedule-agenda h1::after{
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: calc(100% + 20px);
    height: 10px;
    z-index: 0;
    background: #17eeb3;
    background: -moz-linear-gradient(top,#17eeb3 0%,#00F6FF 100%);
    background: -webkit-linear-gradient(top,#17eeb3 0%,#00F6FF 100%);
    background: linear-gradient(to bottom,#17eeb3 0%,#00F6FF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17eeb3',endColorstr='#00F6FF',GradientType=0 );
    transform: translateX(-50%);
    z-index: -1;
}

.center-slider {
    width: 90%;
    margin: 0 auto;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.table-bordered {
    border: none !important;
}

.schedule-header {
    border: none;
}

.schedule-header th {
    padding-bottom: 4px;
}

.date-slider {
    font-family: Karla, sans-serif;
    height: 60px;
    background-color: #E1E1E1;
}

.date-slider .now {
    font-weight: bold;
    background: linear-gradient(to right, #17EEB3, #00F6FF);
}

.date-slider .col {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.date-slider .col a {
    color: #000000;
}

.schedule-header tr {
    font-family: Karla, Bold;
    font-weight: bold;
    font-size: 12px;
    color: #656565;
    text-align: center;
    border: none !important;
}

.schedule-header tr th{
    border: none;
}


.schedule-content {
    border: 1px solid #F3F3F3;
}

.schedule-content tr {
    border: 1px solid #F3F3F3;
    font-family: Karla, Bold;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}

.widget .schedule-content tr {
    border: 1px solid #F3F3F3;
    font-family: Karla, Bold;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
}

.schedule-content tr {
    border: 1px solid #F3F3F3;
}

.schedule-content tr td {
    padding: 10px !important;
    border: none !important;
}

.schedule-content tr td p{
    margin-bottom: 0px !important;
}
.schedule-content tr td.border{
    text-transform: uppercase;
    border-right: 1px solid #F3F3F3 !important;
    border-left: none !important;
    border-bottom: none !important;
    border-top: none !important;
    width: 85px;
}

.schedule-content tr td .tournament{
    text-decoration: underline;
}

.schedule-content .event-text {
    font-weight: 700;
}
.schedule-content .event-hour {
    color: #FF0034;
    font-size: 14px;
}

.schedule-content .sc-date{
    text-transform: uppercase;
}

td .event-description {
    font-size: 12px;
    font-family: Karla, Bold;
    color: #656565;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.widget {
    width: 300px;
    margin-left: 5px;
    margin-right: 0px;
}

.button-more {
    background-color: #fff!important;
    font-size: 12px;
    color: #656565!important;
    font-weight: 700;
    padding: 5px 10px;
    text-transform: uppercase;
    border: 1px solid #656565!important;
    border-radius: 20px!important;
}

.di-tv-channel-thumb {
    width: 35px;
    display: block;
    margin: 0;
    margin-top: 3px;
    margin-left: 4px;
}