table{
  width:100%;
  table-layout: fixed;
}
.tbl-header{
  background-color: #ee5656;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius:5px;
 }
.tbl-content{
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.5);
  border-radius:5px;
  background-color: rgba(0,0,0,0.7);
}
th{
  padding: 20px 5px;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  border-right: 1px solid rgba(255,255,255,0.5);
}
td{
  padding: 5px;
  text-align: center;
  vertical-align:middle;
  font-weight: 700;
  font-size: 20px;
  color: #f1f1f1;
  text-shadow:0px 0px 2px white;
  border-bottom: solid 1px rgba(255,255,255,0.5);
  border-right: 1px solid rgba(255,255,255,1);
}
.rdborder{
	background: radial-gradient(#980000, transparent, transparent);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
	font-size: calc(2rem + 0.3vw);
	text-shadow:none;
}
@media (max-width: 576px) {
	th{
	  font-size: 12px !important;
	}
	td{
	  font-size: 11px !important;
	  word-wrap: break-word;
	}
	.rdborder{
	background: radial-gradient(#980000, transparent, transparent);
    background-size: 120% 70%;
    background-position: 50%;
	font-size: calc(1.25rem + 0.3vw) !important;
	text-shadow:none;
}
}
@media (max-width: 768px) {
	th{
	  font-size: 16px;
	}
	td{
	  font-size: 12px;
	  word-wrap: break-word;
	}
	.rdborder{
	background: radial-gradient(#980000, transparent, transparent);
    background-size: 120% 70%;
    background-position: 50%;
	font-size: calc(1.25rem + 0.3vw) !important;
	text-shadow:none;
}
}
.b {
    display: inline-block;
    position: relative;
    margin: 1%;
    float: left;
    width: 23%;
    height: 200px;
    background-color: darkgrey;
	border-radius:5px;
	box-shadow:2px 2px 10px white;
}
#posTable2d tr td,#posTable3d tr td,#posTable4d tr td{
	color:white;
}