.card{
    border-radius: 0;
    transition: all 0.3s ease;
    border:0;
}

.card:hover{
    border-radius: 0;
}

.card-without-shadow{
    border-radius: 0;
    transition: all 0.3s ease;
    border:1px solid #eee;
}

.card-without-shadow:hover{
    box-shadow: 0 6px 12px rgba(0,0,0,.07)!important;
    border-radius: 0;
}

.card-footer{
    background: transparent;
    border-radius: 0;
    border-top: 0px solid rgba(0,0,0,.125);
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.high-contrast .cardelement .font_gold{
    color: black !important;
}