
h1, h1 + p {
    text-align:center;
}

table {
    width:100%;
    margin:auto;
}

/* single line border for all elements */
table, th, tr, td {
    border:1px solid grey;
    border-collapse: collapse;
}

th, td {
    padding:1%;
    overflow-x:scroll;
}
