﻿


/* 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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.dac-col-md-3 {
    width: 100px;
}

h2 {
  font-size: 3.2vmax 3.2vh;
  font-size: 3.2vmin 3.2vh;
}
.nomaster-h1 {

}

.bot-middle {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: large;
}

.bot-checkbox {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.bot-required {
    color: red;
    font-weight: bold
}