﻿/* Table Styles */

table {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

tr:nth-child(odd) {
    background-color: lightgray;
}

td {
    padding: 5px 5px;
    text-align: center;
    border-right: 1px solid #ddd;
}

.table-top-row {
    background-color: #335E77 !important;
    color: white;
    font-weight: bold;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

.description {
    font-size: 15px;
    font-weight: bold;
    color: #9e9e9e;
    margin-bottom: 15px;
}
