/*======================================
Theme Name: Custom theme by Jan Simak
Theme URI: https://simak.cz/
Description: Custom Theme by Jan Simak
Version: 1.0
Author: Jan Simak
Author URI: https://simak.cz
Template: Divi
======================================*/

#main-content,.et_pb_section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
/*    min-height: 100vh;*/
}


@media (orientation: landscape) {
/*#main-content,*/.et_pb_section {
      background-image: url("back-fhd.jpg");
    
  }
}

@media (orientation: portrait) {
#main-content,.et_pb_section {
      background-image: url("back-mobile.jpg");
    
  }
}




/*tabulka*/
.tablepress-table-description {
    padding: 15px 30px;
    color:#fff;
    background-color: #00aeef;
        text-align:center;
    font-size: 24px;
    display: inline-block;
 /*   min-width: 100%;*/
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px; 
}


.tabulka-score p {
   padding-bottom: 0px; 
}


.tabulka-score .dataTables_scrollHeadInner, 
.tabulka-score table {
    width: 100% !important;
}

.tabulka-score .column-1  {
    width: 10% !important;
    text-align: right;
}
.tabulka-score .column-2  {
    width: 70% !important;
}

, .tabulka-score .column-3   {
    width: 20% !important;
    text-align: right ;
}
    

.dataTables_filter {
    display: none !important;
}


.entry-content thead th, .entry-content tr th, .entry-content tr td {
    padding: 10px 15px;
    font-size: 16px
}


.tablepress .odd td {
    background-color: #f0f9fd !important;
}

.tablepress .row-hover tr:hover td {
background-color: #82d7ff !important;
    color: #fff;
}

