.tableBox{
    margin-top: 20px;
}

@media screen and (min-width: 1180px) {
    #mainBox th, #mainBox td{
        font-size: 15px;
        text-align: center;
        vertical-align: middle;
    }

    #mainBox table a{
        font-size: 14px;
        padding: 10px 20px;
        box-shadow: 0 2px 8px rgba(0,0,0,.2);
        background: #ffae12;
        background: linear-gradient(to right,#ff9508 0,#ff6c62 100%);
        border: none;
    }
    #mainBox table a:hover{
        background: #f74235;
    }
}


@media screen and (max-width: 1180px) {
    #mainBox .centersmBox th, #mainBox .centersmBox td {
        font-size: 14px;
        text-align: center;
        vertical-align: middle;
    }

    #tb_card a{
        color: blue;
        text-decoration: underline;
    }
}
