﻿
@charset "utf-8";
/* CSS Document */




body{
	background: #fff url(/Content/images/egg_shell.png) repeat;
}


header {
   
    height: auto;
}
.head-section{
background-color:white;
}
.head-section table{
border:0;
line-height:1;
display: inline-block;
width:auto;
}
.head-section table tr td{
border:0;
width:auto;
}
img.img-responsive.logo {
    padding: 10px;
    width: 55%;
}
.centerDiv{
	margin: auto;
    width:40em;
    padding:20px;
}
@media only screen and (max-width: 600px) {

.centerDiv{
    width:100%;
    padding:20px;
}
 
}


.centerDiv h2{ 
    font-weight: bold;
    color: #c238cb;
    font-size: 1.6em;

}
.centerDiv form{
padding:20px;
    border: 2px double #009688;
}
.centerDiv p{ 
font-size : 1.1em;
color: #a2441b;
font-weight: bold;
}
h1 {
    text-align: center;
    font-size: 24px;
    font-family: 'PT Sans', sans-serif;
}

p {
    text-align: center;
    font-size: 18px;
     font-family: 'PT Sans', sans-serif;
}

h2 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.5px;
}

div#jnb-color-line {
    clear: both;
    margin: 3px auto;
    max-width: 1170px;
    min-height: 2px;
    background-color: #000;
}

span {
    font-size: 16px;
    line-height: 1.3em;
    font-family: 'PT Sans', sans-serif;
    margin-left: -15px;
}

span.address2 {
    margin-left: 60%;
}



table, th, td {
    border: 1px solid black;
    
    margin-top: 3px;
     font-family: 'PT Sans', sans-serif;
}

td, th {
    padding: 3px;
    width: 10%;
}

.col-md-6.total {
    border-right: 1px solid;
}

span.examination {
    text-align: right;
    float: right;
}

span.Disclaimer {
    margin-left: 0%;

}

span.paragraph {
    margin-left: 25%;
    margin-top: -31px;
}

section.total {
    margin-top: 20px;
}
table {
    width: 100%;
}
    table.topsummary {
        border: none;
        margin-top: 3px;
        width: 100%;
    }

table.topsummary tr td {
    border: none;
}
footer{
    margin-top: 25px;
    font-size: 1em;
}
