body {
    background-color: #f4f4f4;
}
table thead {
    background-color: #fff;
    color: #363636 !important;
}

table thead {
    text-transform: uppercase;
}

table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
}

table td, table th {
    border: 1px solid #ddd;
    padding: 8px;
}

/*table tr:nth-child(even){background-color: #f2f2f2;}*/

/*table tr:hover {background-color: #ddd;}*/

table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #fff;
}
table { border-collapse: collapse; }
tr { border: none; }
td, th {
    border-right: 0px !important;
    border-left: 0px !important;
}
