.ccmodal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4); 
}

.ccmodal-content {
  background-color: #999999;
  background: #FF5A5F;
  margin: 15% auto;
  padding: 30px;
  border: 1px solid #888;
  width: 950px;
  margin: auto;
  margin-top: 200px;
}

.ccmodal-content,.ccmodal-content h2 {
	color:#FFF;
}

.close {
  color: #FFF;
  float: right;
  font-size: 32px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
} 

.ccmodal-content input[type="text"] {
	width:80px;
	padding:2px 10px;
	height: 24px;
}

.ccmodal-content label {
	display: inline-block;
	width:110px;
	color:#fff;
	text-transform: uppercase;
}
.ccmodal div {
	position:relative;
}
.ccmodal-content .cm {
	font-weight: 500;
	position: absolute;
	right: 0px;
	padding: 0 5px;
	text-transform: none !important;
	color:#141514;
}
#typeclim_img {
	max-width: 300px;
	vertical-align: unset;
}
#ccresults {
	display:none;
	font-size: 18px;
	text-align: center;
	margin-top:30px;
	background-color:rgba(255, 90, 95, 1);
	width: 80%;
	border-radius: 10px;
	padding: 20px;
	margin: auto;
	margin-top: 20px;
	background: #FFF;
	color: #FF5A5F;
}
#ccresults b {
	font-size:24px;
}
.ccrow {
	display:inline-block;
	vertical-align: middle;
}
.ccrow1 {
	width:33%;
}
.ccrow2 {
	width:33%;
	text-align:center;
}
.ccrow3 {
	width:33%;
	text-align:right;
}

.ccmarge {
	width: 81%;
	float: right;
}

@media only screen and (max-width: 800px) {
	.ccrow {
		width:100% !important;
		text-align:center !important;
	}
	.ccmodal-content {
		width:90%;
		margin: 150px auto;
	}
	.ccrow2,.ccrow3 {
		margin-top:20px;
	}
}