/* Left-align tables instead of centering */
table {
    margin-left: 0;
    margin-right: auto;
}

