    h2
    {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-variant: normal;
        font-weight: 700;
    }
    
    h3
    {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-variant: normal;
        font-weight: 700;
    }

    .section
    {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 20px;
    }
    
    .breadcrumb
    {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
    }

    .footer
    {
        font-family: Verdana, Geneva, sans-serif;
        font-size: 10px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
    }

    .column
    {
        display: table-cell;  
        text-align: center;
        width: 250px;
    }

    .col-r
    {
        display: table-cell;  
        text-align: right;
        width: 120px;
    }

    .col-l
    {
        display: table-cell;  
        text-align: left;
        padding-left: 10px;
        padding-bottom: 0px;
        vertical-align: middle;
    }

    .row:after
    {
        content: "";
        display: table;
        clear: both;
        padding-bottom: 0px;
    }

    textarea
    {
        resize: none;
        width: 400px;
    }
    
    table
    {
        border-collapse: collapse;
    }

    table, th, td
    {
      border: 1px solid black;
    }

    th, td
    {
      text-align: right;
      padding: 4px;
    }
