body {
    font-family: Arial;
    font-size: 11px;
    display:flex; flex-direction:column; justify-content: center; align-items: center;
}
div.header{
    display:flex; flex-direction:row; flex-wrap: nowrap;
}
div.header_item{
    display:flex; align-items: center; justify-content: center;
    padding: .5em;
}
.header_title{
    font-weight:600; font-size: 2em;
}
img.ace_logo{
    max-height: 4em;
}

/* items */
.item_wrapper{
    display:flex; flex-direction:row; flex-wrap: nowrap;
}
.item_item{ padding: 0.25em;}
.item_title{
    flex: 1;
    font-weight: bold;
}
.item_value{
    flex: 2;
    font-weight: normal;
}

/* bland text */
div.text{
    padding: 0.25em;
}

.green{color: green;}
.yellow{color: yellow;}
.red{color: red;}