.nasl-teams {
  padding: 0 !important; 
  background-color: transparent !important;
  margin: 1% auto;
}

.nasl-teams li {
  list-style-type: none;
}

.invisibleTeamButton {  
  float: left;
  margin: 0 1.66%;    
  width: 4%;
  background-position: center !important;  
  opacity: 0.7;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */  
}

.invisibleTeamButton:hover{
  opacity: 1;
  filter: none;
  -webkit-filter: none;
}

.invisibleTeamButton a {
  text-decoration: none;
  display: block;  
  height: 40px;
}

.invisibleTeamButton.nasl {
  background: url("../../../i/nasl/images/naslteamlogos/nasl_wordmark.png") no-repeat;  
  background-size: contain;
  opacity: 1;
  filter: none;
  -webkit-filter: none;
  width: 8%;
}

.invisibleTeamButton.atlanta {
  background: url("../../../i/nasl/images/naslteamlogos/atlantasilverbacks_150x.png") no-repeat;  
  background-size: contain;
}

.invisibleTeamButton.carolina {
  background: url("../../../i/nasl/images/naslteamlogos/carolinarailhawks_150x.png") no-repeat;  
  background-size: contain;
}

.invisibleTeamButton.edmonton {
  background: url("../../../i/nasl/images/naslteamlogos/fcedmonton_150x.png") no-repeat;  
  background-size: contain;
}

.invisibleTeamButton.strikers {
  background: url("../../../i/nasl/images/naslteamlogos/fortlauderdalestrikers_150x.png") no-repeat;  
  background-size: contain;
}

.invisibleTeamButton.indypro {
  background: url("../../../i/nasl/images/naslteamlogos/indyeleven_150x.png") no-repeat;  
  background-size: contain;
}

.invisibleTeamButton.jacksonville {
  background: url("../../../i/nasl/images/naslteamlogos/jacksonvillearmada_150x.png") no-repeat;  
  background-size: contain;
}

.invisibleTeamButton.minnesota {
  background: url("../../../i/nasl/images/naslteamlogos/minnesotaunited_150x.png") no-repeat;  
  background-size: contain;
}

.invisibleTeamButton.nycosmos {
  background: url("../../../i/nasl/images/naslteamlogos/newyorkcosmos_150x.png") no-repeat;  
  background-size: contain;
}

.invisibleTeamButton.oklahoma {
  background: url("../../../i/nasl/images/naslteamlogos/oklahoma_150x.png") no-repeat;  
  background-size: contain;
}

.invisibleTeamButton.ottawa {
  background: url("../../../i/nasl/images/naslteamlogos/ottawafury_150x.png") no-repeat;  
  background-size: contain;
}

.invisibleTeamButton.sanantonio {
  background: url("../../../i/nasl/images/naslteamlogos/sanantonioscorpions_150x.png") no-repeat;  
  background-size: contain;
}

.invisibleTeamButton.tampa {
  background: url("../../../i/nasl/images/naslteamlogos/tampabayrowdies_150x.png") no-repeat;  
  background-size: contain;
}

.invisibleTeamButton.virginia {
  background: url("../../../i/nasl/images/naslteamlogos/virginiacalvary_150x.png") no-repeat;  
  background-size: contain;
}  