.btn-primary.btn-fill {
    color: #FFFFFF;
    background-color: #27ae60 !important;
    border-color: #27ae60 !important;
    opacity: 1;
    filter: alpha(opacity=100);
}

.btn-primary.btn-fill:hover, .btn-primary.btn-fill:focus, .btn-primary.btn-fill:active, .btn-primary.btn-fill.active, .open > .btn-primary.btn-fill.dropdown-toggle {
      background-color: #337AB7 !important;
      border-color: #337AB7 !important;
}

a {
    color: #27ae60;
    outline: none;
}
a:hover {
    color: #27ae60;
    outline: none;
}
