.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {    
    color: rgb(255,21,119) !important;
    background-color: #ffffff !important;
}

.makers{
	max-width:400px;	
}

@media (max-width:460px) {
  .makers{
    max-width: 250px !important;
  }
}
