#main-report{
    background-color: #FFFFE3;
	width: 100%; /* 1100px */
	border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
	margin: 10px,10px,10px,10px;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

.rptheading1{
    font-style: bold;
	text-decoration : underline;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 5px 5px 0px 5px;
	color: rgb(8, 64, 97);
	text-align: center;
}

.rptheading2{
    font-style: bold;
	text-decoration : underline;
	font-size: 16px;
	margin-bottom: 5px;
	color: rgb(230, 8, 8);
}

.rptcaption1{
	font-size: 16px;
    font-weight: 600;
	margin-left: 2px;
	padding: 2px;
	color: rgba(58, 3, 3, 0.836);
    text-align: left;
}
.rptvalue1{
	font-size: 16px;
	font-weight: 500;
	/* margin: 2px; */
	padding: 2px;
	color: rgb(11, 3, 58);
    text-align: left;
}
.rptfirm1{
    font-style: bold;
	font-size: 20px;
	margin-bottom: 10px;
	padding: 5px 5px 0px 5px;
	color: rgb(8, 64, 97);
	text-align: center;
}
.rptfirm2{
    font-style: bold;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 5px 5px 0px 5px;
	color: rgb(8, 64, 97);
	text-align: center;
}