:root {
  --main-background-color: rgb(203, 231, 255);
  --golden: rgb(255,252,40);
}


body {
  display: flex;
  background: var(--main-background-color);
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}



/* Spolecne */
#body, #zapas, #zapis, #pristi_zapas, #rozpis_titulek, #stadion_container, #pristi_zapas_home, #nav, #vitejte, .center {
  text-align: center;
}



/* Hlavni stranka */
#zahlavi {
  text-align: center;
  font-size: xx-large;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

#stadion {
  width: 100%;
  max-width: 600px;
  height: auto;
  box-shadow: inset 1em var(--main-background-color);
  /* border: var(--main-background-color) 4px solid; */
  border-radius: 4px;
}



#nav {
  max-width: 600px;
  font-size: 38px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}


#pristi_zapas_home {
  font-size: 20px;
}



/* Zobrazeni zvoleneho zapasu */
#zapis {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
}

#zapis_nenalezen {
  color: red;
  font-size: x-large;
  text-align: center;
}

#zapas, #pristi_zapas {
  font-size: x-large;
}

#zapas > h3 {
  display: contents;
}



/* Rozpisy */
#zapasy, #body, #tymy {
  background: white;
  margin-left: auto;
  margin-right: auto;
}

#body #tym {
  width: 80px;
}

/*#body .nejlepsi {
  background: yellow;
  font-weight: bold;
}

#body tr:not(.nejlepsi) {
  background: #d5ffb3
}*/



#body tr {
  background: #d5ffb3
}

#body tr:nth-child(2) {
  background: var(--golden);
  font-weight: bold;
}

#body tr:nth-child(3) {
  background: rgb(216, 216, 216);
  font-weight: bold;
}

#body tr:nth-child(4) {
  background: rgb(235, 182, 113);
  font-weight: bold;
}

#body th {
  background: white;
}

#zapasy, #zapasy th, #zapasy td, #body, #body th, #body td, #tymy, #tymy th, #tymy td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 3px 4px;
}

@media screen and (max-width: 500px) {
  #zapasy, #zapasy th, #zapasy td {
    padding: 0;
  }
}

#nadchazejici, #odehrane, .table_info {
  font-size: large;
  background: aliceblue;
}

#pristi {
  background: rgb(180, 250, 110);
}

#popristi {
  background: var(--golden);
}

/* Trida vysledek - jednotlive bunky tabulky, colgroup jeste mnoho stylovani neumi */
.vysledek, #obdrzene_goly {
  text-align: center;
  color: red;
}

#vysledek {
  width: 74px;
}

#poznamky {
  width: 300px;
}
