﻿#reptable, #techtable, .halftable {
    width:95%;
    margin:auto;
}

table#reptable th, table.halftable th {
    width: 49%;
}

 table#techtable th:nth-child(1) {
     width: 33%;
 }