﻿html body {
  background: #f4f4f4 !important;
}

.mobile#activeReloginPopup {
  display: none;
}

/* Fixes */
@media only screen and (max-width:991px) {
  ul.nav-tabs li#tab-offers a {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 991px){
  .row-steps p {
    font-size: 17px;
  }
}

.inner-page .slide-content-text h2,
.limited-time-offer {
  text-align: center;
}