* { padding: 0; margin: 0; }

body {
	background-color: #fff;
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
}

a { color: #006600;
	text-decoration: none; }

ul { list-style-type: none; margin: 10px 0; }

li, p { line-height: 20px; }

p { margin: 6px 0 12px 0; }

small { font-size: 11px; text-transform: uppercase; color: #666; }

/* global classes */
.highlight { color: #999900; }

.hide { display: none; }

/* quiz */
#meat_and_potatoes { 
  width: 650px;
  padding: 15px;
  margin: 0 auto;
}



#header img { vertical-align: middle;}


#rules {
	background: #EDEDED;
	padding: 10px;
	text-align: center;
	margin: 15px 0;
}

#rules ul { margin: 0; }

.counter { font-size: 70px; color: #ccc; padding-right: 20px; }

#questions { margin-bottom: 25px; }

.question h3 { display: inline; }

#questions li { margin-bottom: 15px; }

#questions a { cursor: pointer; font-size: 14px; }

#questions td h3 { font-size: 22px; }

#results h2 { 
	font-family: Times New Roman, Times, serif; 
	font-weight: normal; 
	margin-top: 10px;
	font-size: 25px;
	text-indent: 1em; 
	border: 1px solid #efefef;
	padding: 5px;

}


#results td { padding: 15px; }

#results p { text-align: center; }

#delriomedia { border: 1px solid #efefef; text-align: center; margin-top: 25px; padding: 10px; }