.label.success {
    background: #3adb76;
    color: #333;
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    border-radius: 10px;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #1779ba;
    color: #fefefe;
}

.callout.primary {
    background-color: rgb(214.8186602871, 235.9894736842, 250.0313397129);
    color: #333;
}
.callout {
    background-color: rgb(254.85, 254.85, 254.85);
    color: #333;
}
.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(51, 51, 51, 0.25);
    border-radius: 10px;
}
.margin-bottom-3 {
    margin-bottom: 3rem !important;
}
.margin-right-3 {
    margin-right: 3rem !important;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}