.priceTab {
	position:relative;
	width:1140px;
	font-size: 18px;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.priceTab { width: 300px; font-size: 16px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.priceTab { width: 460px; font-size: 16px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.priceTab { width: 708px; }
}

.priceTab_row {
	position:relative;
	border-top: 1px solid rgba(33,33,33,0.3);
	padding:30px 0;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.priceTab_row { padding:10px 0; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.priceTab_row { padding:10px 0; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.priceTab_row { }
}

.priceTab_row div {
	display: inline-block;
	text-align:left;
	margin-right: 56px;
	vertical-align: middle;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.priceTab_row div { display: block; margin-right: 0; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.priceTab_row div { display: block; margin-right: 0; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.priceTab_row div { margin-right: 26px; }
}

.priceTab_row div:last-child {
	margin-right: 0;
}

.priceTab_row div.priceLabel {
	width:300px;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-weight: 700;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.priceTab_row div.priceLabel { width: 300px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.priceTab_row div.priceLabel { width: 460px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.priceTab_row div.priceLabel { }
}

.priceTab_row div.priceInfo {
	width:620px;
	color: rgba(33,33,33,0.7);
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.priceTab_row div.priceInfo { width: 300px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.priceTab_row div.priceInfo { width: 460px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.priceTab_row div.priceInfo { width: 248px; }
}

.priceTab_row div.price {
	width:100px;
	text-align: right;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.priceTab_row div.price { width: 300px; text-align: left; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.priceTab_row div.price { width: 460px; text-align: left; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.priceTab_row div.price { }
}

.priceTab_row div.priceCaption {
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 700;
	width: 1140px;
	margin-right: 0;
	padding: 0;
	color: #1791c2;
}
	
@media screen and (min-width : 320px) and (max-width : 479px) {
	.priceTab_row div.priceCaption { width: 300px; font-size: 18px; }
}
@media screen and (min-width : 480px) and (max-width : 767px) {
	.priceTab_row div.priceCaption { width: 460px; }
}
@media screen and (min-width : 768px) and (max-width : 992px) {
	.priceTab_row div.priceCaption { width: 708px; }
}