html, body{
    width: 100% !important;
    min-width: auto !important;
    margin: 0;
    padding: 0;
    border: 0;
    height: auto !important;
}
table.table.tables{
    margin: 0 auto 50px;
    font-size: 13px;
}
table.table.tables th, table.table.tables td{
    padding: 7px 10px;
}

table.table.tables th{
    font-size: 12px;
}

h2.underlined{
    margin: 30px auto 10px;
    padding: 4px 0px;
    border-bottom: solid 1px #b79467;
    font-size: 24px;
    text-align: center;
}