.table th,.table td {
    background-color: #ffee00;
    padding: 4px 8px 4px 8px;
}
.table tr {
    border-bottom-style: hidden;
}

tr.table-head {
    border-bottom-style: solid;
    border-bottom-color: red;
    border-bottom-width: 1px;
}

.table {
    margin-bottom: 20px;
}
