/*   Počasí, teplota   */
div.pocasiWrap { margin: 20px 0;padding:5px; border:1px solid silver; }
div.pocasiWrap span { position: relative; top: -14px; left: 5px; font-size: 12px; font-weight: bold; background-color: white; padding: 0 5px; }

table#pocasi { width: 100%; }
table#pocasi td { padding:0; margin: 0; text-align: center; }
table#pocasi p {color: #7C7977; font-weight: bold; font-size: 11px; margin: 0 0 5px 0; }
table#pocasi img { width: 40px; height: 30px; }
table#pocasi h5 {color: #024A6C; font-weight: bold; font-size: 12px; margin: 5px 0 0 0; }

div.pocasiWrap h2.teplota { font-size: 25px; margin: 0 0 10px 0; text-align: center; color: red; }
table#mmtep { width: 100%; }
table#mmtep td { text-align: center; padding: 0; font-size: 13px; font-weight: bold;}
table#mmtep td.mmlab { padding-bottom: 5px; color: gray; font-size: 11px; }

h2.kamera { width: 704px; margin: 0 auto 10px auto; }

p.info { text-align: center; font-size: 11px; border: none; color: gray; padding: 0; margin: 5px 0 0 0; font-family: courier; }
p.info input { text-align: center; border: 0; background-color: white; color: gray; width:15px; font-weight: bold; font-size: 11px; }

img.kameraImg { display: block; margin: 0 auto; border: 5px solid black; }
