div.catItemView {
 margin-bottom: 0px;
 padding: 0px;
}
.nav-pills {
    background-color: #1A1A1A;!important
    font-size: 16px;
    font-weight:bold;
    color: white;
    border-radius: 0px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color:#fcd900;
  background-color:grey;
  font-size:16px;
  font-weight:bold; 
  border-radius:0px;
}

.nav-pills > li > a {
  color:white;!important
  font-size: 16px;
  font-weight:bold;
}
.nav-pills > li > a:hover {
  color:#fcd900;
  background-color:grey;
  font-weight:bold;  
  border-radius: 0px;
}
.sidebar-nav .nav-tabs {
  font-size: 14px;
}

