@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('/tpl/lib/materialize/fonts/MaterialIcons-Regular.eot');
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('/tpl/lib/materialize/fonts/MaterialIcons-Regular.ttf') format('truetype');
  
  /* For IE6-8 */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.nm {
  margin: 0;
}
.tabs__title {
  font-size: 28px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tabs .tab {
  border-bottom: solid 1px #9e9e9e;
}
.tabs .tab a {
  color: #333333;
}
.tabs .tab a:hover,
.tabs .tab a.active {
  background-color: transparent;
  color: #333333;
}
.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: rgba(51, 51, 51, 0.1);
}
.tabs .indicator {
  background-color: #333333;
}
