@media screen and (max-width:600px){ 
	.download_pdf{
	    font-size: 5px !important;
	    padding: 5px !important;
	    line-height: 10px;
	}
	
	.certificate_table_div {
	    width: 100%;
    overflow-x: scroll;
	}
}

.download_pdf{
	border-radius: 8px; 
	float: right; 
	background-color: skyblue; 
	font-size: 20px; 
	font-style: italic; 
	cursor: pointer;
	margin-top: 20px;
}

.certificate_table{
	text-align: center; 
	width: 100%;
}