table {
    width: 100%;
    border-collapse: collapse;
}
/* Zebra striping */
tr:nth-of-type(odd) {
    background: #eee;
}

th {
    background: #014888;
    color: white;
    font-weight: bold;
}

td, th {
    padding: 6px;
    border: none;
    text-align: left;
}

