/**
  Word-Tab-Style
 */



.word-style .nav {
  background-color:  transparent;
  color: #000  ;
  padding-top: 10px;


   }
.word-style {
  background: #fff   ;
        border: 1px solid   #C7C7C7;

border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
 color: #000 !important;


}
.nav-item a{
  color:  #999999 !important;
   font-size: 16px;


}
.nav-item a:hover{
  color:  #999999 !important;
   font-size: 16px;
 background: #eee !important;

}

  .word-style .nav .nav-item a.active {
    color: #000 !important;
 font-size: 16px;

          }

  .word-style .nav .nav-item a:hover:not(.active) {
    background-color: #fff;
     color: #000 !important;
      font-size: 16px;

    }

.tab-content{
 padding: 10px  !important;  
}

