/* CSS Document */ 

article p.Vporadku {
  color: Green;  
}
article p.Chyba {
  color: #ef002a;
} 

address {  /* element použit pro ulici a obec */
  font-style: normal;
  font-weight: bold;
} 

aside .MalyDole {
  margin-top: 1.5rem;
}

article iframe {
  margin-left: 12px;
  width: 250px;
  height: 200px;
  border:none;
}

article table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1rem auto 1.5rem;
  border-bottom: #0eafd8 solid 2px;  
}
  article td, article caption {
    display: block;  
    border: #0eafd8 solid 2px;
    border-bottom: none;
    padding: .8rem;
  }
  td.Right {
      text-align: right;
    }
  article caption {
    font-family: 'Cantata One', serif;
    font-weight: bold;
    font-size: 1rem;
    border-bottom: none;
    background-color: #009898;
    color: WhiteSmoke; 
  }
  article tr {
    background-color: #cbc4f9;
  }
  tr.Blue {
    background-color: #99ccfe;
  }    

@media (min-width: 420px) {
  
  article iframe {
    width: 300px;
    height: 250px;
  }

}
@media (min-width: 560px) {
  
  article iframe {
    width: 400px;
    height: 300px;
  }
  
}

@media (min-width: 750px) {
  
  
  article td {
    display: table-cell;
  }
  
  article iframe {
    width: 500px;
    height: 333px;
  }
  
  .AdrFot {
  position: relative;
  }
  .AdrFot p.Abs {
    position: absolute;
    top: 0;
    right: 16%;
  }
  
}




