
@charset "UTF-8";


th, td {
   text-align: center;
   padding: 5px;
}
table, th, td {
   border: 1px solid #000;
   border-collapse: collapse;
}
caption {
   text-align: left;
}
tr:nth-child(even) {
   background-color: #fff;
}
tr:nth-child(odd) {
   background-color: #ddd;
}
