html {
    position: relative;
    min-height: 100%;
}

body {
    padding-bottom: 50px; 
    font-family: PingFang SC,Lantinghei SC,Microsoft Yahei,Hiragino Sans GB,Microsoft Sans Serif,WenQuanYi Micro Hei,sans
}

table.table>thead th {
    font-size: 110%;
    line-height: 2;
    border-bottom: 1px;
}

footer {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #AAA;
    font-size: 80%;
}

footer a {
    color: inherit
}

#logo {
    background: url(../img/logo.png) left center no-repeat;
    background-size: 100%;
    margin: 5px .5em 0 .5em;
    display: inline-block;
    width: 290px;
}

#logo a {
    display: block;
    height: 60px
}

.data-list {
    max-width: 900px;
    margin: auto;
    padding: 0;
}

.data-search {
    text-align: center;
    margin-top: 15px;
}

.section {
    width: 2em;
    line-height: 5em;
    border-right: 2px solid #CFCFCF;
}

.table td.section-item {
    border-right: 2px solid #CFCFCF;
    background: #f9f9f9;
    vertical-align: middle;
}

.week {
    text-align: center;
    width: 18%;
}

.data-list td.course {
    text-align: center;
    font-size: 16px;
    word-wrap:break-word;
    height: 5em;
    background: #FFF;
    padding: 2px;
    vertical-align: middle;
}
.course p {
    white-space:normal;
    margin: .3em;
}

td.course-content.course {
    background: #3c87c8;
    border: 3px solid #FFF;
    border-radius: 10px;
    color: #FFF;
}

.table td.td-hr {
    padding: 0px;
    border: 1px solid #CDCDCD;
}

.alert {
    vertical-align: middle;
    margin: 1em .5em;
}

.alert img {
    height: 1.8em;
    vertical-align: middle;
}

table.table {
    table-layout:fixed;
    border-collapse: separate;
    border: 1px solid #CFCFCF;
}
thead th, thead tr {
    background: #eaeaea;
    color: #131415;
    border: 0;
    height: 1px;
}

@media screen and (max-width: 767px) {
    .data-list td.course {
        font-size: 10px;
    }
    table.table {
        border: 0;
    }
}