.fs {
  background-color: #BB4C42;
  color: #000000;
  float: left;
  text-align: center;
  padding: 0px;
  font-size: 12px;
  font-family:Cloister Black!important;
  margin: 2px;
  opacity: 0.0;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: pointer;
  height: 100%;
  width: 100%;
  position:absolute;
  top: -2px;
  left: -2px;
  right: 2px;
  bottom: 2px;
 }