.table-container {
    overflow-x: auto;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

.responsive-table th,
.responsive-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.responsive-table th {
    background-color: #f2f2f2;
}

@media screen and (max-width: 600px) {
    .responsive-table th,
    .responsive-table td {
        display: block;
    }
}

iframe {
    margin-top: 50px; /* Adjust the value as needed */
}
