.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-justify {
    text-align: justify;
}

.nav-link {
    color: white !important;
}

@media (min-width: 960px) {
    ul.list-columns-2 {
        columns: 2;
    }

    .dropdown-item:hover {
        background: white !important;
        color: black !important;
    }

}

ul.feature-list {
    list-style: none;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
}

ul.orgaphon-list li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #5bb531;
}

ul.fit-list li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #00a5d7;
}

ul.speedindexer-list li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #f47900;
}

ul.mailarchiver-list li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #fcc000;
}

ul.codenamer-list li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #2f74b9;
}

ul.mailrouter-list li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #bad405;
}

ul {
    text-align: left;
}

hr.limiter {
    border: 1px solid;
}

.color-mailrouter {
    color: #bad405 !important;
}

.color-fit {
    color: #00a5d7 !important;
}

.color-speedindexer {
    color: #f47900 !important;
}

.color-mailarchiver {
    color: #fcc000 !important;
}

.color-codenamer {
    color: #2f74b9 !important;
}

.color-orgaphon {
    color: #5bb531 !important;
}

.color-primary {
    color: #eb891b !important;
}

.color-secondary {
    color: #868e96 !important;
}

iframe.map {
    width: 100%;
    height: 100%;
} 
