
body {
  background: #fff;
  padding: 0 20px;
  font-size: 18px;
}

body,
p,
small,
td,
li {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}

small {
  display: block;
}

a {
  color: #f00;
}

.container {
  text-align: center;
  padding: 40px  0;
  width: 100%;
}

.container img {
  max-width: 100%;
}

.header {
  margin-bottom: 30px;
}

.header img {
  max-width: 320px;
}

.content {

}

.content p {
  margin-bottom: 30px;
  line-height: 1.5;
}

.content small {
  font-size: 12px;
  margin-top: 30px;
  line-height: 1.5;
  color: #999;
  font-weight: 300;
}

.content small a {
  color: inherit;
}

.content h3 {
  font-size: 25px;
  background: #48c941;
  color: #fff;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 10px;
  display: inline-block;
  margin: 0;
}

.content h3.l_error {
  background: #f00;
}

.content h3 img {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
}

.eway-button {
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow:  none !important;
}

.eway-button span {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  padding: 13px 25px 16px !important;
  line-height: 1 !important;
  height: auto !important;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  min-height: 1px !important;
  display: block !important;
  color: #fff !important;
  border-radius: 5px !important;
}

.eway-button:hover span {
  background: #f00 !important;
}

.sp-button {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif !important;
  font-size: 24px;
  font-weight: 700;
  padding: 13px 25px 16px;
  margin: 0 auto;
  line-height: 1;
  height: auto;
  border: none;
  box-shadow: none;
  text-shadow: none;
  min-height: 1px;
  display: block;
  color: #fff;
  border-radius: 5px;
  background: #000;
  cursor: pointer;
}

.sp-button:hover {
  background: #f00;
}

#paypal-button {
  margin-top: 30px;
}