.teer-wrapper{
    margin:20px auto;
    background:#fff;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
    border-radius:6px;
    overflow:hidden;
    font-family: inherit;
}
.teer-header{
    background:#eceff1;
    padding:10px;
    font-weight:bold
}
.teer-date{
    text-align:center;
    padding:8px;
    font-weight:bold;
    background:#fafafa;
    border-bottom:1px solid #ddd
}
.teer-table{
    width:100%;
    border-collapse:collapse
}
.teer-table th{
    padding:6px;
    border-bottom:1px solid #ccc
}
.teer-table td{
    width:50%;
    text-align:center;
    background:#48c9b0;
    padding:10px 0;
    font-weight:bold
}
.label{
    display:block;
    font-size:13px;
    font-weight:normal
}
.number{
    font-size:18px
}
