/* Make tables full-width */
table {
    width: 100%;
    display: table;
}
