﻿#column1
{
    background-color: transparent;
    float: left;
    width: 49%;
}
#column2
{
    background-color: transparent;
    float: right;
    width: 49%;
}
#clear
{
    clear: both;
}

.container
{
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.heading
{
    font-weight: bold;
    display: table-row;
    background-color: #C91622;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    font-family: georgia;
    color: #fff;
}
.table-row
{
    display: table-row;
    text-align: left;
    line-height: 2.5em;
}
.colS
{
    display: table-cell;
    width: 20%;
    vertical-align:top;
}
.colD
{
    display: table-cell;
    width: 80%;
}
