html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
:root,
html,
body {
  font-family: Arial;
  font-size: 16px;
  height: 100%;
  width: 100%;
}
body {
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  box-sizing: border-box;
}
main {
  flex-grow: 1;
}
* {
  line-height: 1.2em;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial;
  font-weight: bold;
}
a {
  color: #d10505;
  transition: color 0.22s ease-in-out;
}
ahover {
  color: #000;
}
fieldset {
  padding-left: 0.5rem;
}
fieldset > *:not(.sr-only) {
  margin-bottom: 0.25rem;
}
fieldset + fieldset {
  margin-top: 1rem;
}
input,
select {
  font-weight: bold;
  border: none;
  border-bottom: 2px solid currentColor;
  background: none;
  font-size: 14px;
  padding: 0.5rem 1rem;
}
input[type=number] {
  width: 30px;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-style: italic;
  font-weight: normal;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  font-weight: normal;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-style: italic;
  font-weight: normal;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  font-weight: normal;
}
