/* CSS for Real Simple Rewards - Official Rules */

#content .boxContent {
	padding: 35px 60px 300px;
	font-family: Arial, Helvetica, sans-serif;
	}

#content h2 {
	margin-top: 2em;
	margin-bottom: 1em;
	font: bold 1.6em/1em Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

#content p {
	margin-bottom: 1em;
	font-size: 1.1em;
	line-height: 1.3em;
	}

#content a {
	color: #0093B8;
	text-decoration: underline;
	}

#content a:hover {
	text-decoration: none;
	}


/* ===========================================
         FACTS
==============================================*/

#facts {
	margin-top: 40px;
	padding: 0 20px 24px;
	border: 2px solid #999;
	}

#facts h2 {
	margin-top: 15px;
	margin-bottom: 14px;
	line-height: 1.2em;
	text-align: center;
	}

#facts table {
	width: 609px;
	margin: auto auto 24px;
	border: 1px solid #999;
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: center;
	}

#facts table th {
	padding: 0.6em 18px 0.6em;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	background-color: #00abdb;
	border-right: 1px solid #999;
	}
	
#facts table td {
	padding: 0.6em 18px 1em;
	border-right: 1px solid #999;
	line-height: 1.3em;
	}

#facts table .prize { width: 28%; text-align: left; font-weight: bold; }
#facts table .value { width: 22%; }
#facts table .number { width: 30%; }
#facts table .odds { width: 20%; border-right: none; }

#facts p {
	margin-bottom: 0.6em;
	}
