﻿body {
}

.divBorder 
{
    width: 85%;
    border: solid 1px Gray;
    background-color: #f5f5f5;
    padding: 30px;
}

.divDescription 
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    background-color: Gray;
    width: 100%;
}

.divExtendedInfo 
{
    font-family: Arial;
    font-size: 12px;
}

.divLabel
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

.hidden
{
    visibility: hidden;
}