div#KreiseDebugPTFDiv {

    padding: 2em;

    display: flex;

    flex-direction: column;

    width: 100%;

}

ul.ptfEntryDebug {

    padding: 0em 0em 0em 0em;

    display: flex;
    flex-direction: column;


}

li.ptfEntryDebugRow {

    display: flex;
    flex-direction: row;
    align-items: stretch;

}

span.ptfEntryDebugBundle {

    flex: 0.4;
}


span.ptfEntryDebugInfo {

    flex: 0.2;

}