@media print {
	.vote_srch_lst {
    	font-size: 9px !important;
	    height: auto !important;
    	overflow: visible !important;
		width: auto !important;
		border: 0 none !important;
	}
	
	.vote_dtl {
    	font-size: 9px !important;	
	}

	hr {
    	display: none !important;
	}
	label {
    	display: none !important;
	}
	input {
    	display: none !important;
	}
}
