body {
  background-color: #fff;
  color: #000;
  font-family: Alice;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
}
a {
  color: #00909e;
}
a:hover, a:focus {
  color: #1a1a1a;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Alice;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  letter-spacing: 0px;
}
h1, .h1 {
  font-size: 39px;
}
h2, .h2 {
  font-size: 32px;
}
h3, .h3 {
  font-size: 26px;
}
h4, .h4 {
  font-size: 19px;
}
h5, .h5 {
  font-size: 15px;
}
h6, .h6 {
  font-size: 13px;
}
.btn-default {
  border-width: 1px;
  border-style: solid;
  border-color: #006d74;
}
.btn-default {
  background: #006d74;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0px;
  -webkit-box-shadow: 0px 0px 0px 0px #006d74;
  box-shadow: 0px 0px 0px 0px #006d74;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
  border-color: #00909e;
}
.btn-default:hover, .btn-default:focus, .btn-default.active {
  background-color: #00909e;
}
.btn-primary {
  border-width: 1px;
  border-style: solid;
  border-color: #00909e;
}
.btn-primary {
  background: #00909e;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0px;
  -webkit-box-shadow: 0px 0px 0px 0px #00909e;
  box-shadow: 0px 0px 0px 0px #00909e;
}
.btn-primary:hover, .btn-primary:focus {
  color: #fff;
  border-color: #006d74;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  background-color: #006d74;
}
.btn-primary, .btn-default {
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
}
.btn-primary, .btn-default {
  padding-top: 11px;
}
.btn-primary, .btn-default {
  padding-right: 30px;
}
.btn-primary, .btn-default {
  padding-bottom: 12px;
}
.btn-primary, .btn-default {
  padding-left: 30px;
}
