@charset "utf-8";

table   { width: 100%; }

td  {
	padding: 10px 2%;
	background-color:#f5f5f5;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; behavior: url(border-radius.htc);
  width: 100%;

}
th  {
	background-color:#0066cc;
	background: rgb(64,150,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(64,150,238,1) 0%, rgba(0,102,204,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(64,150,238,1) 0%,rgba(0,102,204,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(64,150,238,1) 0%,rgba(0,102,204,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4096ee', endColorstr='#0066cc',GradientType=0 ); /* IE6-9 */
	color:#fff;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; behavior: url(border-radius.htc);
}
.graph1 th  { width: 15%; text-align: center; font-size:28px;}
.graph1 tr td p {
	font-size:20px;
	color:#0066cc;
}
.graph1 tr {
	margin-bottom:10px;

}
.graph1 .bottomMgn { margin:100px;}
 
@media only screen and (max-width:480px){
.graph1 { margin: 0 -10px 20px 0; }
.graph1 th, .graph1 td{
	width: 96%;
	display: block;
	border-top: none;
}
.graph1 tr:first-child th   { border-top: 1px solid #ddd; }
.graph1 th  { font-size:16px; padding:5px 0;	width: 100%;}

}