﻿/* Utility di spacing (margin-bottom), scala tipo Bootstrap: 0/4/8/16/24/48px. */
.mb-0 {
	margin-bottom: 0 !important;
}

.mb-1 {
	margin-bottom: 4px !important;
}

.mb-2 {
	margin-bottom: 8px !important;
}

.mb-3 {
	margin-bottom: 16px !important;
}

.mb-4 {
	margin-bottom: 24px !important;
}

.mb-5 {
	margin-bottom: 48px !important;
}

/* Utility di spacing (margin-bottom), scala tipo Bootstrap: 0/4/8/16/24/48px. */
.mt-0 {
	margin-top: 0 !important;
}

.mt-1 {
	margin-top: 4px !important;
}

.mt-2 {
	margin-top: 8px !important;
}

.mt-3 {
	margin-top: 16px !important;
}

.mt-4 {
	margin-top: 24px !important;
}

.mt-5 {
	margin-top: 48px !important;
}