.efogo-btn{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    background-color:#8BC633; /*rgba(0,0,0,.03) */
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: white;
    transition: color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}

.efogo-btn:hover {
    background-color: #92cc3b;
    color: white;
}

.efogo-btn-sm{
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
}

.efogo-btn-sm:hover {
    background-color: #92cc3b;
    color: white;
}


a:link {
    text-decoration: none;
    /* color: white; */
}

.efogo-text{
    color: #8BC633!important;
}

.efogo-text-link{
    color: #f80707
}

.efogo-text-link:hover{
    color: #92cc3b;
}

.efogo-border{
    border: 1px solid #8BC633!important;
}
.efogo-nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #8BC633;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

a{
    background-color: transparent;
    text-decoration: none;
}

a:-webkit-any-link{
    color: webkit-link;
    cursor: pointer;
    text-decoration: none;
}
