/* Numbers rail spacing. Each cell carried a right padding but no left padding,
   so the text in every cell after the first sat hard against the divider line
   to its left. Both pages use this rail. */
.gq-below .gq-rail div{padding:22px 26px;min-width:0}
.gq-below .gq-rail div:first-child{padding-left:0}
.gq-below .gq-rail div:last-child{border-right:0;padding-right:0}
@media (max-width:1023px){
.gq-below .gq-rail div{padding:20px 22px}
.gq-below .gq-rail div:nth-child(2n+1){padding-left:0}
.gq-below .gq-rail div:nth-child(2n){padding-right:0;border-right:0}
}
@media (max-width:480px){
.gq-below .gq-rail div{padding:18px 0;border-right:0}
}
