h1 {
  font-size: 15px;
}

p em {
  font-style: normal;
  color: #666;
}

a {
  color: #000 !important;
  text-decoration: none !important;
}

a:hover {
  color: #5d9933 !important;
  text-decoration: underline !important;
}

.green, .green a {
  color: #FFF !important;
}

html, body {
  max-width: 100%!important;
  overflow-x: hidden!important;
}

.btn:hover {
  color: #5d9933;
  background: none !important;
}

