/* own styles */
.tableHeader {
    background-color: #69c;
    color: #474036;
    font-weight: bold;
    text-align: center;
}

.tableRowOdd{
    background-color: #fff;
}

.tableRowEven{
    background-color: #def;
}

