body {
    font-size: 1em;
    line-height: 1.3;
    font-family: sans-serif;
    margin: 0px;
    padding: 0px;
}

h1 {
    border-bottom: 2px solid #003478;
    margin: 0px;
    background-color: #003478;
    color: rgb(221, 221, 221);
    font-weight: 100;
    font-size: 1.1em !important;
    padding: 20px 0px 15px 13px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    box-sizing: border-box;
    border-bottom: 2px solid #dddddd;
    display: block;
    position: relative;
    overflow: visible;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 65px;
    background-color: #f9f9f9;
}

li:hover {
    background-color: #e8e8e8;
    cursor: pointer;
}

a {
    text-decoration: none;
    height: 100%;
    width: 100%;
}

h3 {
    margin: 0px 0px 0px 13px;
    width: 50%;
    font-size: 1em;
    font-weight: 700;
    font-family: Helvetica Neue, Lucida Grande, Segoe UI, Arial, Helvetica, Verdana, sans-serif;
    text-shadow: 0 1px 0 #f3f3f3;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 20px;
    color: #003478;
}

.ui-icon-carat-r {
    content: "";
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    background-color: rgba(0, 0, 0, 0.3);
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 1em;
    right: .5625em;
    top: 50%;
    margin-top: -11px;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%223.404%2C2.051%208.354%2C7%203.404%2C11.95%205.525%2C14.07%2012.596%2C7%205.525%2C-0.071%20%22%2F%3E%3C%2Fsvg%3E");
}

