

#statuscafe-username a {
    color: #515151;
}


#statuscafe {
    background-color: white;
    height: auto;
    font-family: pc-9800;
    border-radius: 5px;
    margin: 0;
}


#statuscafe-username {
    width: 152px;
    height: 25px;
    background: #cab6a9;
    padding: 5px;
    border-radius: 2px 2px 0 0;
    box-shadow: inset -1px -1px 2px #836552, inset 1px 1px 1px white;
    font-size: 10px;
}

#statuscafe-content {
    max-height: fit-content;
    padding: 5px;
    width: 100%;
    font-size: 11px;
    text-align: left;
    border: 1px solid #a4a4a4;
    border-top: none;
    border-radius: 0 0 2px 2px;
}

