.rangeEditor .row {
  padding: 5px 0; }
  .rangeEditor .row label, .rangeEditor .row span:first-child {
    width: 80px;
    font-weight: bold; }
  .rangeEditor .row .code {
    width: 70px;
    margin-right: 5px; }
  .rangeEditor .row .desc {
    width: 235px; }

.codeRanges .nogridListing .listItem .codes {
  display: inline-block;
  width: 125px;
  font-weight: bold; }
.codeRanges .nogridListing .listItem .desc {
  display: inline-block; }

.chunksCodes {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .chunksCodes a {
        color: black;
        text-decoration: underline;
        margin-right: 10px;
        display: inline-block;
        font-size: 16px;
        margin-bottom: 10px;
    }
