body {
  margin: 20px;
  color: #000;
  font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}

input {
  font-size: 11px;
}

a {
  color: #fe9e2c;
}

a:hover {
  color: #383996;
}

img {
  max-width: 100%;
  height: auto;
  padding-right: 5px;
}

a img {
  border: 0;
}

h1 {
  margin: 0 0 8px;
  color: #fe9e2c;
  font-size: 20px;
  text-align: center;
}

h2 {
  margin: 0 0 12px;
  padding-top: 20px;
  font-size: 16px;
}

h4,
.sidebar-heading {
  margin: 0 0 12px;
  font-size: 14px;
  text-align: left;
}

.page-subtitle {
  margin: 0 0 8px;
  font-size: 12px;
  text-align: center;
}

ul {
  margin: 0 0 16px 20px;
  padding: 0;
  text-align: left;
}

li {
  line-height: 20px;
}

.layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.left {
  flex: 1 1 auto;
  min-width: 0;
}

.right {
  flex: 0 0 25%;
  min-width: 220px;
}

.text {
  padding: 30px;
  text-align: justify;
}

.page-header {
  margin-bottom: 24px;
}

.utility-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
  margin-top: 16px;
}

.utility-link,
.print a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 11px;
}

.utility-link span {
  white-space: nowrap;
}

.address {
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}

.menu {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.menu-item {
  line-height: 1.4;
}

.menu-item a {
  font-weight: bold;
  text-decoration: none;
}

.menu-item a:hover {
  text-decoration: underline overline;
}

.vybor {
  line-height: 18px;
}

.logo {
  height: 200px;
  background-image: url(../img/mikulas.gif);
  background-repeat: no-repeat;
  background-position: left top;
}

.footer {
  margin: 24px 30px 0;
  padding: 6px 3px;
  border-top: 1px solid #aaa;
  color: #aaa;
  font-size: 10px;
}

.footer a {
  color: #aaa;
}

.footer a:hover {
  color: #fe9e2c;
}

.tns {
  height: 80px;
  background-image: url(../img/tns.jpg);
  background-repeat: no-repeat;
}

.crocs {
  display: block;
  width: 200px;
  height: 80px;
  background-image: url(../img/crocs.png);
  background-repeat: no-repeat;
}

.netsuite {
  height: 100px;
  background-image: url(../img/netsuite_security.png);
  background-repeat: no-repeat;
}

.cepia {
  height: 80px;
  background-image: url(../img/cepia-horizontal-small.png);
  background-repeat: no-repeat;
}

.rsa {
  height: 80px;
  background-image: url(../img/rsa.png);
  background-repeat: no-repeat;
}

.eracom {
  max-height: 80px;
  height: 80px;
  background-image: url(../img/eracom.png);
  background-repeat: no-repeat;
}

.gity {
  height: 80px;
  background-image: url(../img/gity.png);
  background-repeat: no-repeat;
}

.icz {
  height: 80px;
  background-image: url(../img/icz.png);
  background-repeat: no-repeat;
}

.microsoft {
  height: 80px;
  background-image: url(../img/msft.png);
  background-repeat: no-repeat;
}

.grisoft {
  height: 80px;
  background-image: url(../img/grisoft.png);
  background-repeat: no-repeat;
}

.print {
  padding: 3px;
  font-size: 11px;
}

.fees {
  margin: 16px 0;
}

.fee-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.pvybor,
.tb_left,
.sponsors {
  float: none;
}

.tb_left {
  width: auto;
  padding: 0;
  font-weight: bold;
}

.ovybor,
.tb_right,
.media {
  float: none;
  padding: 0;
}

.tb_right {
  white-space: nowrap;
  text-align: right;
}

.prispevek {
  font-style: italic;
}

.contact-block {
  margin: 0 0 16px;
}

.media-logos a {
  display: inline-block;
  margin-right: 12px;
}

.sidebar-block {
  margin-top: 24px;
}

.sponsors-placeholder {
  min-height: 1px;
}

@media (max-width: 900px) {
  .layout {
    flex-direction: column;
  }

  .left,
  .right {
    width: 100%;
    min-width: 0;
    flex: none;
  }

  .text {
    padding: 20px 0;
  }

  .logo {
    background-size: contain;
  }
}

@media print {
  body {
    margin: 0;
  }

  h1 {
    color: #000;
  }

  .layout {
    display: block;
  }

  .left {
    width: 100%;
  }

  a {
    color: #000;
    text-decoration: none;
  }

  .right,
  .footer,
  .utility-links,
  .print,
  .media,
  .sponsors {
    display: none;
  }

  .ovybor,
  p.vybor {
    float: none;
  }

  .vybor {
    margin: 20px;
    line-height: normal;
  }
}
