@media screen and (min-width: 430px) {
    .mobileNav {
        position: relative; 
        margin-left: -70px;
    }
    .logoMain {
        margin-left: -100px;
    }
}
table {
    width: 50%;
    border-collapse: collapse;
    margin: 50px auto; 
}
th, td {
    border: 1px solid #ddd;
    padding: 8px;
}
th {
    background-color: #f2f2f2;
    text-align: center;
}
td {
    text-align: center;
}
footer {
    width: 100%;
    margin-top: 10px;
}
.year-buttons {
    text-align: center;
    margin: 20px;
}

.year-buttons button {
    margin: 15px;
}
.button1{
    background-color: #405969;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 25px; /* Rounded corners */
    cursor: pointer;
    transition: background-color 0.3s, opacity 0.3s;
}
.button1:hover
{
    background-color: #2980b9;
    opacity: 0.9;
}
.button1.selected
{
    background-color: #2980b9;
}
.product-image-gallery {
    width: 300px; /* Adjust the width as needed */
    height: 600px; /* Adjust the height as needed */
    overflow-y: auto;
    background-color: #fff;
    padding: 10px; /* Optional: add some padding */
}

.product-gallery-item {
    display: block;
    margin-bottom: 10px; /* Adjust the margin as needed */
}

.product-gallery-item img {
    width: 100%;
    display: block;
}

.formFooter.f6.branding21 {
    display: none !important; /* Hide the JotForm branding/footer */
}
