.su-box {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.su-box h3 {
    margin-top: 0;
    font-size: 1.4em;
}

.su-table {
    overflow-x: auto;
}

.su-table table {
    width: 100%;
    border-collapse: collapse;
}

.su-table th {
    background: #eee;
    padding: 8px;
    text-align: center;
}

.su-table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.su-table tr:nth-child(even) {
    background: #f8f8f8;
}

@media (max-width: 600px) {

    .su-table table {
        font-size: 14px;
    }

    .su-table th,
    .su-table td {
        padding: 5px;
    }
}