section table td {
    border: 1px solid gray;
}

section table thead td {
    -border: 1px solid gray;
    color: white;
    background-color: black;
}


.nav_buttons {

    text-align: center;
}

.nav_buttons button {
    border-radius: 4px;
}
