/* utilities */

.bg-green {
    background-color: #004D40;
    color: #FFFFFF;
}

.text-green {
    color: #004D40;
}

.navbar {
    border-bottom: 3px solid #004D40;
}

.MyHeadline {
    border-bottom: 2px solid #8BC34A;
    font-weight: bold;
}

.bg-light-green {
    background-color: #8BC34A!important;
    color: #fff!important;
}

.nav-pills .nav-link.active {
    color: red!important;
}