body {
  background-color: #44A;
  color: #202000;
  padding: 0px;
  margin: 0px;
  font-family: "Merriweather sans", sans-serif;
}

#page-container {
  background-color: white;
  position: relative;
  min-height: 100vh;
}

header, footer {
  width: 100%;
  background-color: #44A;
  color: white;
  padding: 15px 0px 15px;
  text-align: center;
}

header {
  font-family: "Merriweather", "Palatino Linotype", "Book Antiqua", Palatino, serif;
  padding-bottom: 40px;
}

header h1 {
  padding-left: 10px;
  padding-right: 10px;
}

footer {
  position: absolute;
  bottom: 0;
}

footer a {
  color: #e8e481;
}

nav {
  max-width: 1200px;

  padding: 15px 0px 15px;
  display: inline-block;

  border-style: solid;
  border-color: white;
  border-width: 4px 0px 4px 0px;

  text-align: center;
  line-height: 2em;
}

nav a {
  padding: 0px 10px 0px;

  color: white;
  text-decoration: none;
  font-size: 1.2em;
  transition: color 0.2s;
}

nav a:hover {
  color: #F59;
}

#wrapper {
  max-width: 800px;
  overflow-x: auto;

  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  /* Spodni padding je vcetne vysky footeru */
  padding: 20px 20px 70px;
}

#wrapper.wide {
  max-width: 1200px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h1, h2 {
  text-align: center;
}

h2 {
  font-size: 2.5em;
}

img {
  display: block;
  margin: 0 auto;
}

#wrapper a:not(.sourceLine) {
  text-decoration: none;
  color: #0040E0;

  /* Podtrhovani textu, ktere obchazi descendery (jako v "y", "p", etc) */
  text-shadow:
    -0.07em -0.07em white,
    -0.07em 0.07em white,
    0.07em -0.07em white,
    0.07em 0.07em white;

  background-size: 1px 1em;
  box-shadow:
    inset 0 -0.1em white,
    inset 0 -0.15em #0040E0;
  display: inline;
}

tr.marked {
  background-color: #44A;
  color: white;
}

tr.success {
  background-color: #77D;
  color: white;
}

tr.nobody td {
  font-style: italic;
}

table.results td:first-child {
  text-align: right;
}

td.sect {
  text-align: center;
}

table.archiv {
  border-collapse: collapse;
}

table.archiv td {
  border: 1px solid black;
  padding: 0.3em;
  text-align: left;
}

table.archiv tbody {
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

table.archiv th {
  padding: 0.3em;
}

.central {
  margin-left: auto;
  margin-right: auto;
  border-spacing: 0px;
}

.central td {
  padding: 0.3em;
}

.centred {
  text-align: center;
}

.vysvetleni {
  font-style: italic;
}

.hid {
  visibility: none;
}

/* České uvozovky */
q { quotes: "„" "“" "‚" "‘"; }

div .sourceCode {
  font-size: 1.05em;
}
