﻿
        .parheading
        {
            font-size: 15px;
            background: #987d56;
            padding: 3px;
            color: #fff;
            margin: 0px;
            font-weight: bold;
            vertical-align: middle;
        }
        
        
        .full-width
        {
            border-top: 4px solid #454545;
        }
        .top-column-right ul.register li a
        {
            padding: 4px;
            font-size: 14px;
            text-align: center;
            font-weight: 500;
        }
        .top-column-left, .top-column-right
        {
            padding-top: 3px;
            padding-bottom: 3px;
        }
        .contact-line .fa
        {
            padding-right: 10px;
        }
        .body-content
        {
            margin-top: 10px;
            min-height: 420px;
            background: #fff;
            border: 1px solid #acacac;
            border-radius: 5px;
        }

        .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
        {
            border-top: 1px solid #fff !important;
        }
       

        td, th
        {
            padding: 0;
            line-height: 20px;
        }
        
        
        #accordion1 .panel-title a.collapsed:after {
        width: 0px;
        background: #ffffff;
        }
        #accordion1 .panel-title a:after, #accordion .panel-title a.collapsed:after {
        content: "";
        width: 0px;
        height: 7px;
        background: #9d3b00;
        position: absolute;
        top: 17px;
        right: 0;
        }
