@media (min-width: 1024px) {
    body .main-container, footer.footer {
        width: 1024px;
        margin-left:auto;
        margin-right:auto;
    }
}
.fsa-container {
    background-color: #fff;
    float: left;
    padding-top: 25px;
    width: 100%;
}

#fsa_perks_listing_div {
    background: white;
    color: #474747;
    font-family: Arial;
    font-size: 15px;
    font-weight: normal;
    line-height: 23px;
    text-align: justify;
    padding: 15px;
}

#fsa_perks_span {
    font-weight: normal;
    margin-left: 0px;
}

.page-header-wrapper {
    display: none;
}

.feature-image {
  background-image: url(/sites/all/themes/fsa_theme/images/feature.png);
  float: left;
  height: 160px;
  width: 159px;
  background-repeat: no-repeat;
  background-size: 90px auto;
  margin-left: -319px;
  margin-top: 3px;
  opacity: 0.9;
}

.enhanced-image {
  background-image: url(/sites/all/themes/fsa_theme/images/preferred.png);
  float: left;
  height: 160px;
  width: 159px;
  background-repeat: no-repeat;
  background-size: 90px auto;
  /*margin-left: -317px;
  margin-top: 7px;*/
  margin-left: -319px;
  margin-top: 3px;
  opacity: 0.9;
}

.upgraded-image {
    float: left;
    height: 60px;
    margin-left: -179px;
    margin-top: 11px;
    width: 59px;
}
.unspecified-image {
    float: left;
    height: 60px;
    margin-left: -179px;
    margin-top: 11px;
    width: 59px;
}
