/*body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 14px;
}

header, .page-heading, .example-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

form {
  max-width: 600px;
}

form, header, p {
  margin: 1em;
}*/

/*legend {
  font-weight: bold;
  margin: 1em;
}

header img {
  height: 60px;
}

label {
  margin-bottom: 0.2em;
}

button {
  padding: 0.5em;
}*/

/*a:focus, button:focus, input:focus {
  padding: 0.2em;
  border: 1px dashed #CCC;
}*/

/*.page-heading {
  color: #006888;
}*/

.example-border {
    margin-left: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 7px;
    background: white;
}

.sr-only {
  position: absolute;
  height: 1px;
  width: 1px;
  clip: rect(1px 1px 1px 1px); // IE 6 and 7
  clip: rect(1px,1px,1px,1px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px);
  overflow: hidden !important;
}
