.table {
    width: 100%;
}

.table td,
.table th {
    padding: 5px;
}

.table th {
    background-color: #0084cc;
    color: #fff;
    border: none;
}

.table tr:nth-child(even) {
    background-color: #cccccc;
}
