.card-pricing.popular {
    z-index: 1;
    border: 3px solid #007bff;
}
.card-pricing .list-unstyled li {
    padding: .5rem 0;
    color: #6c757d;
}

.bg-gray {
    background-color: gray;
}

.span3 {
    height: 250px !important;
    overflow-y: auto;
}

.scrollable {
    height: 500px;
    overflow-y: auto;
}

.notifyscroll {
    height: 650px !important;
    overflow-y: auto;
}

body {
  font-family: 'Varela Round', sans-serif;
}
