.red{
	background: #DE5044 !important;
}
.red *{
	color: #FFF !important;
	border-color: #FFF;
}
.blue{
	background: #1B8BF5 !important;
}
.blue *{
	color: #FFF !important;
}
.yellow{
	background: #fbd209 !important;
}
.yellow *{
	color: #555 !important;
	border-color: #777 !important;
}
.green{
	background:#009688 !important; 
}
.green *{
	color: #FFF !important;
}