body {
    max-width: 795px;
    margin: auto;
    padding: 1em;
    padding-top: 0;
    line-height: 20px;
    font-size: 12pt;
    font-family: Archer;
}

section {
    position: relative;
    clear: both;
}

select {
    font-size: 1em;
    border: 1px solid lightblue;
    border-radius: 2px;
    padding: 4px;
    width: 150px;
    background-position: right 15px top 22px;
    background-size: 18px 18px;
}

select:active {
    border: 1px solid #000;
}

hr {
    display: block;
    height: 1px;
    background: transparent;
    width: 100%;
    height: 0;
    border: none;
    border-top: solid 1px #aaa;
    border-bottom: none;
    border-top-width: thin;
    border-top-style: dotted;
    border-top-color: #999999;
}

h1 {
    width: auto;
    display: inline-block;
    font-family: 'Archer','Archer SSm A','Archer SSm B';
    font-weight: normal;
    font-style: normal;
    font-size: 36px;
    line-height: 1;
    color: #fff;
    margin-top: 20px;
    padding: .28em .8em .4em 25px;
}

h2 {
    font-size: 1.8em;
    color: #DD5900;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.0em;
}

h5 {
    font-size: 0.9em;
    margin-top: 1em;
    margin-bottom: 1em;
}

h6 {
    font-size: 0.8em;
}

a:visited {
    color: rgb(50%, 0, 50%);
}

blockquote {
    color: #666666;
    margin: 0;
    padding-left: 1em;
    border-left: 0.5em #EEE solid;
}

ul {
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-top: 0;
    width: 595px;
}

#header {
    position: relative;
}

#header > h1 {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0;
    padding: 0;
    width: 65%;
    font-size: 52px;
    text-shadow: 0 0 0 #FFF;
}

#map {
    width: 595px;
    height: 400px;
}

/* Start Histogram Style*/

.bar rect {
    fill: steelblue;
    shape-rendering: crispEdges;
}

.bar text {
    fill: #fff;
    font-size: 12px;
}

.axis path, .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

/* End Histogram Style*/

.img-responsive {
    max-width: 100%;
    height: auto;
}

.stretch {
    width: 100%;
    height: 100%;
}

.flat-table {
    display: block;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 115%;
    overflow: hidden;
    width: auto;
    max-width: 595px;
}

.dataTable {
    width: auto;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    max-width: 595px;
}

table.dataTable {
width : auto;
margin : 0 auto;
clear : both;
border-collapse : separate;
border-spacing : 0;
max-width : 595px;
}

th {
background-color : #DD5900;
color : white;
font-weight : normal;
padding : 5px 5px;
text-align : center;
overflow-wrap : break-word;
}
td {
background-color : rgb(238, 238, 238);
color : rgb(111, 111, 111);
padding : 5px 5px;
}

.container-fluid {
    width: 100%;
    height: 100%;
}

.container {
    width: 100%;
}

.caption {
    text-align: center;
    margin-bottom: 5px;
    font-size: 0.8em;
    padding: 5px;
    font-weight: bold;
    width: 75%;
}

.clear {
    clear: both;
}

.h1sub {
    color: #575757;
    text-align: center;
    font-weight: normal;
    display: block;
}

@media all and (min-width: 500px) {
    #header > h1 {
        top: 20px;
        font-size: 52px;
    }
}

@media print and (-webkit-min-device-pixel-ratio:0) {
    header h1 {
        color: #FFF !important;
        -webkit-print-color-adjust: exact !important;
    }
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        filter: none !important;
        -ms-filter: none !important;
    }

    body {
        font-size: 10pt;
        max-width: 100%;
    }

    a, a:visited {
        text-decoration: underline;
    }

    hr {
        visibility: visible;
        page-break-before: avoid;
    }

    pre, blockquote {
        padding-right: 1em;
        page-break-inside: avoid;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        page-break-before: always;
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h1, h2, h3 {
        page-break-after: avoid;
    }

    .h1sub {
        top: -500px;
        color: #575757;
        text-align: center;
        font-weight: normal;
        display: block;
    }

    .caption {
        text-align: center;
        margin-bottom: 5px;
        font-size: 0.8em;
        padding: 5px;
        font-weight: bold;
        width: 75%;
    }

    th {
        background-color : #DD5900;
        color : white;
        font-weight : bold;
        padding : 5px 5px;
        text-align : center;
        overflow-wrap : break-word;
        border: 1px solid black;
    }

    td {
        background-color : rgb(238, 238, 238);
        color : rgb(111, 111, 111);
        padding : 5px 5px;
        border: 1px solid black;
    }

    .flat-table {
        display: block;
        font-family: sans-serif;
        -webkit-font-smoothing: antialiased;
        font-size: 115%;
        overflow: hidden;
        width: auto;
        max-width: 595px;
        border: 1px solid black;
    }

    .dataTable {
        width: auto;
        margin: 0 auto;
        clear: both;
        border-collapse: collapse;
        border-spacing: 0;
        max-width: 595px;
        border: 1px solid black;
    }

    table.dataTable {
    width : auto;
    margin : 0 auto;
    clear : both;
    border-collapse : collapse;
    border-spacing : 0;
    border: 1px solid black;
    max-width : 595px;
    }

    table {
    display: table;
    border-collapse: collapse;
    border-spacing: 2px;
    }
}
