.cal {position:relative;margin-top:60px;}
.cal .cal-month {position:relative;margin-bottom:1.6rem;text-align:center;}
.cal .cal-month strong {
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:1.2rem;
    line-height:1.2rem;
    color:#333333;
    font-weight:500;
    margin-left:-5px;
    padding:0 1.05rem;
}
.cal .cal-month a.page {
    display:inline-block;
    position:relative;
    vertical-align:middle;
    width:1.2rem;
    height:1.2rem;
    line-height:1.2rem;
    margin-left:-5px;
    background-repeat:no-repeat;
    background-size:0.65rem auto;
    background-position:50% 50%;
}
.cal .cal-month a.prev {background-image:url(../../imgs/schedule/cal_prev.png)}
.cal .cal-month a.next {background-image:url(../../imgs/schedule/cal_next.png)}
.cal .cal-table {margin-top:1.55rem}
.cal .cal-table table {
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
    border-top: 2px solid #092f19;
    table-layout: fixed;
}
.cal .cal-table table th {
    font-size:0.9rem;
    padding:0.6rem 0;
    background: #f8f8f8;
    border-top: 2px solid #7b0024;
    border: 1px solid #e2e3e4;
    font-weight:700;
    text-align:center;
    font-size:14px;
    height:35px;
}
.cal .cal-table table th.sun, .cal .cal-table table td.sun .date {color:#da464a;}
.cal .cal-table table th.sat, .cal .cal-table table td.sat .date {color:#3a91e2;}
.cal .cal-table table td {
    font-size:0.8rem;
    height:7rem;
    border: 1px solid #e2e3e4;
    vertical-align:top;
    padding:5px;
    font-size:14px;
}
.cal .cal-table table td a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cal .cal-table table td a p {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.cal .cal-table table td .date {font-size:0.8rem;padding:2px 7px;}
.cal .cal-table table td .count {
    display:block;
    position:relative;
    background-color:#ff8401;
    width:4rem;
    height:4rem;
    border-radius:100%;
    font-size:1rem;
    padding:1.1rem 7px;
    margin:0.55rem auto;
    color:#fff;
    text-align:center;

}
.cal .cal-table table th.sat, .cal .cal-table table td.sat .date {
    color: #3a91e2;
}
.cal .cal-table table th.sun, .cal .cal-table table td.sun .date {
    color: #da464a;
}
.cal .cal-table table tr th:first-child,
.cal .cal-table table tr td:first-child {border-left:0;}
.cal .cal-table table tr th:last-child,
.cal .cal-table table tr td:last-child {border-right:0;}

.cal .cal-table table .link {display:block;position:relative;width:100%;height:100%}
.cal .btn-month-view {
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:5.6rem;
    height:2rem;
    line-height:1.8rem;
    background-color:#ff2e2e;
    text-align:center;
    color:#fff;
    font-size:0.8rem;
    font-weight:300;
}

.cont-table {
    position:relative;
    margin-top:30px;
}
.cont-table table {
    border-collapse: collapse;
    width: 100%;
    padding: 10px;
    margin: 0px 0 16px 0;
    border-top: 2px solid #092f19;
    display: inline-table;
}
.cont-table table th {
    height: 35px;
    line-height: 35px;
    font-weight: 500;
    text-align: center;
    background: #f8f8f8;
    border-bottom: 1px solid #e2e3e4;
    padding: 5px;
    border-right: 1px solid #ccc;
    font-weight:bold;
    font-size:14px;
}
.cont-table table td {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 8px;
    border-right: 1px solid #e2e3e4;
    font-weight:400;
    font-size:14px;
}
.cont-table table tr th:last-child,
.cont-table table tr td:last-child {border-right:0;}

.no-ellipsis {
	text-overflow: unset !important;
    overflow: unset !important;
    white-space: unset !important;
}