html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2;
}
a {
  background-color: transparent;
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  border: 0;
  vertical-align: middle;
}
input {
  line-height: normal;
  font-size: 18px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
}
p {
  margin: 0 0 10px;
}