.white-font {color: #f0f0f0 !important;}
nav#main_menu select {color:black !important;}
.quiz-button {
		outline:none;
		border:none;
		cursor:pointer;
		padding:25px 25px;
		font-size: 20px;
		line-height: 24px;
		background:#ffd570 !important;
		font-weight:bold;
}
.buy-button {
		outline:none;
		border:none;
		cursor:pointer;
		padding:5px 15px;
		background:#ffd570 !important;
		font-weight:bold;
}
input[type=button]:hover, a.quiz-button:hover, a.buy-button:hover {
	background-color: #ffe199 !important;
}

.button-form {
	float:left; 
	padding: 5px 10px 0 0;
	margin-bottom: -5px;
}
.button-right {
	float:right; 
	padding: 15px 0 0 0;
	margin-bottom: -5px;
}
.button-center {
	text-align:center;
	padding: 15px 0;
	margin-bottom: -5px;
}
#steps {
	font-size:18px;
}
#steps ol {
	counter-reset: item;
    list-style-type: none;
	position:relative;
	padding-left: 16px;
}
#steps li {
	padding-left: 3em;
}
#steps ol li:before {
    content: 'Step ' counter(item, decimal) '.';
    counter-increment: item;
	position:absolute;
	left:0px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}	
a.visited {color:#006300 !important; }

