/*LANDING page*/

/* handle pdf buttons on tiny screen */
#ublock-search-pod{
	display:inline-block;
	background-color: #00aeef;
}

#ublock-search-pod{
	display:flex;
	justify-content:space-around;
}


.curtain-head {
	background-color:#00aeef;
}
#ublock-search-text {
	color:white;
}

.ublock-butt-pdf-on{
	background-color:#6d2077;
}

#person-list-foot > div{
	border:2px solid #6d2077;
}	


/* ada21 specials handle race choice selection */
.ada21-intro{
	display:none !important;
	border:4px solid orange;
}
.butt-race-choice{
	flex-grow:1;
	flex-basis:50px;
	height: 52px;
	
	display:flex;
	justify-content:center;
	align-items:center;
	margin:.5em .5em;
	padding:0 .5em;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	cursor:pointer;
	font-weight:bold;
	background: #4a62ac;
	color:white;
}

#race-choice{
	width:80%;
	border:0px solid orange;
	display:inline-block;
}

@media only screen and (min-width: 770px) {
	#race-choice{
		display:flex;
	}
}






/* FO Page */

#personal-band{
	background-color: #4a63ac;
}