body.forest {
    background: linear-gradient(120deg, #355c3a 0%, #6b8e23 100%);
    color: #f4fbe2;
    font-family: 'Segoe UI', Arial, sans-serif;
}

body.forest .panel,
body.forest .w3-table-all,
body.forest .w3-bordered,
body.forest .w3-bar,
body.forest .w3-button,
body.forest .button,
body.forest .item-button {
    background-color: #4e7044 !important;
    color: #f4fbe2 !important;
    border-color: #a3c585 !important;
    box-shadow: 0 2px 8px #2e4d2c44;
}

body.forest .w3-button:hover,
body.forest .button:hover,
body.forest .item-button:hover {
    background-color: #6b8e23 !important;
    color: #fff !important;
}

body.forest .w3-bordered tr, 
body.forest .w3-table-all tr {
    border-bottom: 1px solid #a3c585;
}