.xmafia-moderator-r374 {
    position: fixed;

    left: 50%;
    top: 50%;

    width: 770px;
    height: 610px;

    margin-left: -385px;
    margin-top: -305px;

    z-index: 8000;

    overflow: visible;

    font-family: Arial, sans-serif;
    font-size: 12px;
}

.xmafia-moderator-r374-artwork {
    position: absolute;

    left: 0;
    top: 0;

    width: 770px;
    height: 610px;

    max-width: none;
    max-height: none;

    pointer-events: none;
    user-select: none;
}

.xmafia-moderator-user,
.xmafia-moderator-mode,
.xmafia-moderator-time {
    position: absolute;

    min-width: 120px;

    color: #333;

    white-space: pre-line;

    pointer-events: none;

    z-index: 3;
}

.xmafia-moderator-message {
    position: absolute;

    width: 310px;
    height: 24px;

    box-sizing: border-box;

    margin: 0;
    padding: 1px 3px;

    border: 0;

    background: transparent;

    color: #333;

    font: 12px Arial, sans-serif;

    outline: none;

    z-index: 4;
}

.xmafia-moderator-hit {
    position: absolute;

    width: 32px;
    height: 32px;

    margin: 0;
    padding: 0;

    border: 0;

    appearance: none;

    background: transparent;

    cursor: pointer;

    z-index: 10;
}

.xmafia-moderator-hit.ok {
    width: 95px;
    height: 38px;
}

.xmafia-moderator-hit.close {
    width: 32px;
    height: 32px;
}
