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>tr>th {
    font-size: 110%;
    line-height: 2;
}

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
}

.score-list {
    max-width: 900px;
    margin: auto;
    padding: 0 2em;
}

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

.alert {
    vertical-align: middle;
}

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