
thead {
    background: #D6D6D6;
    font-size: 13px;
}

th {
    height: 48px;
}

th, td {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    text-align: center;
}
td {
    padding: 11px 0;
}

tbody {
    background: #F6F6F6;
    font-size: 13px;
    line-height: 20px;
}