body {
    font-family: Arial, Sans-serif;
}
section {
    page-break-after: always;
}
.row {
    page-break-inside: avoid;
}

h1 {
    font-size: 1.7em;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
}
h6 {
    font-size: 1.1em;
}
p, th, td, dd, li {
    font-size: 12px;
}
#d_degredation_table th, #d_degredation_table td {
    font-size: 10px;
}
p small {
    font-size: 70%;
}
#header-wrap {
    background-color: transparent;
    position: static;
}
#fade, .nav-tabs, .btn, .file-upload {
    display: none !important;
}
#quote-header {
    margin-top: 100px;
}
#main {
    margin: 0;
}
.tab-content>.tab-pane {
    opacity: 1;
    display: block;
    page-break-after: always;
}
input[type='file'] {
    display: none;
}
text {
    font-size: 9px;
}
footer .acc-logos {
    margin-top: 100px;
}
.terms {
    line-height: 15px;
}
.terms p, .terms li {
    text-align: justify;
}
.show-on-print {
    display: block !important;
    visibility: visible !important;
}
.hide-on-print {
    display: none;
}