#calculator input[type="text"]{
	width: 200px;
}
#calculator input[type="checkbox"]{
	margin-top: 12px;
}
#calculator .radio{
	float: left;
	margin-top: 8px;
}
#calculator input[type="text"]:disabled{
	opacity: .5;
}
#calculator input[type="text"]:disabled + span{
	position: relative;
}
#calculator input[type="text"] + span{
	line-height: 35px;
}
#calculator label{
	/*line-height: 1;*/
	/*display: inline-block;*/
	width: 285px;
}
#calculator .wide-row label {
	width: 400px;
}
#calculator .wide-row input[type="text"] {
	width: 150px;
	margin-right: 8px;
}
#calculator .distance label,
#calculator .line label{
	line-height: 1.2;
}
#calculator .field{
	vertical-align: middle;
}
#calculator .appeal{
	width: 430px;
}
#calculator .safety .right,
#calculator .state .right{
	width: 300px;
}
#calculator .state label{
	line-height: 4;
}
/*#calculator .state .right input[type="radio"]{
	display: inline-block;
}*/
#calculator .line{
	width: 58%;
}
#calculator .power input{
	width: 50px;
}
#calculator #snt{
	width: 50px;
}
#calculator .snt{
	display: none;
}
#calculator .power span{
	float: left;
}
#calculator .power .exist-power{
	width: 200px;
}
#calculator .disabled{
	display: block;
	position: absolute;
	font-size: 10px;
	line-height: 1;
	top: 25px;
	left: -215px;
	width: 254px;
}
.total{
	margin-top: 20px;
	text-align: right;
}
.total .total-value-tariff,
.total .total-value-standart {
	display: inline-block;
	margin: 0 10px;
	text-align: center;
	width: 100px;
	border-bottom: 1px solid black;
}
