/* WWBOTA Stats table widget (Variant A: table) */

.wwbota-stats-card{
  border: 2px solid #2f2f2f;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.wwbota-stats-title{
  text-align: center;
  font-weight: 800;
  padding: 10px 12px;
  background: #2e6b3a;
  color: #fff;
  letter-spacing: .2px;
}

.wwbota-stats-table{
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 14px;
}

.wwbota-stats-table thead th{
  font-weight: 800;
  background: #f4f4f4;
  border-bottom: 1px solid #d7d7d7;
}

.wwbota-stats-table th,
.wwbota-stats-table td{
  border-top: 1px solid #e1e1e1;
  padding: 8px 10px;
  text-align: center;
}

.wwbota-stats-table th:first-child,
.wwbota-stats-table td:first-child{
  text-align: left;
  width: 44%;
}

.wwbota-stats-table .rowlabel{
  font-weight: 700;
}

@media (max-width: 560px){
  .wwbota-stats-table{ font-size: 13px; }
  .wwbota-stats-table th, .wwbota-stats-table td{ padding: 7px 8px; }
}
