.pTitleXC
{
	background-color: #103e67;
	padding: 6px;
	color: #fff;
}
.pTitleX
{
	text-align: center;
	font-size: 34px;
	margin: 0 auto;
}
#mC
{
	padding: 30px 0 80px 0;
	background: #f6f6f6;
	min-height: 450px;
}


.comparison-container {
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
	padding: 25px;
	margin-bottom: 20px;
	font-size: 15px;
}
.contract-section {
	border: 1px solid #e9ecef;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 20px;
}
h3 {
	color: #2c3e50;
	border-bottom: 2px solid #e9ecef;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.response-section {
	margin-top: 30px;
	border: 1px solid #e9ecef;
	border-radius: 5px;
	padding: 20px;
	background-color: #f8f9fa;
}
.loader {
	border: 5px solid #f3f3f3;
	border-top: 5px solid #3498db;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
	margin: 20px auto;
	display: none;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.error-message {
	color: #dc3545;
	margin-top: 10px;
	display: none;
}
#submitBtn {
	background-color: #0100a3;
	border: none;
	font-size: 22px;
}
#submitBtn:hover {
	background-color: #1a252f;
}
textarea {
	resize: vertical;
	min-height: 150px;
}
.contract-type-section {
	margin-bottom: 20px;
}
.contract-type-section select {
	font-size: 15px;
	max-width: 100%;
}

.contract-section h3 {
	font-size: 22px;
	font-weight: 700;
}
.comparison-container label
{
	font-size: 15px;
}

#responseSection ul, #responseSection ol{
	padding-top: 10px;
	padding-left: 2em;
}