table {
    margin: 0;
    padding: 0;
    width: 100%;
}

    table caption {
        font-size: 1.5em;
    }

    table td, table th {
        padding: 0.025em;
    }

    table th {
        font-size: 0.85em;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

@media screen and (max-width: 600px) {
    .vtable caption {
        font-size: 1.3em;
        display: block;
    }

    .vtable th {
        text-align: left;
        width: 15.82%;
        border-top: none;
    }

    .vtable tr {
        display: block;
        margin-bottom: 0.125em;
    }

    .vtable td {
        display: block;
        width: 100%;
    }

        .vtable td:last-child {
            border-bottom: 0;
        }
}
