/**
* Layout utility classes for use in wysiwyg fields
**/

.margin-top--small {
    margin-top: 1.25rem !important;
}

.margin-top--medium {
    margin-top: 2.5rem !important;
}

.margin-top--large {
    margin-top: 3.75rem !important;
}

.margin-top--extra-large {
    margin-top: 5rem !important;
}

.margin-bottom--small {
    margin-bottom: 1.25rem !important;
}

.margin-bottom--medium {
    margin-bottom: 2.5rem !important;
}

.margin-bottom--large {
    margin-bottom: 3.75rem !important;
}

.margin-bottom--extra-large {
    margin-bottom: 5rem !important;
}