﻿body, text {
    font-size: .875rem;
    font: 14px arial !important;
    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;
}

/* Container holding the image and the text */
.container {    
    font-family: Arial, Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
}

/* changed container and link colors to black */
.container > a,
.container > a:default,
.container > a:hover,
.row > div > a,
.row > div > a:hover {
        color: black !important;
}

/* Top left text */
.top-left {
    font-size: x-large;
    position: absolute;
    top: 16px;
    left: 32px;
}
/* Dropdown list width */
.dllwidth {
    width: 100%;
}
/* Calculates ddl box for options */
select, text {
    font-size: 16px;
    border-radius: 0.25rem !important;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px) !important;
    border: 1px solid !important;
}

.marginRow {
    margin-bottom: 5px !important;
}

/* changed label font size */
.label {
    font-size: 14px;
}

.wrapQuestions {
    width: 90%;
    display: inline-block;
}
