body{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 100%;
    line-height: 1.4;
    min-width: 750px;
    margin: 15px;
}

.ui-panel {
    border: none;
}


.infohm-header-logo {
    background-color: hsl(0, 0%, 100%);
    height: 90px;
    display: inline;
}

.infohm-banner {
    height: 50px;
}

table th.number {
    width: 100px;
}

#userInfo {
    display: inline;
    float: right;
    background: #0048a0;
    color: white;
    font-size: larger;

    border-radius: 5px;
    padding: 12px;
    margin-right: 50px;
}

.infohm-banner {
    color: cornflowerblue;
}

.infohm-footer ul {
    list-style: none;
    padding-left: 0;
}

.infohm-footer li {
    display: inline;
    margin-right: 20px;
}

#userInfo a {
    color: lightgray;
}