.button-hover:hover {
	background: #091f40 !important;
	color: white !important;
}  

@media (max-width: 700px) { 
	.button-size {
		width: 200px !important;
	}

	#main-title {
		font-size: 1.0rem !important;
	}
}

@media (min-width: 701px) { 
	.button-size {
		width: 500px !important;
	}
}

@media (max-device-width: 700px) { 
	.button-size {
		width: 200px !important;
	}

	#main-title {
		font-size: 1.0rem !important;
	}
}


#radio-container-min-height {
	min-height: 0px !important;
}