﻿body {    margin: 0;    padding: 0;    background: #d7e0e0;}/* Set padding to keep content from hitting the edges */.body-content {    padding-left: 10px;    padding-right: 10px;}/* 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;}/* Set width on the form input elements since they're 100% wide by default */input, select, textarea {}/* custom */.nav-btn {    font-size: 1.85em;    width: 100%;    text-align: left;}.full-width {    width: 100%;}.margin-sm {    margin: 3px;}.light-border {    border: 1px lightgray solid;}.light-border-l {    border-left: 1px lightgray solid;}.floating-info-label-parent {    position: relative;}.floating-info-label {    position: absolute;    top: 0;    left: 0;    font-size: 1.3em;}.instr-image {    max-width: 100px;    max-height: 100px;}hr {    margin-top: 5px !important;    margin-bottom: 10px !important;    border-top-color: #AEACAC;}.section-header {    margin-top: 1em;    margin-bottom: .2em;}.simple-instr-container {    min-height: 370px;}.original-manual-preview {    width: 100%;    overflow: auto;}.video-row {    padding: 5px;    border: solid 2px darkgray;    margin-bottom: 5px;}.page-overlay {    position: fixed;    z-index: 1000;    top: 0;    bottom: 0;    left: 0;    right: 0;    background-color: #bababa;    opacity: .9;}.page-overlay-inner {    z-index: 1001;    padding: 25px;    top: 40%;    left: 20%;    right: 20%;    position: fixed;    margin-top: auto;    vertical-align: middle;    text-align: center;    background: white;    border-radius: 4px;    box-shadow: 2px;    border: black 2px solid;}@media (max-width: 767px) {    .simple-instr-container {        min-height: 254px;        height: 254px;    }    .original-manual-preview {        height: 300px;    }    .video-iframe {        width: 100%;    }}.result-icon {    width: 50px;    height: 50px;    border: solid white 2px;    border-radius: 3px;}