.strankovani {
    text-align: center;
    overflow: hidden;
}

.strankovani .nextPages {
    display: none;
}

.subpage .subpage-content a {
    color: #3096e9;
    text-decoration: underline;
}

.strankovani .strankovaniVyrazne {
    background:#a30218;
}

.strankovani a {
    color: #fff!important;
    padding: 3px 18px 3px 18px;
    text-decoration: none!important;
    border: solid 1px transparent;
    background: #f70223;
    margin: 0 2px;
    border-radius: 0px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.strankovani .nextPage {
    position: relative;
}

.report-box {
    border-radius: 5px;
    background-color: rgba(216,34,43,0.92);
    padding: 38px 42px;
    margin-bottom: 29px;
}

.report-box .data {
    text-align: center;
    font-size: 12px;
    line-height: 1.58;
    color: #f5f5f5;
    margin-bottom: 20px;
}

.report-box .game-result {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.report-box .game-result .team-name {
    display: table-cell;
    vertical-align: middle;
    font-size: 24px;
    color: #f5f5f5;
    line-height: 1.2;
    padding: 0 20px;
}

.report-box .game-result .team-logo {
    display: table-cell;
    vertical-align: middle;
    width: 61px;
}

.report-box .game-result .score {
    display: table-cell;
    vertical-align: middle;
    width: 80px;
    height: 57px;
}

.report-box .game-result .score .score-data {
    width: 48px;
    height: 48px;
    background-color: rgba(255,255,255,0.55);
    font-size: 18px;
    letter-spacing: 2.7px;
    color: #d8222b;
    margin: 0 auto;
    border-radius: 100%;
    text-align: center;
    padding-top: 12px;
}

.report-box .periods {
    text-align: center;
    font-size: 12px;
    line-height: 1.58;
    color: #f5f5f5;
    margin-top: 10px;
}

.table-smaller td{
    padding: 1rem !important;
}

/* h2 {
    font-family: 'Industry' !important;
} */

.typography h2 {
    margin-bottom: 0.5rem !important;
}

.tabulka td{
    padding: 0.5rem 0.5rem !important;
}

.typography p {
    font-family: "Inter", sans-serif !important;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    font-family: "factoria" !important;
}

#perex {
    font-family: "Industry", sans-serif !important;
}

.shop-item {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 8px 24px 0 rgb(222 230 235 / 50%);
    background-color: #ffffff;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    display: flex;
    display: -ms-flexbox;
    flex-flow: column;
    padding: 2rem;
}

.bulletin-link {
    margin-bottom: 1rem;
}

.bulletin-link a {
    font-family: 'factoria';
    font-weight: 700;
    font-size: 1.75rem;
    color: black;
}

.bulletin-col-left {
    border-right: 2px solid #d8d8d8 ;
}

@media (max-width: 768px) {
    .bulletin-col-left {
        border-right: none;
        border-bottom: 2px solid #d8d8d8 ;
        padding-bottom: 3rem;
        margin-bottom: 3rem;
    }
}
div .embed-responsive-16by9 { height: 130rem !important; }