#session_fixed_msg_box {
    border-width: 3px;
    background-color: #cae8ca;
    border-style: solid;
    position: fixed;
    padding: 7px;
    bottom: 0;
    left: 0;
    max-width: 450px;
    z-index: 999;
}
