.su-table.table-info {
    padding: 15px;
    border-radius: 5px;
    background-color: #f0f8ff;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.su-table.table-info table td {
    font-size: 1em;
    line-height: 1.5em !important;
}

.su-table.table-info.su-table-alternate table tr:nth-child(even) td {
    background-color: #f0f8ff!important;
}

.su-table.table-info table td:nth-child(1) {
    font-weight: bold;
}

.su-note.note-info {
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}