#table-schedule{
    color: #000;
}
#table-schedule tr, th{
    text-align: center;
    line-height: 1.2;
}
#table-schedule td{
    border-bottom: 2px solid #00f;
    border-right: 2px solid #00f;
    padding: 3px 9px;
}
#table-schedule td:last-child{
    border-right: medium none;
}

#table-schedule td>div{
    padding: 3px 0;
}

.big-cherta{
    width: 100%;
    height: 2px;
    background-color: #2b2a29;
    border-top: none;
    margin: auto;
    margin-bottom: 30px;
}

.ts-month{
    font-size: 34px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin: 20px 10px 30px;
}

.ts-week{
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #000;
    margin: 20px 10px 30px;
}

.ts-week .fa{
    color: #ffcd33;
    font-size: 20px;
    vertical-align: middle;
    margin: auto 20px;
}

.ts-day{
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
    color: #454545;
}
.ts-date{
    font-size: 24px;
    line-height: 1;
    color: #454545;
    font-weight: 500;
    margin-bottom: 18px;
}
.ts-timeline{
    margin: 0;
    font-size: 17px;
}
.ts-time{
    font-size: 19px;
}
.ts-time .fa{
    font-size: 16px;
}
.ts-name{
    font-size: 18px;
    text-transform: uppercase;
    color: #006d68;
}
.ts-client{
    font-size: 16px;
    color: #454545;
}
.ts-finished{
    width: 100%;
    padding: 3px 5px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background: transparent;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
}
.ts-place{
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #ffcd33;
    border-radius: 5px;
    margin-right: 4px;
    background: transparent;
    color: #000;
    font-size: 12px;
}
.ts-write{
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #22afaa;
    border-radius: 5px;
    background: #22afaa;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}
.ts-bright{
    color: #c971b2;
}


@media (min-width: 992px) and (max-width: 1199px){
    .ts-day, .ts-date{
        font-size: 18px;
    }
    .ts-time, .ts-timeline {
        font-size: 16px;
    }
    .ts-time .fa{
        font-size: 13px;
    }
    .ts-name {
        font-size: 15px;
    }
    .ts-client {
        font-size: 14px;
    }
    .ts-write {
        margin-top: 5px;
    }
}