
function markUpResultsTables() {
    $(".results-table tr:even").css("background-color", "#181818");
}

