.text-center {
	text-align: center !important;
	display: block !important;
}

.text-right {
	text-align: right !important;
	display: block !important;
}

.text-justify {
	text-align: justify !important;
	display: block !important;
}