/* Table base styles */
table {
border-collapse: collapse;
width: 100%;
height:auto;
font-family: Arial, sans-serif;
}
.table-section {
    overflow: auto;
}
/* Header row */
table th {
    background-color: #f1b825 !important;
}

/* All cells */
table th,
table td {
border: 1px solid #ccc;
padding: 8px;
text-align: left;
color:#000000;
}
table a {
    color: #0079AD !important;
    font-weight:bold;
    text-decoration:underline;
}
table a:hover {
    color: #000000 !important;

}
h3 {
    background: #4C4E52 !important;
    color: #ffffff !important;
    width: 100%;
    padding: 10px;
    box-shadow: 0px 0px 1px 1px #000000;
    text-align: left;
} 
@media (min-width: 600px) and (max-width: 1024px) {
    .table-section {
        overflow: auto;
    }

    .table-section table {
        width: 1400px;
    }
}

@media (max-width: 600px) {
    .table-section {
        overflow: auto;
    }

    .table-section table {
        width: 1400px;
    }
}