<style type='text/css'>
td.cell {
	background-color: rgba(0, 0, 0, 0.3);
	font-size: calc(9px + 0.390625vw);
	margin: 10px !important;
	width: 14% !important;
	min-height: 90px !important;
}
td.cell_light {
	background-color: rgba(255, 255, 255, 0.4);
	font-size: calc(9px + 0.390625vw);
	margin: 10px !important;
	width: 14% !important;
	height: 90px !important;
}
td.basic {
	font-size: calc(9px + 0.390625vw);
	margin: 10px !important;
	width: 14% !important;
	height: 90px !important;
}
th.basic {
	font-size: calc(9px + 0.390625vw);
	height: 30px !important;
	margin: 10px !important;
	width: 14% !important;
	height: 30px !important;
}
div.basic{
	font-size: calc(13px + 0.390625vw) !important;
}
td a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
td a:hover{
	background-color: rgba(255, 255, 255, 0.4);
  margin: 0;
  padding: 0;
}

td:after {
  #content: '';
  #display: block;
  #margin-top: 100%;
}
.dev-border{
	border:2px solid white !important;
}
