
body {
    text-align: center;
    background: #5d5048;
    margin: 0;
    padding: 0;
}

#wrapper {
    margin: 0 auto;
    margin-top: 50px;
    border: 1px solid #ffffff;
    max-width: 1060px;
    width: 100%;
    background: #423433 url('images/wally_on_background.gif') bottom right no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
}

#logo {
    width: 100%;
    max-width: 150px;
    height: auto;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background: #5d5048 url('images/couch_title_side.gif') center no-repeat;
    margin-bottom: 10px;
}

h2, b {
    color: #ffffff;
    font-weight: bold;
}

#footer {
    max-width: 1060px;
    width: 100%;
    clear: both;
    margin: 0 auto;
    font-family: trebuchet ms,arial,verdana;
    font-size: 8pt;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 1.1pt;
    padding-top: 20px;
    text-align: right;
}

#footer a {
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
}

#footer a:hover {
    text-decoration: underline;
}

#content a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}

h1 {
    color: #bbc6b6;
    font-weight: bold;
    font-size: 15px;
}

#content {
    text-align: left;
    padding: 15px;
    width: 100%;
    max-width: 700px;
    font-family: trebuchet ms,arial,verdana;
    font-size: 9pt;
    font-weight: normal;
    color: #ffffff;
    box-sizing: border-box;
}

#topbar {
    height: auto;
    font-family: trebuchet ms,arial,verdana;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    padding: 10px 25px;
    color: #ffffff;
    letter-spacing: 1.1pt;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    box-sizing: border-box;
}

#menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1060px;
    margin-bottom: 10px;
}

#menu a {
    display: block;
    width: 125px;
    border: 1px solid #ffffff;
    height: 25px;
    background: #998c84 url('images/arrow.gif') center left no-repeat;
    font-family: trebuchet ms,arial,verdana;
    text-align: right;
    font-size: 14px;
    text-decoration: none;
    padding-right: 10px;
    padding-top: 3px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    margin: 5px;
}

#menu a:hover {
    background: #423433 url('images/arrow.gif') center left no-repeat;
    color: #bbc6b6;
}

img {
    max-width: 100%;
    height: auto;
}

.scrollable-table {
    max-height: 600px;
    overflow-x: auto;
}

.scrollable-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #423433;
    color: #ffffff;
}

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

.scrollable-table th {
    position: sticky;
    top: 0;
    background-color: #1C5E55;
    color: white;
    z-index: 1;
}

.scrollable-table tr:nth-child(even) {
    background-color: #5d5048;
}

.scrollable-table tr:nth-child(odd) {
    background-color: #423433;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    #wrapper, #footer, #content, #menu {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    #logo {
        width: 100%;
        max-width: none;
        height: auto;
        margin: 0 auto 10px;
    }

    #menu {
        flex-direction: column;
        align-items: center;
    }

    #menu a {
        width: 90%;
        text-align: center;
    }

    #content {
        padding: 10px;
    }
}
