/* CSS Document */
aside ul {
  margin-top: 0;
}

article img {
  width: 80%;
  max-width: 730px;
  margin-bottom: 1.6rem; 
}

article h1, article h2 {
  clear:both;
}

aside p.MalyDole {
  margin-bottom: 1rem;
}

aside #Vyhledej {
  margin: 0 1rem 3rem 1rem;
}

aside img {
  width: 96%;
  margin-bottom: 1rem;
}
   
.Akutni {
  position: relative;
  top: 0;
  left: 1rem;
}
 
article table {
  border-collapse: collapse;
  max-width: 100%;
  margin: 1rem auto 1.5rem;
  border-bottom: #0eafd8 solid 2px;  
}
  article td {
    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: 700px) {

  article td {
    display: table-cell;
  }
  
}


