@CHARSET "UTF-8";

.hand {cursor:pointer;}

#tooltip {
    background-color: #C60000;
    font-size: 10px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 5px;
    position: absolute;
}

.show_hide {
    position: absolute;
    left: 295px;
    top: 30%;
}

.msg {opacity: 0.5; color: #ffffff;}