#main-container {
 
	position: relative;
	text-align: center;
}

.mc-button-container {

	text-align: center;
}

.mc-button {
	
	display: inline-block;
	width: 40%;
	vertical-align: middle;
	background-color: #007AC3;
	margin: .5em 0em;
	padding: .5em;
	color: white;
	font-weight: bold;
	border-top: 5px solid white;
	cursor: pointer;
	text-align: center;
	opacity: .5;
}

.mc-button:hover {

	opacity: 1;
}

.mc-button .mc-button-title {

	font-size: 14pt;
	text-align: center;
}

.mc-button .mc-button-sub-title {

	font-size: 8pt;
	font-weight: 200;
	text-align: center;
}

.selected {

	border-top: 5px solid orange;
	opacity: 1;
}
.display-it {

	display: block !important;
}
.mc-data-container {

	display: none;
}