/*=============================================================
 * This section relates to the custom layouts that can be made
 * using the OEMR tool in the Admin section. For example, the
 * Patient Demographics are a custom layout.
 *============================================================*/

#DEM .groupname {
    font-weight: bold;
    color: #080;
    font-size: 0.8em;
    padding-right: 5px;
    vertical-align: top;
}
#DEM .label_custom {
    font-weight: bold;
    font-size: 0.8em;
    vertical-align: top;
    text-align: $right;
}
#DEM .data {
    font-size: 0.8em;
    vertical-align: top;
    text-align: $left;
    padding-right: 6px;
    /*30px - ie 6 fix*/
}