/* Table styling for solarized-dark */
table {
    width: 100%;
    margin: 1.5em 0;
    border-collapse: collapse;
    background-color: #002b36;
}

table thead {
    background-color: #073642;
}

table th {
    padding: 0.75em;
    text-align: left;
    border-bottom: 2px solid #586e75;
    color: #93a1a1;
    font-weight: bold;
}

table td {
    padding: 0.75em;
    border-bottom: 1px solid #073642;
    color: #839496;
}

table tbody tr:hover {
    background-color: #073642;
}

table tbody tr:nth-child(even) {
    background-color: #00212b;
}
