/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

html {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
html * {
  font-family: Arial, Helvetica, sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

body div#page-content div#main-page .section {
  display: flex;
  row-gap: 0px;
  flex-direction: column;
  border-width: 2px;
  border-style: solid;
  border-color: #f62c13;
  border-radius: 10px;
  margin: 5px 0;
  width: calc(100% - 4px);
  overflow: hidden;
}
body div#page-content div#main-page .section.main-section {
  border-color: #f69e13;
}
body div#page-content div#main-page .section.main-section h2 {
  background-color: #f69e13;
  border-color: #f69e13;
}
body div#page-content div#main-page .section h2 {
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: #f62c13;
  text-align: center;
  background-color: #f62c13;
}
body div#page-content div#main-page .section .content-section {
  display: flex;
  row-gap: 5px;
  flex-direction: column;
  padding: 5px 0;
}
body div#page-content div#main-page .section .content-section .line {
  display: flex;
  -moz-column-gap: 0px;
       column-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 5px;
}
body div#page-content div#main-page .section .content-section .line p {
  padding: 0;
}
body div#page-content div#main-page .section .content-section .line p.label {
  text-align: left;
}
body div#page-content div#main-page .section .content-section .line p.value {
  text-align: right;
}
body div#page-content div#main-page .section .sub-section h3 {
  border-width: 2px 0 2px 0;
  border-style: solid;
  border-color: #f62c13;
  text-align: center;
}/*# sourceMappingURL=styles-stats.css.map */