@charset "UTF-8";
/* CSS Document */

/* Styles to be displayed in dropdown */ 

.red-text
{
	color: #990000;
}

.waiting-list
{
	font-size: 1em;
	color: #e67f1a;
}

.cancelled
{
	font-size: 1em;
	color: #990000;
}

.caption
{
font-size: 0.7em !important;
color: #5D4E3D;
line-height: 1.4em !important;
margin-top: 0.5em;
}
