/* 
    Created on : 28-mar-2014, 12.03.57
    Author     : stendf
*/

#legenda_cont {
    position: absolute;
    right: 25px;
    z-index: 1000;
    width: 100px;
}

#leg_open {
    width: 320px;
}

.leg_row {
    border-bottom: 1px solid;
    padding: 2px;
}

.leg_img {
    display: inline;
}

.leg_desc {
    display: inline;
    vertical-align: top;
    margin-left: 2px;
}

.leg_square {
    width: 18px;
    height: 18px;
    border: 1px solid grey;
    display: inline-block;
    margin-right: 40px;
}

#leg_24h {
    background: red;
}

#leg_scaduta {
    background: orange;
}