/* Data Table Styles
   Extracted from wwtg.php and wwbridges.php
   ================================================== */

.data-table {
    vertical-align: middle;
    text-align: center;
    empty-cells: show;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-collapse: collapse;
    border-color: #000000;
    border-style: solid;
    border-spacing: 4px;
    border-width: 2px;
    text-decoration: none;
    color: #ffffff;
    background: #000000;
    font-family: verdana, arial, sans-serif;
    width: 100%;
    white-space: nowrap;
}

.data-table th {
    font-family: "Lucidia Console", monospace;
    font-weight: bolder;
    text-shadow: 1px 1px #8b0000;
    text-decoration: none;
    background: #091b33;
    border: 1px solid #c0c0c0;
    transition: background-color 0.2s ease;
}

.data-table th:hover {
    background: #0d2447;
}

.data-table tr:nth-child(even) {
    background: #f7f7f7;
    transition: background-color 0.2s ease;
}

.data-table tr:nth-child(odd) {
    background: #d0d0d0;
    transition: background-color 0.2s ease;
}

.data-table tr:hover {
    background: #e8f4f8 !important;
}

.data-table td {
    color: #000000;
    font-family: "Lucidia Console", monospace;
    font-weight: bolder;
    text-decoration: none;
    border: 1px solid #000000;
}

/* Responsive Styles */

.responsive {
    width: 100%;
    height: auto;
}
