@charset "utf-8";


.card {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 1.0rem 1.0rem;
    position: relative;
}


.info {opacity:0.6;  font-size: 90%;} 
.info-text {opacity:0.6;  font-size: 80%;} 
.info-set {opacity:0.6;  font-size: 70%;} 


.mt-5, .my-5 {
    margin-top: 1.5rem !important;
}