table {
    border-collapse: collapse;
    width: min(100%,40rem);

}


caption {
    caption-side: bottom;
    padding: 10px;
    font-weight: bold;
}

th, td {
  padding: 6px 10px;
}

tbody tr {
    background-color: #222222;
}

tbody tr:nth-of-type(even) {
    background-color: #111;
}

tbody tr td:nth-of-type(2) {
    width: 100%;
}

tbody tr td:not(:nth-of-type(2)) {
    text-align: center;
}


thead tr, tfoot tr {
    background-color: #000;
    color: #AAA;
}



