:root {
  --tell-block-border: 1px solid #aaa;
  --tell-block-height: 2.5rem;
  --tell-block-line: 2.5rem;
  --tell-block-radius: 4px;
  --tell-link-color: #227ac7;
  --tell-margin: 1rem;
  --tell-text-color: #000;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*:focus {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  padding: 0;
  margin: 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--tell-text-color);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  padding: 0;
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
legend,
main,
nav,
section,
summary {
  display: block;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 var(--tell-margin);
  font-size: 1em;
  font-weight: bold;
}

a {
  color: var(--tell-link-color);
  text-decoration: none;
  background: transparent;
}

a:hover {
  text-decoration: underline;
}

p {
  padding: 0;
  margin: 0 0 var(--tell-margin);
}

b,
strong {
  font-weight: bold;
}

address,
blockquote {
  display: block;
  padding: 0;
  margin: 0 0 var(--tell-margin);
  font-style: normal;
  font-weight: normal;
  color: inherit;
  border: 0;
}

blockquote,
q {
  quotes: none;
}

caption {
  padding: 0;
  margin: 0;
  text-align: left;
  caption-side: top;
}

img {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  border: 0;
}

ol,
ul,
dl {
  padding: 0;
  margin: 0 0 var(--tell-margin) var(--tell-margin);
  list-style-position: inside;
}

dt {
  font-weight: normal;
}

ol ol,
ol ul,
ul ol,
ul ul,
dd {
  margin: 0 0 0 var(--tell-margin);
}

table {
  padding: 0;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  padding: 0;
  margin: 0;
  font-weight: bold;
  text-align: left;
}

td {
  padding: 0;
  margin: 0;
}

hr {
  height: 0;
  padding: 0;
  margin: 0 0 var(--tell-margin);
  overflow: visible;
  background: none;
  border-style: solid;
  border-top: 1px solid #000;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

code,
pre {
  font-family: Consolas, "Courier New", Courier, monospace;
}

pre {
  overflow-x: auto;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

form,
input[type="checkbox"],
input[type="color"],
input[type="radio"],
input[type="range"],
label,
optgroup {
  padding: 0;
  margin: 0;
}

input:not([type]),
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="file"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
select {
  height: var(--tell-block-height);
  padding: 0 0.5rem;
  margin: 0;
  line-height: var(--tell-block-line);
  border: var(--tell-block-border);
  border-radius: var(--tell-block-radius);
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border-style: none;
}

textarea {
  padding: 0;
  padding: 0.5rem;
  margin: 0;
  resize: vertical;
  border: var(--tell-block-border);
  border-radius: var(--tell-block-radius);
}

*[hidden] {
  display: none !important;
}

@media (width >= 576px) {
  /* phone-portrait; phone-landscape */
  /* [matches Bootstrap v5.x] */
}

@media (width >= 768px) {
  /* phone-landscape; tablet-portrait */
  /* [matches Bootstrap v5.x] */
}

@media (width >= 992px) {
  /* tablet-landscape; laptop */
  /* [matches Bootstrap v5.x] */
}

@media (width >= 1200px) {
  /* desktop */
  /* [matches Bootstrap v5.x] */
}

@media (width >= 1400px) {
  /* larger desktop */
  /* [matches Bootstrap v5.x] */
}
