.need-pilot-registration
{
	width: auto;
	border: 1px solid lightgrey;
	border-radius: 5px;
	padding: 5px 0;
	cursor: pointer;
	background-color: lightgray;
}

.need-pilot-registration-desc
{
	width: 100%;
}

.right
{
	text-align: right !important;
}

.center{
	text-align: center !important;
}

.selected-reg
{
	border: 2px solid darkgreen;
	background-color: lightgreen;
}

.servicer-text
{
	font-weight: bold;
	font-size: 26px;
}

.request-text
{
	font-size: 20px;
}

.servicer-logo
{
	height: 112px !important;
}

.map-container
{
	width: 100%;
	min-height: 700px;
}

.main-map-container
{
	display: block;
}

.requests-for-date
{
	cursor: pointer;
}

@media screen and (max-width: 1330px) {
	.ct-menu-item, .ah-menu-item {
		display: none !important;
	}
}

@media screen and (max-width: 1080px) {
	.tfs-menu-item {
		display: none !important;
	}
}

html, .t3-mainbody
{
	background-color: #DDE5E5 !important;
}

.under-construction
{
	font-size: 24px;
	font-weight: bold;
}

.under-construction-text
{
	font-size: 18px;
}

.dark-red
{
	color: darkred;
}