div.divBlack300px{
	background-color: black;
	width: 300px; height: 300px;
	margin: auto;
	border-top: 1px solid black;
}

div.divRed50px{
	width: 50px; height: 50px;
	background-color: red;
}
	

/* button white on red */
div.btnRafWrapper { 
	width: 300px; margin: auto;
	text-align: center; 
}
button.btnRaf {
	color: white;
	background: red;
	padding: 5px;
	margin: 4px 2px;
	border: 1px solid white;
	border-radius: 5px 5px;
}

/* demo - raf timer */
div#demoRafTimer_redDiv{
	margin-left: 0px; margin-top: 0px;
}
  

