﻿h1 {
    color: #2B87DA;
}
p {
    color: #153643;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
}
body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1.5em;
}
.visit-summary-column {
    
}
    .visit-summary-column tr td:first-child {
        text-align: right;
        padding-right: 1em;
    }

.visit-summary-column tr td:first-child > span:first-child {
    color: #777 !important;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: -10px;
    /*display: block;*/
}

.span-label {
    color: #777 !important;
    font-size: 16px !important;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    margin-top: 0;
    margin-bottom: -10px;
}
        
.divider {
    border-left: 2px solid lightgrey;
}

.box {
    background-color: #F8F8F8;
    width: 15em;
    height: auto;
    padding: 1em;
}