/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2021 | 08:48:26 */
table.minimalistBlack {
  border: 2px solid #000000;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=45, Color=#ABABAB)";/*IE 8*/
	-moz-box-shadow: -4px 4px 14px 2px rgba(171,171,171,0.5);/*FF 3.5+*/
	-webkit-box-shadow: -4px 4px 14px 2px rgba(171,171,171,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: -4px 4px 14px 2px rgba(171,171,171,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=14, Direction=135, Color=#ABABAB); /*IE 5.5-7*/
}
table.minimalistBlack td, table.minimalistBlack th {
  border: 1px solid #e1e1e1;
  padding: 5px 4px;
}
table.minimalistBlack tbody td {
  font-size: 16px;
  padding:15px;
}
table.minimalistBlack thead {
  background: #CFCFCF;
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  background: linear-gradient(to bottom, #dbdbdb 0%, #d3d3d3 66%, #CFCFCF 100%);
  border-bottom: 3px solid #000000;
  background-color: #2e3e44;
}

table.minimalistBlack thead tr{
  background-color: #2e3e44;
}

table.minimalistBlack thead th {
  font-size: 15px !important;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #2e3e44;
  
}
table.minimalistBlack tfoot td {
  font-size: 17px !important;
  background-color: #2e3e44;
  color: #fff;
}