.calc-container {
	width: 100%;
	height: 490px;
	background-color: white;
}

/* Używam IDków, ponieważ w projekcie jest #contentTxt który ma wysoki priorytet kaskadowości */

#calcson h4, #calcson h3 {
	font-weight: bold;
	margin-top: 0;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
}

#calcson .calc-version h4 {
	padding-top: 30px;
}

#calcson h3 {
	padding-top: 45px;
}

.calc-row {
	width: 940px;
	float: left
}

.calc-left, .calc-cont {
	float: left;
}

.calc-cont {
	width: 690px;
}

/*.calc-row { 
	border-top: solid #ffffff 1px;
	border-bottom: solid #dfdfdf 1px;
}*/

.calc-left, .calc-cont {
	border-top: solid #ffffff 1px;
	border-bottom: solid #dfdfdf 1px;
}

.calc-left {
	width: 230px;
	height: 100%;
	margin-left: 14px;
	background-color: #e5e5e5;
}


.calc-version {
	height: 70px;
	margin-top: 14px;
	border-top: none;
}

.calc-version-cont {
	height: 69px;
	border-top: none;
}

.calc-version-left {
	height: 68px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

.calc-promotion-left {
	height: 48px;
}

.calc-inner {
	width: 940px;
	height: 380px;
	border-radius: 5px;
	background-color: #f3f3f3;
}

.calc-monthprice-left {
	background-color: #c2c2c2;
	height: 135px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 0px;
}

.calc-monthprice {
	border-bottom: none;
}

.calc-number-cont {
	height: 47px;
}

.calc-cont input[type="radio"] {
	margin-left: 10px;
}

.calc-cont input[type="checkbox"] {
	margin-top: 15px;
	margin-left: 40px;
}

.calc-cont-input-info {
	display: inline;
	position: relative;
	top: -2px;
}

.calc-more-cont {
	height: 47px;
}

.calc-button {
	display: inline;
	background-color: blue;
	position: relative;
	top: 0px;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 20px;
	font-weight: bold;
	opacity: 0.9;
	border-radius: 5px;
}

.calc-button:hover {
	opacity: 1;
	cursor: pointer;
}

.calc-button-basic {
	background-color: #6bbade;
} 

.calc-button-standard {
	background-color: #57c3af;
}

.calc-button-premium {
	background-color: #6275d9;
} 

.calc-button-oneway {
	background-color: #505050;
}

#calc-radio-basic {
	margin-top: 30px;
	margin-left: 40px;
}

#slider-range-min {
	margin-top: 18px;
	width: 81%;
	margin-left: 6.5%;
	float: left;
}

#calc-peoples-input {
	border:0;
	color:#f6931f;
	font-weight:bold;
	width: 50px;
	height: 18px;
	font-size: 16px;
	float: left;
	margin: 11px;
}

.calc-monthprice-cont {
	height: 135px;
	background-color: #383838;
	text-align: center;
}

#calcson .calc-monthprice-cont h1, #calcson .calc-monthprice-cont h2 {
	color: white;
}
#calcson .calc-monthprice-cont h1 {
	font-size: 44px;
	margin-top: 20px;
	font-weight: bold;
}

#calcson .calc-monthprice-cont h2 {
	font-size: 24px;
	margin-top: -25px;
	/*font-weight: bold;*/
}

#calcson .calc-monthprice-cont h3 {
	/*font-size: 44px;*/
	margin-top: -25px;
	margin-bottom: -15px;
}

.calc-promotion-cont {
	height: 48px;
}