.none_css
{
    color:#8C857F !important;
    text-decoration: none;
}
.bred_but:hover
{
    background-color: #DE541E !important;

}
.none_css.active
{
    color: #DE541E  !important;
    text-decoration: none;
}
.card_info:hover
{
        background-color: #DE541E !important;
    color:white !important;
}
.non_hover
{
                cursor:default;
     background-color: #F8F6F5 !important;

}
.pointer
{
                cursor:pointer;
}