.Filter button {
  background: none;
  border: 0px solid #666;
  padding: 5px 10px 6px 0px;
  cursor: pointer;
  color: #cccc;
}

.Filter button:hover {
  background: none;
  color:  #cccc;
  text-decoration: underline;
  transform: scale(1.3);
  
  z-index: 995; box-shadow: 5px 5px 40px rgba(0, 0, 0, 0.7);
}

.Filter button.active {
  background: none;
  color: #fff;
  text-decoration: underline;
}