// * * * * * * * *
// * * Tables  * *
// * * * * * * * *

// Set base font size of tables to a smaller size

.table {
    font-size: $font-size-sm;
}
