.fr {
	float:right;
}

footer.cfooter{
	margin-left:43%;
}

.cmodal{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	height:100%;
	background-color: rgba(0,0,0,0.6);
	z-index:10000;
}
.cmodal .cmodalContainer{
	background-color: white;
	margin:auto;
	margin-top:44px;
	width:80%;
	overflow:auto;
}
.cmodal .cmodalContainer .cmodalHeading{
	font-size:22px;
	text-align: center;
	background-color: #003489;
	color:white;
	padding:10px;
}
.cmodal .cmodalContainer .cmodalHeading button{
	background-color: #982424;
	border:0.5px solid black;
}
.cmodal .cmodalContainer .cmodalContent{
	margin-top:22px;
	padding:10px 44px;
}