.tg-heading {
    font-weight: bold;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.main_div {
    background-color: #092A4B;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.downloads-table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
}

.downloads-table thead th {
    background-color: #c19100;
    color: white;
    padding: 12px;
    text-align: left;
    font-size: 16px;
}

.downloads-table tbody td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: #092A4B;
    font-size: 14px;
}

/* Alternate row color */
.downloads-table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.downloads-table a {
    color: #092A4B;
    font-weight: bold;
    text-decoration: none;
}

.downloads-table a:hover {
    text-decoration: underline;
}