table {
  /*white-space : pre-wrap !important;*/
  /*word-break: break-word;*/   
  text-align: left;
}
td {
  vertical-align: top;
}  
.note {
  color:gray;
  font-size:15px;
}

<style>
	/* Style buttons */
	.downloadbtn {
	background-color: DodgerBlue;
	border: none;
	color: white;
	padding: 12px 30px;
	cursor: pointer;
	font-size: 20px;
	}

	/* Darker background on mouse-over */
	.downloadbtn:hover {
	background-color: RoyalBlue;
	} 
</style>