body {
font-family: Verdana, sans-serif;
font-size: 16px;
color: #000000;
weight: normal;
}

.menu {
    background-color: #1b803d;
}

@media (max-width: 991px) {
    .menu {
        background-color: transparent;
    }
}


.options {
    background-color: #CCCCCC !important;
    color:  #00431E !important;
}
.options a{
    color:  #00431E !important;
}

.menu .logo {
    border: ;
}




    .nav ul li a {
        text-transform: none;
    }

    .folder > ul {
        background-color: #CCCCCC !important;
    }

    .sub_menu ul li::before {
        color:#ffffff
    }

    .entry-content table, .comment-content table {
        border: 1px solid #ddd;
        width: 100%;
        margin: 20px 0;
    }

    .entry-content td, .comment-content td {
        border-top: 1px solid #ddd;
        padding: 10px 10px;
    }

    .grouplist_main article {
        box-shadow: 0.3rem 0.5rem 0.8rem rgba(0,0,0,.15)!important;
    }

