
.nav.nav-tabs.calcKolokacji li a {
  padding:10px 80px;
  color: #4b4b4b;
}

.calcHeader {
	border-bottom:1px solid #d0d0d0;
	margin-bottom: 10px;
}
.calcHeader .headerItem {
	float: left;
	padding:10px;	
	width:250px;
	margin:0 25px;
	background: #ededed;
	text-align: center;
	font-size: 18px;
	line-height: 18px;
	
	font-family: "tele-grotesk-fet";

}
.calcHeader .headerItem.placeForLbls {
	margin-left:380px;
}
.calcHeader .headerItem .smaller {
	font-size: 16px;
}

.formField2 {
	text-align: center;
	float: left;
	width: 250px;
	margin:0 25px;
	line-height: 80px;
}

.formField2 input, .rowItem input {
	text-align: center;
	border:1px solid #e20074;
	min-width: 50px;
	width: 50px;
	height: 40px;
	line-height: 40px;
}
.rowItem input {
	height: 25px;
	line-height: 25px;
}

.input-group-addon.bfh-number-btn{
	display: none;
}

.rowItem label{
	float: left;
	margin-right: 10px;
	line-height: 25px;
	/*color: #fff;*/
	font-family: "tele-grotesk-hal";
	font-size: 18px;
	font-weight: 400;
}
.formField2 .input-group{
	display: inherit;
}

.formField2 {
	position: relative;
}

.formField2 .lbl{
	line-height: 20px;
	font-size: 14px;
	position: absolute;
	top:60px;
	left: 50%;
	margin-left:-70px;
	/*background:#ededed; */
	width:140px;
}

.rowItem .input-group {
	display: inherit;
	float: left;
}

.rowItem.placeForLbls, .rowItemNoBg.placeForLbls {
	margin-left: 640px;
}

.rowItemNoBg.placeForLbls {
	margin-left: 710px;
}

.instruction {
	font-size: 18px;
	margin-bottom:60px;
}

.calcRow {
	border-top:1px solid #d0d0d0;
	margin-top: 20px;
}

.calcRow.noBorder {
	border:none;
}

.rowItem, .rowItemNoBg {
	padding:10px;
	/*background: #e20074;*/
	width: 250px;
	margin:0 25px;
}

.rowItemNoBg {
	background: none;
	padding: 0px;
	float: left;
}
/* .rowItemNoBg .btn.btn-default{
	width: 250px;
	font-size: 24px;
	padding:10px;
	margin-top:40px;
} */

.calcResultInfo.calcResultInfo2 ul li{
	list-style: none;
}