td, th {
    padding: 5px 10px;
    border: 1px solid #ccc;
}

.tableof {
    width: 1500px !important;
    margin-left: calc(50% - 750px);
}

table {
    width: 1500px !important;
    margin-left: calc(50% - 750px);
}

tr:last-child td {
    padding: 15px 10px;
}

table a {}

/* td:not(:first-of-type) {
    width: 250px;
} */

@media screen and (max-width: 1500px) {
  .tableof {
    width: 100% !important;
    margin-left: unset;
    overflow-x: scroll;
  }
  table {
    width: 100% !important;
    margin-left: unset;
  }
}

#siteWrapper > section.brick:first-of-type {
    background: #01322c;
}