:root {
    --color-light-gray: #eeeeee;
    --color-light-green: #9EEBCF;
    --color-green: #19A974;
    --color-dark-green: #137752;
    --color-light-yellow: #FBF1A9;
    --color-washed-yellow: #FFFCEB;
    --color-yellow: #FFD700;
    --color-dark-red: #E7040F;
}

.fg-light-yellow {
    color: var(--color-light-yellow);
}

.font-1_2-em {
    font-size: 1.2em;
}

.main {
	margin-left: auto;
	margin-right: auto;
    max-width: 48em;
    width: 88%;
    font-family: Helvetica, Arial;
}

.main-top-top {
    background-color: black;
    text-align: center;
    height: 54px;
    line-height: 24px;
    padding-top: 6px;
    border-top: 0.0625rem solid white;
    border-radius: 1em 1em 0 0;
}

.main-top-bottom {
    background-color: var(--color-green);
    line-height: 1.2;
    border-bottom: 0.0625rem solid white;
    border-radius: 0 0 1em 1em;
    padding: 10px 0;
}

.main-top-bottom-1 {
    display: inline-block;
    width: 16%;
    height: 120px;
    max-width: 8em;
    text-align: center;
    padding-top: 20px;
}

.main-top-bottom-2 {
    display: inline-block;
    width: 39%;
    height: 120px;
    max-width: 20em;
    text-align: left;
    padding-left: 8px;
    padding-top: 20px;
}

.main-top-bottom-3 {
    display: inline-block;
    width: 39%;
    height: 120px;
    max-width: 20em;
    text-align: left;
    padding-left: 8px;
    padding-top: 20px;
}
 
.sobota .main-top-bottom-2 {
border: 0.0625rem solid var(--color-light-yellow);
    border-radius: 0.5em;
}
     
.nedele .main-top-bottom-3 {
    border: 0.0625rem solid var(--color-light-yellow);
    border-radius: 0.5em;
}
 
.main-top-top a {
    color: var(--color-light-gray);
    text-decoration: none;
} 

.main-top-top a:visited {
    color: var(--color-light-gray);
    text-decoration: none;
} 

.main-top-top a:hover {
    color: white;
    font-weight: bold;
} 

.vert-menu-item {
    display: block;
    width: 100px;
    text-align: center;
    padding: 2px 0px;
}

.hide-it {
    display: none;
}

.vert-menu-item a {
    color: var(--color-light-gray);
    text-decoration: none;
}

.vert-menu-item a:hover {
    color: white;
    font-weight: bold;
} 

.container-table {
    width: 100%;
}

.content-table {
    width: 100%;
}

.content-table tr td {
    margin: 2px;
}

.content-table-key {
    background-color: var(--color-light-yellow);
    padding-left: 0.5em;
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 0.0625rem solid white;
    border-radius: 0.5em;
}

.content-table-value {
    padding: 8px;
}

.content-item {
    display: block;
    background-color: var(--color-washed-yellow);
    padding: 8px 16px;
    border: 0.0625rem solid white;
    border-radius: 16px;
}

.content-item-info {
    display: block;
    text-align: right;
    font-size: 0.8em;
    padding-bottom: 8px;
}

h1 {
    font-size: 1.4em;
    display: block;
    background-color: var(--color-light-yellow);
    padding: 16px;
    border: 0.0625rem solid white;
    border-radius: 16px;
}

.important {
    color: var(--color-dark-red);
}
    