﻿body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 15px 15px 15px
}

h1 {
    font-size: 20px;
    font-weight: bold;
}

ul {
    width: 90%;
    border: 1px solid #999999;
    padding: 0px;
    list-style-type: none;
    margin: 0px 0px 0px
}

li {
    width: 100%;
    border-bottom: 1px solid #BBBBBB;
    text-align: left;
    list-style-type: none;
    margin: 1px 0px 1px 0px;
}

    li span.dataLabel {
        display: inline-block;
        text-align: right !important;
        min-width: 180px;
        padding: 6px 12px 6px 6px;
        margin-right: 5px;
        background-color: #D6DFE6;
    }

    li.standout {
        font-weight: bold;
        background-color: #FFFFDD;
    }
