@CHARSET "UTF-8";

/*----------- Summary -------------*/
.searchsummary {
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0;
	margin-bottom: 10px;
}

.searchsummary th {
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.searchsummary td {
	height: 25px;
	border-top:1px dotted #999999;
	border-bottom:1px dotted #999999;
	background-color: #F9E5A9;
	text-align: center;
}


.searchsummary .consumption {
	font-weight: bold;
	color: #000;
	font-size: 1em;

}

.searchsummary .count, .searchsummary .counth {
	text-align: right;
	padding-right: 30px;
}

.searchsummary .name, .searchsummary .nameh {
	text-align: left;
}

