/*=======================================================
	PRE-PRODUCTION TEXT STYLES
=======================================================*/
.preProductionStyle1 {
	color: red !important;
}

.preProductionStyle1 span {
	color: red !important;
	font-size: 18px !important;
}

.preProductionStyle2 {
	background: rgb(5, 250, 5) !important;
	color: red !important;
}

.preProductionStyle2 span {
	color: red !important;
	font-size: 18px !important;
}

.preProductionStyle3 {
	background: red !important;
	color: white !important;
}

.preProductionStyle3 span {
	color: white !important;
	font-size: 18px !important;
}

.preProductionStyle4 {
	background: orange !important;
	color: rgb(10, 255, 235) !important;
}

.preProductionStyle4 span {
	color: rgb(10, 255, 235) !important;
	font-size: 20px !important;
}

.preProductionStyle5 {
	background: white !important;
	color: rgb(245, 0, 255) !important;
}

.preProductionStyle5 span {
	color: rgb(245, 0, 255) !important;
	font-size: 22px !important;
}