* {
  	box-sizing: border-box;
  	font-family: roboto, oxygen, Arial, sans-serif;
  	font-size: 16px;
}

h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    line-height: 50%;
    color: #9e2b2f;
}

h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    line-height: 50%;
}

h3 {
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 50%;
    color: #9e2b2f;
}

.header {
    border-top: 2px solid #9e2b2f;
    border-bottom: 2px solid #9e2b2f;
    margin-top: 20px;
    padding: 12px 0 12px 0;
}

.main {
    margin-left: 12px;
    margin-right: 42px;
}

.rozvrh {
    margin-bottom: 36px;
}

.vyucba, .kontakt {
    list-style-type: none;
    padding: 0;
    margin-top: -14px;
    margin-bottom: -7px;
}

.vyucba li {
    margin-left: 12px;
    margin-bottom: 4px;
}

.kontakt li {
    margin-left: 12px;
    margin-bottom: 4px;
}

.oznam {
    border: 2px solid #9e2b2f;
    margin-bottom:12px;
    padding: 0 12px 0 12px;
}

.oznam h4 {
    color: #9e2b2f;
    margin-top: 10px;
    margin-bottom: 6px;
}

a {
    color: #9e2b2f;
    text-decoration: none;
}

a:hover {
    color: #9e2b2f;
    text-decoration: underline;
}

strong {
    font-weight: 600;
}

td {
    padding: 0 20px 0 0;
}

.comment {
    margin-left: 20px;
    font-size: 14px;
}

/*h3 {
  text-align: left;
  font-size: 130%;
  font-weight: bold;
  line-height: 50%;
}

h4 {
  text-align: left;
  font-size: 100%;
  font-weight: bold;
  line-height: 50%;
  margin-bottom: 5pt;
}

p.alter {
  margin: 0%;
}

p {
  margin-top: 0%;
}

a.menu {
  color: blue;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}

a.menu:hover {
  color: blue;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
}

a.ano {
  color: blue;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}

a.ano:hover {
  color: blue;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
}

a.nie {
  color: black;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}

a.nie:hover {
  color: black;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
}

ol {
  font-size: 100%;
  font-weight: bold;
  line-height: 50%;
}

ol p {
  font-size: 100%;
  font-weight: normal;
}

ol a {
  color: blue;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}

ol a:hover {
  color: blue;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
}

ul.materialy {
  font-size: 100%;
}

ul.pisomky {
  font-size: 100%;
  margin-top: -10pt;
}

ul.materialy p {
  font-size: 100%;
  line-height: 100%;
  margin-bottom: 3pt;
}

ul.pisomky p {
  font-size: 100%;
  line-height: 100%;
  margin-bottom: 3pt;
}

ul a {
  color: blue;
  font-size: 100%;
  font-weight: normal;
  text-decoration: none;
}

ul a:hover {
  color: blue;
  font-size: 100%;
  font-weight: normal;
  text-decoration: underline;
}

pre.right {
  text-align: right;
}

table {
  border: none;
}

th, td {
  padding-left: 15px;
  text-align: left;
} */

