#mainBanner {
    max-width: 100%;
    height: 700px;
    background-image: url(../images/mainPict/bratislava_noelogicka_synagoga-rybne-namestie.jpg);
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
    position: relative;
}


#aboutSyn p {
    margin-top: 50px;
}

/** List **/

#myInput {
    display: block;
    background-image: url('../images/icons/icons-search.png');
    background-position: 5px 5px;
    background-repeat: no-repeat;
    width: 15%;
    font-size: 15px;
    color: #0a0a0a;
    padding: 12px 12px 12px 42px;
    border: 1px solid #ddd;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 25px;
  
  }
  
  #myTable {
    border-collapse: collapse;
    width: 90%;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    font-size: 14px;
    margin: auto;
    margin-bottom: 100px;
  }
  
  #myTable th, #myTable td {
    text-align: left;
    padding: 12px;
  }
  
  #myTable tr {
      
    border-bottom: 1px solid #ddd;
  }

  #myTable .header {
    background: rgb(226,97,17);
    background: linear-gradient(90deg, rgba(226,97,17,1) 0%, rgba(237,163,106,0.9640231092436975) 35%, rgba(233,208,132,1) 100%);
    font-size: 16px;
  }
  
 #myTable tr:hover {
     
    background-color: #faf2bb;
  }