/* Added the custom css */
.renewal_letter_font_size {
	font-size: 17px !important;
}

.renewal_devotee_select {
	width: 208px;
	font-weight: normal;
}

.renewal_table {
	table-layout: fixed !important;
	width: 100%;
	margin-top: 10px !important;
}

.renewal_table th:nth-child(2), .renewal_table td:nth-child(2) {
    text-align: left !important;
}

.renewal_display_none {
	display: none;
}

.renewal_tr {
	background-color: #bdbdd6 !important;
}

.renewal_word_wrap {
	word-wrap: break-word;
}

.in_renewal_pro {
	    background: #f4f4f4 !important;
}

.renewal_line_checkbox {
	margin-left: 20px;
}

.renewal_no_of_years {
	text-align: right;
}

.renewal_header_checkbox {
	margin-right: 100px
}
.renew_prod_th{
	width:30% !important;
}
.renew_check_th{
	width:5% !important;
}

.renewal_text_box {
	border: none;
	background-color: #bdbdd6 !important;
}

.renewal_text_center {
	text-align: center !important;
}

.renewal_text_center {
	text-align: center !important;
}

.renewal_text_bold {
	font-weight: bold !important;
}

.renewal_text_size {
	font-size: 18px !important;
}

.renewal_table_full_border {
	border: 1px solid black !important;
}

.renewal_table_border {
	border-left: 1px solid black !important;
	border-right: 1px solid black !important;
	border-botom: 1px solid black !important;
	border-top: none !important;
}
.renewal_page_break{
	page-break-before:always !important;
}
.renewal_field_code_no{
	width: 13%;
}
.renewal_field_deity_name{
	width: 25%;
}
.renewal_table1{
	margin-top:-18px;
}
.renewal_div_official_use{
	height:150px; padding-top: 2%; padding-left: 2%;
}
.renewal_no_of_yrs{
	font-size: 21px !important;
	
}
 .renewal_footer_color{
 	color: grey !important;
 }
 .renewal_amout{
 	padding-right: 25px !important;
 }
 .renewal_address_align{
 	margin-left:4.5%;
 	margin-top:13%;
 }
 
  /**********Start code for Mobile view for renewal portal page**********/
@media only screen and (max-width: 767px) {
.renewal_table th:nth-child(2), .renewal_table td:nth-child(2) {
    text-align: right !important;
}
.renewal_table td:nth-child(1) {
    text-align: left !important;
}
}
