#user_last_call_list {
    position: fixed;
    bottom: 7px;
    right: 7px;
    background-color: white;
    border: solid 1px;
    padding: 7px;
    z-index: 99;
    font-size: 0.85em;
}

#user_last_call_list .info {
    margin-bottom: 3px;
}

#user_last_call_list .header {
    font-weight: bold;
}

#user_last_call_list_content {
    display: none;
}

#float_left_bottom {
    position: fixed;
    bottom: 7px;
    left: 7px;
    background-color: white;
    z-index: 99;
    width: 170px;
}

