﻿#form1 {
}

.BasicReport {
    width: 95%;
}
#ComprehensiveReport {
    width: 95%;
}

.h1
{
    color: #808080;
    text-align: center;
}
.Report
{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width: 400px) {
 .h1
{
    font-family:Arial,Helvetica,sans-serif;
    font-size: 20px;
    color: #808080;
    text-align: center;
}
}

@media screen and (max-width: 400px) {
.Report 
{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}                                

@media all and (min-width: 401px) and (max-width: 640px) {
 .h1
{
    font-family:Arial,Helvetica,sans-serif;
    font-size: 25px;
    color: #808080;
    text-align: center;
}
}

@media all and (min-width: 401px) and (max-width: 640px) {
.Report 
{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}                                

@media all and (min-width: 641px) and (max-width: 1024px) {
 .h1
{
    font-family:Arial,Helvetica,sans-serif;
    font-size: 25px;
    color: #808080;
    text-align: center;
}
}

@media all and (min-width: 641px) and (max-width: 1024px) {
.Report 
{
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}                                

@media all and (min-width: 1024px) {
 .h1
{
    font-family:Arial,Helvetica,sans-serif;
    font-size: 35px;
    color: #808080;
    text-align: center;
}
}

@media all and (min-width: 1024px) {
.Report 
{
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
}                                
