/*
Theme Name: WD 2025
Author: Sparrie
Description: Simple Theme
Version: 0.0.1
Tags: Schaken
*/


table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

table caption {
    text-align: center;
    text-transform: uppercase;
}

thead{
    //background-color: #fff;
    //color:#212121;
}

table,th,td{
     border: 1px solid #ddd;
}

th, td {
  padding: 0.7em;
  text-align: left;
 
}

tbody tr:nth-child(odd) {
  //background: #eee;
}