

#nr_body table th{
  width: 45%;
}
#nr_body table thead th,
#nr_body table thead td{
  background: #f2f2f2;
  font-weight: bold;
}
.local-title {
    margin-bottom: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
}

#nr_body table tbody th{
  background: #fff;
}
@media screen and (max-width: 759px) {
   #nr_body .nr-section .mb_40px{
    margin-bottom: 40px ;
  }
  .nr-header--1{
    text-align: center;
  }
  #nr_body table th,
  #nr_body table td {
      display: table-cell;
      width: calc(50% - 20px);
      text-align: left;
  }
  h2.relate-title{
    font-size: 16px;
    text-indent: -20px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 980px) {
   .nr-header--1{
     font-size: 28px;
     white-space: nowrap;
   }
}
@media screen and (min-width: 760px) {
  h2.relate-title{
    font-size: 16px;
  }
}