.pfrow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2px;

    background: #353747;
    border: 1px solid #4A4C5D;
    padding: 2px;
    margin-bottom: 2px;
}

.pfrow:last-child{ margin-bottom: 0; }

.pflabel{
    background: #2B2C36;
    background-repeat: repeat-x;
    color: #F5EEDC;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 9px;
    padding: 6px 8px;
    line-height: 1;
    border: 1px solid #4A4C5D;
}

.pfvalue{
    color: #D8D4E3;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;

    max-width: 55%;
    overflow: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-right: 2px;
}



/* Container für die Link-Reihen */
.pfbox-links{
    margin-top: 6px;
    background: #353747;
    border: 1px solid #4A4C5D;
    padding: 4px;
}

/* Jeder Link wird zur eigenen "Zeile" */
.pfbox-links a{
    display: block;
    margin: 2px 0;
    padding: 6px 8px;

    background: #2B2C36;
    border: 1px solid #4A4C5D;

    color: #B8A7D9;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1;
}

.postbit_rang{
display: block;
    margin: 2px 0;
    padding: 6px 8px;

    background: #2B2C36;
    border: 1px solid #4A4C5D;

    color: #F5EEDC;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1
}

/* Hover passend */
.pfbox-links a:hover{
    background: #404354;
    color: #F5EEDC;
}