﻿.tblMain {
    width: 100%;
}

    .tblMain td {
        text-align: left;
        vertical-align: top;
        width: 50%;
        height: auto;
        padding: 10px;
    }

    .tblMain h3 {
        padding-bottom: 10px;
        color: #337ab7;
        border-bottom: 2px solid #337ab7;
    }

    .tblMain p {
        line-height: 36px;
    }

    .tblMain img {
        border-radius: 10px;
        float: right;
        width: 100%;
        height: auto;
    }
