/**
 * @author Nick Kitching
 * 
 * Override of Torchbox 2016 CSS
 * 
 */
footer #os5 {
    bottom : 200px !important;
}

table {
    border:none;
}

table tr:nth-child(2n+1) {
    background: none;
}

table td, table th {
    border-bottom:none;
}