.titulka2 {
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 20px;
}

.titulka2_m25 {
    font-size: 15px;
    margin-bottom: 0px;
    margin-top: 25px;
}

.pocasi {
    width: 100%;
    box-sizing: border-box;
}

.margin10
{
	margin-bottom: 10px;
}

.pocasi td {
    FONT-SIZE: 13px;
}

.pocasi td {
    FONT-WEIGHT: normal;
    COLOR: #000000;
    /*Background: #e3e3e3;*/
    text-align: center;
    min-width: 25px;
    vertical-align: middle;
    padding: 4px 0px 0px 0px;
    box-sizing: border-box;
}

.pocasi tr {
    background: #e3e3e3;
}

.pocasi tr:nth-of-type(even) {
	background: #fbfbfb;
}

.pocasi .hory {
    FONT-WEIGHT: bold;
    Background: #C19561;
    COLOR: #FFFFFF;
    text-align: center;
}

.pocasi .areal {
    text-align: left;
    max-width: 100px;
}
.pocasi .hory a {
    COLOR: #FFFFFF;
    text-decoration: none;
}
.pocasi .male {
    text-align: center;
    FONT-SIZE: 11px;
}
.teplota {
    display: table;
    width: 25%;
/*    width: calc(25% - 5px);*/
    float: left;
    margin-bottom: 0px;
    margin: -1px 0px;
    box-sizing: border-box;
    table-layout: fixed;
}
.teplota td {
    white-space: nowrap;
    height: 28px;
}

.teplota td:nth-child(1) {
    width: 25px;
}

.teplota td:nth-child(3) {
    width: 110px;
}

@media screen and (max-width: 1000px) {

.pocasi td:nth-child(20),
.pocasi td:nth-child(21),
.pocasi td:nth-child(22),
.pocasi tr:nth-child(1) td:nth-child(8) {
    display: none;
}
}
@media screen and (max-width: 970px) {
.teplota {
    width: 50%;
}
}
@media screen and (max-width: 875px) {

.pocasi td:nth-child(17),
.pocasi td:nth-child(18),
.pocasi td:nth-child(19),
.pocasi tr:nth-child(1) td:nth-child(7) {
    display: none;
}
}
@media screen and (max-width: 750px) {

.pocasi td:nth-child(14),
.pocasi td:nth-child(15),
.pocasi td:nth-child(16),
.pocasi tr:nth-child(1) td:nth-child(6) {
    display: none;
}
}
@media screen and (max-width: 625px) {

.pocasi td:nth-child(11),
.pocasi td:nth-child(12),
.pocasi td:nth-child(13),
.pocasi tr:nth-child(1) td:nth-child(5) {
    display: none;
}
}
@media screen and (max-width: 500px) {
.pocasi td {
    FONT-SIZE: 12px;
}
.pocasi td:nth-child(8),
.pocasi td:nth-child(9),
.pocasi td:nth-child(10),
.pocasi tr:nth-child(1) td:nth-child(4) {
    display: none;
}
.teplota {
    width: 100%;
}
.teplota .prazdne {
    display: none;
}
}
@media screen and (max-width: 400px) {
.pocasi td b {
    display: block;
    margin-left: 3px;
}
}
