@charset "utf-8";
.besbtn{
    background-color: #056839!important;
    color:#ffffff;
        
}
.besbtn:hover{ background-color: #05522d!important;color:#ffffff; }
.besbtn:active{
    background-color: #05522d!important;color:#ffffff;
}
.besbtn-outline {
    background-color: #ffffff!important;
    border:thin solid #056839;
    color:#056839;
        
}
.besbtn-outline:hover{ background-color: #056839!important;color:#ffffff; }
.besbtn-outline:active{
    background-color: #056839!important;color:#ffffff;
}
.bes {
    background-color:#056839;
}