.tableoverallstats {

}

.tableoverallstats {
	border: solid 1px #221f20;
	border-radius: 10px;
  }
  
  .tableoverallstats.stationary {
	margin: 40px auto;
  }
  
  .tableoverallstats tr td {
	padding: 10px 15px;
	font-family: 'Metropolis Regular';
	font-size: 18px;
	line-height: 1.21;
	letter-spacing: 2.32px;
	color: #333333;
  }
  
  .tableoverallstats tr td.cellValue {
	text-align: center;
  }
  

/* top-left border-radius */

.tableoverallstats table tr:first-child td:first-child {
	border-top: none;
	border-left: none;
  }
  
  /* top-right border-radius */
  
  .tableoverallstats table tr:first-child td:last-child {
	border-top: none;
	border-right: none;
  }
  
  /* bottom-left border-radius */
  
  .tableoverallstats table tr:last-child td:first-child {
	border-bottom: none;
	border-left: none;
  }
  
  /* bottom-right border-radius */
  
  .tableoverallstats table tr:last-child td:last-child {
	border-bottom: none;
	border-right: none;
  }
