body {
    background : #FFFFFF;
    height : 100%;
    margin : 0;
    padding : 0;
}

main {
    width : 98%;
    margin : 0 1%;
    min-height : 100%;
    text-align : left;
}

table.sortable {
    border-collapse : separate;
    width : 100%;
}

table.sortable th {
    color : #FFFFFF;
    text-align : left;
    background-color : #333333;
    vertical-align : top;
    padding : 10px 2px;
    font-size : 16px;
}

table.sortable tr:nth-child(2n) td {
    border : none;
    text-align : left;
    background-color : #E8E8E8;
    vertical-align : top;
    padding : 10px 2px;
    font-size : 14px;
}

table.sortable tr:nth-child(2n+1) td {
    border : none;
    text-align : left;
    background-color : #FFFFFF;
    vertical-align : top;
    padding : 10px 2px;
    font-size : 14px;
}