﻿
.h3
{
    text-align:left;
    margin:0 5px;
  
}
.h3 label
    {
        font-size:1em;
        font-weight:bold;
        color:#0d619d;
        border-left:3px solid #0d619d;
        padding-left:10px;
        height:36px;
        line-height:36px;
    } 

.body
{
    border-top:2px dotted #d0cdcd;
    padding:15px 5px 0 5px;
    box-sizing:border-box;
}

 .table1
        {
            width:100%;
            background: #ffac0e;
            text-align: center;
            margin: 0 auto 20px auto;
            border-collapse: collapse;
        }

            .table1 a
            {
                text-decoration: none;
                color: #fff;
            }

                .table1 a:hover
                {
                    text-decoration: underline;
                }

            .table1 tr
            {
                width: 100%;
            }

            .table1 td
            {
                width: 33%;
                padding: 3px 0;
                text-align: center;
                border: 1px solid #e2e2e2;
            }

                .table1 td.head
                {
                    color: #fff;
                    font-weight: bold;
                    height: 35px;
                    background: #ff750e;
                    border-bottom: 3px solid #e2e2e2;
                }
