a,
a:visited {
    text-decoration: none;
    color: #23527c;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
}

.row {
    flex-direction: row;
}

.row > * {
    min-width: 0;
}

.btn-default {
    border: 1px solid #194953;
}

.headpadding .row {
    flex-direction: row;
    justify-content: space-between;
    width: auto;
}

.nav-link {
    color: #ffffff !important;
    padding: 2px 0px;
}
