/* Go crazy with your own styles here */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
.dropdown-menu li > a {
    color: #333;
    padding-top: 3px;
    padding-bottom: 3px;
}

.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5; 
}


.a:link {
    color: #FCBF49;
    text-decoration: underline;
}

a.link-yellow:link {
    color: #fcbf49 !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}
