div.ps_messagesCont {
    position: fixed; bottom: -4px; left: 0; max-height: 100%;
    width: 100%;
    max-width: 15em;
    z-index: 10;
    font-size: 0.95em;
    border-top: 4px double var(--main-light-color);
    border-right: 4px double var(--main-light-color);
    color: var(--main-light-color);
    background-color: var(--main-dark-color);
}

div.ps_messages_entry {
    width: 100%;
    border-top: 1px solid var(--main-light-color);
    text-align: center;
}

div.ps_messagesCont div.ps_messages_entry:first-child {
    border-top: 0px;
}
div.ps_messagesCont div.ps_messages_entry:last-child{
    padding-bottom: 4px;
}