@charset "utf-8";
/* CSS Document */

#result {
	width: 350px;
	height: 250px;
}

#result table{
	width: 350px;
	height: 250px;
}

#result .day td  {
	background:#b10000;
	text-align:center;
	-webkit-border-radius: 4px;
	color:#FFF;   
    border-radius: 4px;
	height:35px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

}

#result .balls td {
	padding-left:10px;
		color:#000;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}