/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
body {
  font: 100%/1.4 "Helvetica Neue", helvetica, sans-serif;
  text-align: center;
  background: #404044;
}
.card {
  width: 90%;
  margin: 0 auto;
  padding-top: 2rem;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.card table {
  font-size: 200%;
  width: 100%;
  text-align: left;
  padding: 2rem 3rem;
  background: #22ad17;
  color: #222;
}
.card table th {
  color: #fff;
}
.card table tr.contact {
  line-height: 2;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
  color: #22F290;
}
a.button {
  font-size: 110%;
  text-align: center;
  display: block;
  width: 50%;
  background-color: #494ea1;
  color: #ffffff;
  padding: 1rem;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 1.5rem 0;
}
a.button:hover {
  background-color: #525dc0;
}
@media only screen and (min-device-width: 800px) {
  body {
    text-align: center;
    padding: 2rem;
  }
  .card {
    width: 400px;
  }
  .card table {
    font-size: 100%;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font: 100%/1.4 "Helvetica Neue", helvetica, sans-serif;
    text-align: center;
    padding: 1rem;
  }
  img {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */