/* Start custom CSS */table {
    max-width: 100%!important;
    margin: 0;
}
tr th:nth-of-type(1) { width: 35%; }
tr th:nth-of-type(2) { width: 35%; }
tr th:nth-of-type(3) { width: 15%; }
tr th:nth-of-type(4) { width: 15%; }
tr td:nth-of-type(1) { font-weight: 700; }/* End custom CSS */