.firm-left .user-content{
	font-size:90%; 
}

.button {
	transition: all .25s ease-in-out;
}
.button:hover {

	color:#ffffff;
	transform: scale(1.1);
}

	.ctable{
		width:100%;  
	}
	.ctable td{ 
	}

	.ctable tr:nth-child(even){ 
		background: #f8f7e8;
	}

.ctable thead{
	background: #aebf47;
	color: #fff;
}

.ctable th{

	padding: .5em;
}

.renew-popup {
	background: #fff url('/wp-content/themes/CHiME-child/images/renewal-bgs/CHIME01.jpg') 0 0 no-repeat;
	background-size: cover;
	overflow: hidden;
	box-sizing: border-box;
	min-height: 500px;
	max-width: 900px;
	border-radius: 20px;
}

.renew-popup-content {
	width: 60%;
	float: right;
	box-sizing: border-box;
}

.renew-popup h2 {
	font-size: 80px;
	font-weight: 600;
	color: #2c88c9;
	text-shadow: 0 3px 10px rgba(0,0,0,.1);
	line-height: 70px;
	
}

.renew-popup p {
	font-size: 26px;
	margin-bottom: 2em;
	line-height: 1.4em;
	font-weight: 600;
	color: #000;
}

.renew-popup .button {
	width: 50%;
	min-width: 300px;
	font-size: 1.4em;
	text-align: center;
	background: #45c53b;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
}

.fancybox-button {
	height: 64px;
	width: 64px;
}

@media screen and (max-width: 900px) {
	.renew-popup {
		background: #fff url('/wp-content/themes/CHiME-child/images/renewal-bgs/CHIME01.jpg') 80% 0 no-repeat;
		min-height: 400px;
	}
	
	.renew-popup-content {
		width: 70%;

	}	
}

@media screen and (max-width: 600px) {
	
	.renew-popup {
		min-height: 0;
		background-position-x: -200px;
		background-position-y: -90px;
		position: relative;
	}
	
	.renew-popup:before {
		content: "";
		position: absolute;
		top: 0; 
		left: 0;
		width: 100%; 
		height: 100%;  
		opacity: .8; 
		z-index: 1;
		background: #fff;
	}
	
	.renew-popup-content {
		position: relative;
		z-index: 2;
		width: 100%;
		text-align: center;
	}
	
	.renew-popup h2 {
		font-size: 60px;
		line-height: 55px;
		color: #2c88c9;
		text-shadow: none;
	}
	
	.renew-popup p {
		font-size: 16px;
	}
}