body {
			background-color: black;
		}
		div.box {
			width:50px;
			height:50px;
			border:2px solid black;
			padding:3px;
			margin:3px;
			display:inline-block;
			border-radius: 5px; 
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px;
		}
		div.box:hover {
			cursor:pointer;
			border:2px dashed white;
		}
		div.row {
			display:block;
		}
		div.button, div.score {
			/*width:75px;*/
			/* height:10px; */
			display:block;
			padding:3px;
			margin:5px;
			border:2px solid white;
			text-align:center;
			background-color: black;
		}
		div.buttons {
			width:180px;
			text-align:center;
			margin:5px auto;
		}
		div.button {
			height:45px;
			width:45px;
			line-height:21px !important;
			border-radius: 45px; 
			-moz-border-radius: 45px; 
			-webkit-border-radius: 45px; 
			margin:0 auto;
		}
		div.button:hover {
			cursor:pointer;
			color: black;
			background-color: white;
			font-weight:bold;
			border:2px dashed black;
		}
		div.rubox {
			max-width:340px;
			text-align:center;
			margin:0 auto;
			background-color: black;
			color: white;
			padding:3px;
			border-radius: 10px; 
			-moz-border-radius: 10px; 
			-webkit-border-radius: 10px; 
			background-image: url('/Rubox/SteelSide2.png');
			border:3px dashed white;
			font-size:x-small !important;
		}
		div.row-0 {
			float:right;
			height:250px;
			
		}
		div.rubox div {
			line-height: 1em;
		}
		div.bigwin {
			position:relative;
			top:-115px;
			font-size: 10em;
			font-family: 'BebasNeueRegular';
			display:none;
			line-height: 0em !important;
		}
		br.padding {
			display:none;
		}
		#post-content {
			padding:0 10px;
		}