/* border */
.border-radius-left-5 {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.border-radius-right-5 {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

.no-border-radius-left {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.no-border-radius-right {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.no-line-height {
    line-height: 0;
}

.width--auto {
    width: auto;
}

.casagrid__col--force-no-margin {
    margin: 0 -15px;
}

.pt-20 {
    padding-top: 20px !important;
}

.bg-grey-100 {
    background-color: #E4E4E4;
    border-color: #E4E4E4;
}