a,
a:focus,
a:hover {
  color: #000;
}

html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 9pt;
}

h1 {
  font-size: 250%;
  margin: 0;
}

h2 {
  font-size: 180%;
  margin-top: 1.2em;
}

h3 {
  font-size: 140%;
  margin-top: 1em;
}

h4 {
  font-size: 120%;
  margin-top: 1em;
  padding: 0;
}

.wrapper {
  max-width: 42em;
}

.dotted-border-top {
  border-top: #333 dashed 1px;
}

.dotted-border {
  border-bottom: #333 dashed 1px;
  border-left: #333 dashed 1px;
  border-right: #333 dashed 1px;
}

.parnik-img {
  width: 100%;
  object-fit: cover;
}

.table-odd {
  background-color: #f2f2f2;
}

.table-even {
  background-color: #ddd;
}

.akce-y {
  background-color: #ffffcc;
}

.akce-r {
  background-color: #f5c6cb;
}

.akce-g {
  background-color: #a5e7b4;
}

.table-bigfont {
  font-size: 10pt;
}

.symbol {
  max-height: 20pt;
  max-width: 50pt;
}
