.nrc-tabs .nrc-tabs-nav {
  border-bottom: 2px solid #bbbbbb;
  padding: 10px 0px;
}
.nrc-tabs .nrc-tabs-nav .nrc-tabs-tab {
  font-size: 16px;
  color: #999999;
  padding: 10px 20px;
  cursor: pointer;
}
.nrc-tabs .nrc-tabs-nav .nrc-tabs-tab.active {
  color: #2d3841;
  border-bottom: 2px solid #01b1f0;
}
.nrc-tabs .nrc-tab-pane {
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
}