
/* RLP Landing page for print */

@media print {
    body {
        background: #fff;
    }
	
	.btn_type_02 {
		font-size: 9.5px !important;
		width:118px !important;
		padding: 1px;
	}
	
	#highlights{
		margin-top:100px !important;
	}
	
	.st-sticky-share-buttons{
					display:none !important;
			}
			
			.dataroom-items,
			.dataroom-items2{
				width:192px !important;
			}
			
	hr{
		display:none !important;
	}
	.range-slider.simulator_block, .simulator_block{
		display:none !important;
	}
	.chosen-wrapper:after{
		display:none;
	}
	.img_block {
    max-width: 60px;
    max-height: 30px;
    overflow: hidden;
    margin-right: 10px;
}
	
	.comp_sub{
		padding-top:10px !important;
	}
	
	#competitive_table{
		 margin: 0 auto;
	}
	
	#competitive_table table thead tr th:nth-child(1), #competitive_table table tbody tr td:nth-child(1) {
    width: 90% !important;
    text-align: left;
    vertical-align: middle;
    position: relative;
}
	
	
#competitive_table table tbody tr td:nth-child(1) .col-01 {
    width: 100% !important;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

#competitive_table .percent_block {
    width: 100% !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top:10px !important;
}


#footer .three.columns{
	width:140px !important;
	display:none !important;
}

#footer  .eight.columns,
#footer  .five.columns{
    width: 100% !important;
	text-align:center !important
}

#footer-bottom #wrapper,
#footer-bottom #wrapper .container,
#footer-bottom #wrapper .container .sixteen.columns{
	 width:100% !important;
}

#footer-bottom #wrapper{
width: 100% !important;
    box-shadow: none !important;
    border: none !important;
}
}