.modular-text {
    padding-top: 5rem;
    padding-bottom: 1rem;
}

/* Right floating image */
.floatimage {
    float: right;
    margin: 5px;
}
@media (max-width : 640px) {
    .floatimage {
        float: none;
    }
}

.overlay {
    background: #ffffff;
}

.treemenu li a {
    font-size: 1.1rem;
}

.treemenu .toggler {
    font-size: 2rem;
    line-height: 1.2rem;
}

.treemenu ul {
 margin: 0.5rem 0 0 1rem;
}

.treemenu li a.active, .treemenu li a:focus, .treemenu li a:hover {
color: #217fcf !important;
}

.mobile-menu .button_container.active .top {
    background: #217fcf;
}
.mobile-menu .button_container.active .bottom {
    background: #217fcf;
}

.mobile-menu .button_container span {
	background: #217fcf;
}

a {
 color: #217fcf;
}

a:visited {
 color: #0b487c;
}

.dropmenu ul li a.active {
 color: #217fcf !important;
}
.dropmenu ul li a:hover {
 color: #217fcf !important;
}
.dropmenu ul li a:focus {
 color: #217fcf !important;
}

table, th, td { 
border: thin solid #A4A4A4; 
border-collapse: collapse;
}

th, td {
text-align: left;
padding-left: 0.2em;
padding-right: 0.2em;
}
