table, th, td {
    border: 1px solid #ededed;
}

table {
    border-collapse: collapse;
	width:100%;
}

.sched_tbl tr{

    vertical-align: top;
}


.sched_tbl th, .sched_tbl td {padding:5px; width: calc(100% / 7);}

.sched_tbl td span{display:block;text-align:right;}

.bar-container {
    width: 100%;
    height: 4px;
    margin-top: -8px;
    margin-bottom: 16px;
    background-color: #e7e7e7;
}

.bar-contents {
    width: 116px;
    height: 100%;
    background-color: #bbc6b6;
}

.date {


   
    display:flex;align-items: center;justify-content: center;}
  
}

.sched_tbl {
    margin-top: 15px;
    border-top: 2px solid #aaaaaa;
}

.day_title {
    height: 20px;
    background-color: #f8f9f2;
    font-weight: bold;
    text-align: center;
}

.red {
    color:#d61212;
}

.blue {
    color:  #2558ad;
}

.sched_tbl tr th:first-child{color:#d61212;background:rgba(0,0,0,0.02);}
.sched_tbl tr th:last-child{ color:#2558ad;background:rgba(0,0,0,0.02);}

.sched_tbl tr td:first-child span{color:#d61212;}
.sched_tbl tr td:last-child span{ color:#2558ad;}
.sched_tbl tr td:first-child {background:rgba(0,0,0,0.02);}
.sched_tbl tr td:last-child{background:rgba(0,0,0,0.02);}

.arrow_left , .arrow_right{
    position: relative;
    
}

.arrow_left:before {
    position: absolute;

    left:0px;
    top: -7px;
    content: '';
    width: 12px; 
    height: 12px;
    border-top: 3px solid #333; 
    border-right: 3px solid #333;
    transform: rotate(-135deg); 

    
}

.arrow_right:before {
    position: absolute;

    right:0px;
    top: -7px;
    content: '';
    width: 12px; 
    height: 12px;
    border-top: 3px solid #333; 
    border-right: 3px solid #333;
    transform: rotate(45deg); 

    
}

.date_text{margin:0px 35px;font-size:1.45rem;}
.sched_tbl td  li{margin:2px 5px;}
.sched_tbl td  li:hover a{background:var(--color-dark-1);}
.sched_tbl td  li a{font-size:0.90rem;letter-spacing:-1px;color:#fff;display:block;padding:2px 5px 0px 5px;}
.sched_tbl td  li a{background:#4b7e30;}
.sched_tbl td  li.finsh_b a{background:#ccc;}
.text_sched_tbl{width:100%;text-align:right;}
.text_sched_tbl p{display:inline-block;padding-left:25px;}
.text_sched_tbl p{color:#4b7e30;}
.text_sched_tbl p.finsh_bo{color:#999;}
.text_sched_tbl p span{background:#4b7e30;width:10px;height:10px;display:inline-block;margin-right:5px;margin-top:-2px;}
.text_sched_tbl p.finsh_bo span{background:#ccc;}
@media (max-width:991px) {
.sched_tbl td  li a{font-size:0.80rem;}
}


@media (max-width:767px) {
.sched_tbl td  li{margin:1px 1px;}
.sched_tbl td  li a{font-size:0.68rem;padding:1px 2px 0px 2px;}
}