@charset "utf-8";
#tooltip {
    position: absolute;
    width: auto;
    height: auto;
    padding: 5px;
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
    pointer-events: none;
}

#tooltip.hidden {
    display: none;
}

#tooltip p {
    margin: 0;
    font-family: sans-serif;
    font-size: 10px;
    line-height: 16px;
}

span.exp{
    color: red;
    font-size: 11px;
    cursor: pointer;
}
#input_list_div
    {
        width: 140px;
        height:auto;
        max-height: 200px;
        position: absolute;
        z-index: 1;
        border-top: none;
        overflow: auto;
        overflow-x:hidden;
        background: white;
        text-align: left;
    }
#list_tb
    .line
    {
        font-size: 10px;
        width: 100%;
        padding: 0px;
    }
    .hover
    {
        background: #007ab8;
        width: 100%;
        color: #fff;
    }
    .std
    {
        width: 100%;
        text-align: left;
    }
#list_tb td
    {
        text-align: left;
    }
