div.kalkulatorSredniejWazonej {
	width: 100%;
	text-align: center;
	min-height: 300px;
	}

div.instrukcja {
	padding: 5px 0px;
	}

div.waga {
	width: 100%;
	padding: 15px 0px;
	margin: 5px 0px;
	}

label {
	display: block;
	width: 45%;
	float: left;
	}

label.ocenyWagiA {
	color: blue;
	font-weight: bold;
	}
label.ocenyWagiB {
	color: red;
	font-weight: bold;
	}

input {
	width: 50%;
	text-align: center;
	margin: 0px 0px 3px 0px; /*bottom margin set*/
	}

input.readonly {
	background-color: lightgrey;
	}
	
div#wynik {
	padding: 5px 0px;
	font-size: 300%;
	font-weight: bold;
	text-decoration: underline;
	float: right;
	color: red;
	}
	
input.oblicz {
	width: 40%;
	height: 50px;
	text-transform: uppercase;
	margin: 5px 0px; /*top+bottom left+right*/
	float: right;
	}
	
div.ukrytyDoCzasuObliczenia {
	width: 50%;
	display: none;
	text-align: center;
	padding: 10px 0 0 0;
	font-weight: bold;
	text-decoration: underline;
	}

div.error {
	display: none;
	width: 95%;
	color: red;
	font-weight: bold;
	}