a {
    color: #93c54b;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
 color: #6b9430;
 text-decoration: underline
}

main {
    background-color: #f1f1f1;
    color: #333;
}

nav {
    background-color: #333;
    color: #f1f1f1;
}

nav a {
    color: #f1f1f1;
}

.dropdown-content {
    background-color: #f1f1f1;
    color: #333;
}

.dropdown-content a {
    color: #333;
}



.collapsible {
    background-color: #444;
    color: #f1f1f1;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
    background-color: #f1f1f1;
    color: #444;
}


.content {
    background-color: #f1f1f1;
}

nav li a:hover, .dropdown:hover .dropbtn {
    background-color: #222;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.green-label {
    color: #93c54b;
}

.red-label {
    color: #f54b39;
}

.light {
    opacity: 0.7;
}

.bg-457 {
    background-color: #457;
}



.light-green {
    background-color: #5e89aa;
}
.light-green > a {
    color: #93c54b;
}

.light-green > a::before {
    border-color: transparent transparent transparent #5e89aa;
}
.light-green > a::after {
    border-color: transparent transparent transparent #325d88;
}

.light-green:hover {
    background-color: #325d88;
}
.light-green:hover > a {
    color: #93c54b;
}

.light-green:hover > a::before {
    border-color: transparent transparent transparent #325d88;
}


.main-active {
    background-color: #467599;
}

.main-active > a::before {
    border-color: transparent transparent transparent #467599;
}


.grey9 {
    background-color: #DADEE1;
    color: #999;
}

.grey9 > a::before {
    border-color: transparent transparent transparent #DADEE1;
}
.grey9 > a::after {
    border-color: transparent transparent transparent #325d88;
}


.grey5 {
    background-color: #DADEE1;
    color: #555;
}

.grey5 > a::before {
    border-color: transparent transparent transparent #DADEE1;
}
.grey5 > a::after {
    border-color: transparent transparent transparent #325d88;
}
