/*********************************************************************************
* New Confirmation Message
*********************************************************************************/
.confirm-mssg {
	padding: 12px 0 8px 0;
	margin: 0 0 0 12px;
}

.confirm-mssg-request {
	padding: 12px 0 8px 0;
	<%-- Start Updated for defect fix of KEES-105215 --%>
	/* margin-bottom: 18px; */
	<%-- End Updated for defect fix of KEES-105215 --%>
}

.request-info {
	font-style: italic;
	margin: 0 0 0 12px;
}

.confirm-mssg-record {	
	 margin: 0 0 0 12px;
	 /* padding: 12px 0 8px 0; 
	 text-align: right; */ 
}

.mssg-confir-btn {
	width: 60px;
}

/*********************************************************************************
* Mobile
*********************************************************************************/
@media screen and (max-width: 767px) {
	.confirm-mssg-record {
		text-align: left;
	}
	.confirm-mssg, .request-info {
		margin: 0;
	}
}