github.com/uchennaokeke444/nomad@v0.11.8/website/components/placement-table/style.css (about)

     1  .g-placement-table {
     2    box-sizing: border-box;
     3  
     4    & td,
     5    & th {
     6      padding: 8px 20px;
     7      border-right: 1px solid #ddd;
     8    }
     9  
    10    & .head {
    11      font-weight: bold;
    12    }
    13  }