#CPT-app-calc{
	border:1px double #ddd !important;
	padding:20px;
	background-color:rgba(255,255,255,0.4) !important;
}

#cpt_form_schema, #CPT-title-container{
	display:flex;
	flex-wrap:wrap;
	position:relative;
}

#CPT-title-container div{
	width:45%;
	margin-left:25px;
}

#cpt_form_schema div{
	width:30%;
	margin-left:25px;
}
#cpt_res_calc{
	font-weight:600;
}

#cpt_form_schema label{
	display:block;
	font-weight:500;
}
#cpt_form_schema select{
	margin-bottom:20px;
}
a.button{
	display:inline-block;
	Padding:5px 10px;
	background-color:#8CB38B;
	color:#ffffff;
	margin-bottom:20px;
}
.infoboxATM{
	margin-top:40px;
}

.cpt-perfect-credits{
	margin-top:40px;
	clear:both;
	text-align: center;
}
.cpt-top-image{
	margin:auto;
	width:100%;
	max-width:350px !important;
}
.bt{
	padding-top:20px;
	float:left;
	width:50%;
	text-align: center;
}
.bt img{
	max-height:100px !important;
	margin:auto;
}

.open_info_popup{
	cursor:pointer;
}

#popupbox{
	position:absolute;
	display:none;
	padding:20px;
	min-width:50px;
	min-height:50px;
	z-index: 10000;
	background-color:#fff;
}

@media only screen and (max-width: 958px){
	#cpt_form_schema div{
	width:45%;
	}
}
@media only screen and (max-width: 959px){
	#cpt_form_schema{
	display:block;
	}
	#cpt_form_schema div, .intro, #CPT-app-calc{
	width:100% !important;
	}
	
	#CPT-title-container{
		flex-direction: column-reverse;
	}
}