@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&family=Roboto+Condensed&display=swap');
table {
	width:100%;
	font-family: 'Raleway','Roboto Condensed', sans-serif;
}
table.center {
  margin-left: auto;
  margin-right: auto;
}
 table th{
	background-color:rgba(66, 143, 93,0.7);
	color:#fff;
}
table td{
	font-family: 'Raleway','Roboto Condensed', sans-serif;
	font-size:0.9em;
	text-align:left;
}