.mhrs_info, .mhrs_success, .mhrs_warning, .mhrs_error {
	margin: 5px 0px;
	padding: 5px;
}
.mhrs_info {
	color: #00529B;
	background-color: #BDE5F8;
}
.mhrs_success {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.mhrs_warning {
	color: #9F6000;
	background-color: #FEEFB3;
}
.mhrs_error {
	color: #D8000C;
	background-color: #FFBABA;
}
.mhrs_booking_summary tr, .mhrs_booking_summary th, .mhrs_booking_summary td {
    text-align: center;
    padding: 5px !important;
}
td.right_align_cls {
    text-align: right;
}
.mhrs_booking_summary th {
    background: #f5f5f5;
}
.mhrs_booking_summary {
    background: #fff;
}
td.remove_pading_cls {
    padding: 0;
}