/*----------------------------------------------------------------------------*/
/* CSS styl
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/* Tabulka osobni udaje
/*----------------------------------------------------------------------------*/
#table-os-udaje {
  border:  1px solid #b0b0b0;
  padding: 1.0em;
  border-radius: 5px;
}

#table-os-udaje td.w90 {
  width: 90px;
}

/*----------------------------------------------------------------------------*/
/* Tabulka o peletach - palivo statistika
/*----------------------------------------------------------------------------*/
#table-pelety-palivo-stats {
  font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif ;
  font-weight: normal;
  font-size: 11px;
  color: #fff;
  max-width: 350px;
  background-color: #666;
  border: 0px;
  border-collapse: collapse;
  border-spacing: 0px;
}
  
#table-pelety-palivo-stats th {
  background-color: #666;
  color: #fff;
  padding: 4px;
  text-align: left;
  border-bottom: 2px #fff solid;
  font-size: 12px;
  font-weight: bold;
}   

#table-pelety-palivo-stats td {
  background-color: #CCC;
  color: #000;
  padding: 4px;
  text-align: left;
  border: 1px #fff solid;
}

/*----------------------------------------------------------------------------*/
/* Tabulka seminar
/*----------------------------------------------------------------------------*/
#table-seminar {
  border:  0px solid #b0b0b0;
  margin: 1em 0em;
  padding: 0em;
  border-radius: 5px;
  width: 100%;
}

#table-seminar td.sem-images{
  padding-top: 1.2em;
  border-radius: 5px;
  width: 130px;
  vertical-align: top;
}

#table-seminar td.sem-text {
  border: 0px solid #b0b0b0;
  padding: 1.0em;
  border-radius: 5px;
  vertical-align: top;
}

#table-seminar h3 {
  color: #000;
  padding: 0em;
  margin: 0em;
  font-size: 12px;
}

#table-seminar p {
  margin: 0em;
  padding: 0em;
}

@media screen and (max-width:480px) {
  #table-seminar img {
    width: inherit;
    max-width: 100%; 
    height: auto;  
  }
}

/*----------------------------------------------------------------------------*/
/* Tabulka seminar rozvrh
/*----------------------------------------------------------------------------*/
#table-seminar-rozvrh {
  border: 1px solid #b0b0b0;
  border-collapse: collapse;
  margin: 1em 0em;
  padding: 0em;
  width: 100%;
}

#table-seminar-rozvrh td {
  padding: 0.75em;
  border: 1px solid #b0b0b0;
}

#table-seminar-rozvrh td.time {
  text-align: center;
  width: 110px;
}

/*----------------------------------------------------------------------------*/
/* Tabulka hnojivo
/*----------------------------------------------------------------------------*/
.table-hnojivo {
    padding: 1.0em;
    border-radius: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
  }
  
.table-hnojivo td {
    color: #000;
    padding: 4px;
    border: 0px #000 solid;
  }
  
  
.td-1 {
      width: 250px;
      height: 115px;
      background-image: url(/images/hnojivo/bg-1.png);
      background-position: center;
      background-repeat: no-repeat;
      font-weight: bold;
      text-align: center;
  }
  
.td-2 {
      width: 250px;
      height: 150px;
      background-image: url(/images/hnojivo/bg-2.png);
      background-position: center;
      background-repeat: no-repeat;     
      font-weight: bold;
      text-align: center;
  }
  
.td-3 {
      width: 250px;
      height: 115px;
      background-image: url(/images/hnojivo/bg-3.png);
      background-position: center;
      background-repeat: no-repeat;  
      font-size: 24px;
      font-weight: bold;
      text-align: center;
  }        

.td-4 {
      width: 250px;
      height: 170px;
      background-image: url(/images/hnojivo/bg-4.png);
      background-position: center;
      background-repeat: no-repeat;
      font-weight: bold;
      text-align: center;
  }  
  
.td-5 {
      width: 250px;
      height: 170px;
      background-image: url(/images/hnojivo/bg-5.png);
      background-position: center;
      background-repeat: no-repeat;
      font-weight: bold;
      text-align: center;
  }  

