body {
  color: #191a1a;
  font-family: Roboto;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
a {
  color: #2b7de0;
}
a:hover, a:focus {
  color: #1b212e;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  letter-spacing: 0px;
}
h1, .h1 {
  font-size: 27px;
}
h2, .h2 {
  font-size: 22px;
}
h3, .h3 {
  font-size: 18px;
}
h4, .h4 {
  font-size: 14px;
}
h5, .h5 {
  font-size: 10.5px;
}
h6, .h6 {
  font-size: 9px;
}
.btn-default {
  border-width: 1px;
  border-style: solid;
  border-color: #2b7de0;
}
.btn-default {
  background: #fff;
  font-size: 14px;
  color: #2b7de0;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-default:hover, .btn-default:focus {
  color: #fff;
  border-color: #106ddd;
}
.btn-default:hover, .btn-default:focus, .btn-default.active {
  background-color: #106ddd;
}
.btn-primary {
  border-width: 1px;
  border-style: solid;
  border-color: #2b7de0;
}
.btn-primary {
  background: #2b7de0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
.btn-primary:hover, .btn-primary:focus {
  border-color: #106ddd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active {
  background-color: #106ddd;
}
.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: 11px;
}
.btn-primary, .btn-default {
  padding-left: 30px;
}
