table {
	font-size: 10px;
  	border-collapse: collapse;
	text-align: center;
	}

th {
	padding: 0 0.5em;
	text-align: left;
	}

tr.up td {
	color: #ffffff;
	background: #2073b4;
	font-size: 16px;
	height:35px;
	}

td {
	border-bottom: 1px solid #CCC;
	}

td.legend {
	border-style: none;
	width:50px;
	}

td+td {
	border-left: 1px solid #CCC;
	text-align: center;
	}
	
	#without td {border:none;
padding:0;
margin:0;
width:100%;
}


