* {
    /* Disable long-press callouts. */
    -webkit-touch-callout: none;

    /* Disable highlighting of links. */
    -webkit-tap-highlight-color: rgba(0,0,0,0);

    /* Prevent auto-resizing. */
    -webkit-text-size-adjust: none;

    /* Disable cut/paste; manually re-enable as needed. */
    -webkit-user-select: none;
}
body {
    font-family: Tahoma, Verdana;
    font-size: 12px;
}
#div-kotel {
    position: relative;
    width:250px; 
    height: 250px;  
    background-image: url('../images/kotel-pozadi.png');
}

#div-zbyva {
    position: absolute; 
    top: -80px; 
    left: 48px; 
    font-family: Tahoma, Verdana; 
    font-size: 12px;
    background-color: #D6D9E2;
    padding: 2px;
    z-index: 800;
}

#img-uhli {
    position: absolute; 
    z-index: -1; 
    bottom: 0px; 
    width: 145px;
}
.popisek {
   background-color: #D6D9E2;
   border: 1px solid black;
   text-align: center;
}
