body {
  background: #cccccc;
  font-family: Arial, helvetica;
}
hr {
  margin:5px 0 10px 0;
}

.mobile-page {
  background: #ffffff;
}

.inner-wrap {
  min-height: 500px;
}
.tab-bar {
  background: #f5f5f5;
  height: 80px;
  line-height: 80px;
}
.tab-bar .menu-icon {
  width: 50px;
  height: 80px;
  margin-right: 5px;
}

.right-small {
  height: 80px;
  width: 50px;
  border-left: 1px solid #e5e5e5;
}
.tab-bar .menu-icon span::after {
  left: 20px;
  box-shadow: 0 0 0 1px #333333, 0 7px 0 1px #333333, 0 14px 0 1px #333333;
}
.off-canvas-submenu {
  background: #444;
  margin:0;
}
.off-canvas-submenu li {
  padding-left: 15px;
}
ul.off-canvas-list li a {
  border-bottom: 1px solid #555;
}

h1.title {
  padding: 5px;
}
h2.header-title {
  font-size: 36px;
  text-transform: uppercase;
  color: #87c625 !important;
  border-bottom: 3px solid #87c625;
  font-weight: bold;
}

.content {
  padding:10px 20px;
}
.content h2 {
  font-size: 30px;
  color: #333;
}
.content h3 {
  font-size: 21px;
  line-height: 23px;
}
.content h4 {
    text-transform: uppercase;
  font-size: 15px;
  font-family: arial;
  color: #4c4c4c;
  font-weight: bold;
}

.vendors-features, .affiliate-features {
  color: #666666;
  font-size: 14px;
}

.vendors-features h3, .affiliate-features h3 {
  margin:10px 0 0 0;
  color: #333;
}

.footer {
  background: #f5f5f5;
  font-size: 12px;
  color: #999999;
  text-align: center;
  padding: 20px;
}
