.uppercase{
	text-transform: uppercase !important;
}

.d-block {
	display: block !important;
}
.d-inline {
	display: inline-block !important;
}
.m-auto {
	margin: auto !important;
}

.bg-fff{
	background: #fff;
}

.p-relative {
    position: relative !important;
}
.p-absolute {
    position: absolute !important;
}