.nerds {
  padding: 20px 0; }

.table-wrapper {
  width: 100%;
  overflow: auto; }
  .table-wrapper .table {
    width: 100%;
    border: 1px solid #111113;
    border-collapse: collapse; }
    .table-wrapper .table tr:nth-child(odd) td {
      background: #29292e; }
    .table-wrapper .table th, .table-wrapper .table td {
      border: 1px solid #111113;
      padding: 8px 12px; }
    .table-wrapper .table th {
      background: #111113; }
