@CHARSET "UTF-8";

#mass_div
{
	width:700px;
}
table.mass_value
{
	width:100%;
}
td.mass_value
{
}
label.mass_value
{
	cursor:pointer;
}

td.mass_head
{
	/*background-color: #c71f1f*/;
/*        color: #e4e4e4;*/
color: #c71f1f;
font-weight: bold;
}

div.mass_result 
{
	font-weight: bold;
	width: 700px;
padding-bottom:10px;
padding-top:10px;
text-align:center;
}
.mass_head_text
{
/*border-bottom: 4px solid rgb(199, 31, 31);*/
}

td.dimensions
{
	text-align:center;
}
.hide_dimension
{
	display:none;
}

input.dimensions
{
	width:50px;
}
table.dimensions
{
	padding:15 0 0 0;
	margin:0;
	width:100%;
}
