body{
	background-image: url('https://stem.ucf.edu/secme-registration/img/bg.png');
}
.teams{
	margin: 0 auto;
	margin-top: 100px;
	max-width: 1250px;
	padding: 60px;
	background-image: url('https://stem.ucf.edu/secme-registration/img/bg.png');
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.white{
	color: #fff;
}
.yellowgold{
	color: #FFC904;
}
#datatable td{
	text-align: center!important;
}

/* Updated Page design */
.primary{
	background-color: #22282D!important;
	border-bottom: 3px solid #FFC904!important;
}
.primary h1{
	color: #fff;
}
.calendar{
	list-style-type: none;
	width: 250px;
}
.calendar li{
	border-bottom: 1px solid #FFC904!important;
	margin-bottom: 10px;
	font-size: 13px;
}
.calendar b{
	color: #475159;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}
