#fees_calc {
	width: 100%;
	background-color: white;
}

#fees_calc table{
	width: 100%;
}


#fees_calc input[type="text"] {
	width: 30px;
	height: 20px;
	line-height: 20px;
}

#fees_calc_complainant_box {
	min-width: 470px;
	background-color: #FBFBFB;
}

#fees_calc_respondent_box {
	min-width: 470px;
	background-color: #FBFBFB;
}

#fees_calc_respondent_lbl {
	position: relative;
	left: 28px;
}

.fees_hidden {
	display: none;
}

#fees_calc table, #fees_calc tr, #fees_calc th, #fees_calc td {
	border: none;
}
