﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.report-header {
    text-align: center;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* the print class is added when the print report button is clicked.*/
.print .table tbody > tr > td, .table tfoot > tr > td {
    border-top: 0;
}

.print .col-md-6 {
    width: 48%;
    float: left;
}

.print p, .print td {
    font-size: larger;
}

.print .new-page {
    page-break-before: always;
}
.print .page-together {
    page-break-inside: avoid;
}

.print .container {
    max-width: 100%;
}

.print .d-print-none {
    display: none;
}

.print h1, .print h2, .print h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.vertical-pad-20 {
    padding-top: 20px;
}

.answers-list {
    list-style-type: none;
    width: 90px;
    float: left;
}

.answers-list-item {
    /*float: left;*/
    width: 90px;
    height: 25px;
}

.answers-list-item--question {
    width: 50px;
    float: left;
    text-align: right;
}

.answers-list-item--answer {
    width: 20px;
    float: left;
    text-align: right;
    font-family: monospace;
    font-size: 16px;
}

body.print footer {
    display: none;
}
