
.target {
    display: inline-block;
    font-size: 16px;
}

.target .active { background-color: #284b73; }

.target .link {
        color: #f5f5f5;
        padding: 15px;
        min-height: 54px;
}

.target .link:hover {
        background-color: #284b73;
        color: #f5f5f5;
}
.target .link :focus {
        background-color: lighten(#284b73, 5%); 
        outline: 0; 
}

.target .link-icon { padding-right: 24px; }

.target .link.mw {
        min-width: 160px;
}

.target .dropdown-menu {
        border-radius: 0;
        background-color: #052d4b;
        margin:0;
        min-width: 160px;
        border: 0;
        padding: 0;
}

