.headline {
    color: white;
}
label {
    color:  black;
}
.act {
    background-color: lightblue;
    border-radius: 10px
}
.network {
    background-color: lightgreen;
    border-radius: 10px
}
.id {
    width: 45px;
    margin: 0 5px;
}
.statusid,
.skillid {
    width: 80px;
    margin: 0 5px;
}
.entityid {
    width: 100px;
    margin: 0 5px;
}
.hideorexpand  {
    border-color: silver !important;
    margin-top: 10px;
}
