/* -- Colors ---------------------------------------------------------------------------------------------- */
 
.orange {
	color: #f68b1f !important;
}

.red {
	color: #ef3901 !important;
}

.green {
	color: #a4c73a !important;
}

.darkgreen {
	color: #477530 !important;
}

.blue {
	color: #5b80ac !important;
}

.grey {
	color: #58595b !important;
}

.purple {
	color: #B43081 !important;
}

.bold {
	font-weight: bold;
}