.column {
    text-align: center;
}

table.classic {
    font-size: 13px;
    margin-left: auto;
    margin-right: auto;
    border-style: none;
    border-color: transparent;
    border-spacing: 0;
    width: 80%;
}

table.classic tr.heading {
    background-color: transparent;
    color: purple;
    margin-bottom: 2px;
}

table.classic tr:nth-child(2) {
    background-color: #df7;
    font-size: 18px;
    font-weight: bold;
}

table.classic tr:nth-child(3) {
    background-color: #bfb;
    font-size: 16px;
}

table.classic tr:nth-child(4) {
    background-color: #bfb;
    font-size: 16px;
}

table.classic td {
    padding: 0.5em 0 0.5em !important;
    border: none !important;
}