#gallerystflt {                       /* ID for gallery to display STFLT cards */
  min-width: 110px;
  border: 0;
  padding: 0;
}

.stflt {
  float: left;
  border: 0;
  padding: 0;
  margin: 0;
  width: 110px;
  height: 200px;
}

.stflt a {
  outline: none;
  border: none;
  display: block;
  width: 90px;
  height: 200px;
  text-align: center;
}

.stflt a:hover {color: #CC00CC;}
.stflt a:focus {color: #CC00CC;}
.stflt a:active {color: #CC00CC;}
