fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.35em;
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.35em;
}

input,
select {
  display: block;
  font-family: "Roboto Mono";
  font-size: 14px;
}

[type=text],
select[multiple] {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Roboto Mono";
  font-size: 14px;
  margin-bottom: 0.7em;
  padding: 0.4666666667em;
  transition: border-color 150ms ease;
  width: 100%;
}
[type=text]:hover,
select[multiple]:hover {
  border-color: shade(#ddd, 20%);
}
[type=text]:focus,
select[multiple]:focus {
  border-color: #555;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(72.25, 72.25, 72.25, 0.7);
  outline: none;
}
[type=text]:disabled,
select[multiple]:disabled {
  background-color: shade(#fff, 5%);
  cursor: not-allowed;
}
[type=text]:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #ddd;
}

textarea {
  resize: vertical;
}

[type=search] {
  appearance: none;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 0.35em;
}

[type=file] {
  margin-bottom: 0.7em;
  width: 100%;
}

select {
  margin-bottom: 1.4em;
  max-width: 100%;
  width: auto;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin-bottom: 0.7em;
}

dt {
  font-weight: 600;
  margin-top: 0.7em;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  margin: 0.7em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid shade(#ddd, 25%);
  font-weight: 600;
  padding: 0.7em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.7em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

body {
  color: #333;
  font-family: "Roboto Mono";
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Mono";
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 0.7em;
}

h1 {
  font-size: 2.2em;
  color: #00b0ff;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h5 {
  font-size: 1.1em;
}

p {
  margin: 0 0 0.7em;
}

a {
  color: #555;
  text-decoration: none;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: shade(#555, 25%);
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.4em 0;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/*# sourceMappingURL=base.css.map */
