#BASE 
{ 
    position: relative;
    width: 90%;
    left: 5%;
    height: 100%;
}
#HLAVICKA
{
    position: relative;
    width: 100%;
    height: 90px;
    background-color: orange;
}
#TELO
{
    position: relative;
    width: 100%;
    height: 73%;
    position: relative;
}

#location
{
    position: relative;
    background: chocolate;
    width: 100%;
    height: 30px;
    text-align: center;
}
#locationname
{
    font-size: x-large;
    font-weight: bold;

}
#location ul
{
   margin: 0;
   padding: 0;
}
#location ul li
{
   list-style-type: none;
   display: inline;
}
#location li a
{
   display: block;
   float: left;
   padding: 5px 10px;
   color:#fff;
   text-decoration: none;
   border-right: 1px solid #fff;
}
#location li a:hover { 
    background:#fff;
    color: black;
}
#actualtemp
{
    position: relative;
    width: 100%;
    height: 200px;
    text-align: center;
    
}
.tempint
{
    position: absolute;
    top: 60px;
    left: 0px;
    font-size: x-large;
    font-weight: bold;
}
.temp
{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 5px solid green;
    color: #666;
    padding: 8px;
    margin: 8px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
}
.temppopis
{
    width: 40px;
    height: 40px;
    display: inline-block;
}
table {
    margin: 0 auto; /* or margin: 0 auto 0 auto */
  }
  td {
      text-align: center;
  }
 #modedetail
 {
   width: 100%;
   vertical-align: middle;
   height: 200px;
 }
 .heatstatusline
{
    width: 100%;
    vertical-align: middle;
    height: 85px;
    border-bottom: solid 1px;
}
.heatpicture
{
    width: 60px;
    height: 60px;
    display: inline-block;
    border: 10px solid;
}
.heatdetails
{
   display: inline-block; 
   vertical-align: middle;
   font-weight: bold;
   height: 80px;
   width: 12%;
}
.heatdetails1
{
   display: inline-block; 
   vertical-align: bottom;
   font-weight: bold;
   height: 80px;
   width: 12%;
}
#main
{
    width:100%; 
    height:400px;
} 

#sesinfo
{
    right: 0;
    bottom: 0;
    position: absolute;
}
h1
{
    text-align: center;
}

.odhlas
{
    color: blue;
    text-decoration: underline;
    font-weight: bold;
}

.chpswd
{
    color: green;
    text-decoration: underline;
    font-weight: bold;
    font-size: 8pt;
    text-align: center;
}

.tablelist
{
    border-collapse:collapse;
    border: 1px solid white;
    width: 100%;
}
.TDlist
{
    border: 1px solid white;
    text-align:center;
    background-color: bisque;
}
.TDlist:hover
{
    background-color:chocolate;
}
.tablesearch
{
    width: 75%;
    left: 12%;
    position: relative;
}
#modedetail
{
    text-align:left;
}
.tablemodes 
{
   margin: 0;
}
#modenames
{
   margin: 0;    
}