﻿body {
    padding-top: 0;
    padding-bottom: 0;
}

/* 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 within the grid column */
.dl-horizontal dt {
    white-space: normal;
}

/* Bootstrap 5/main.css handles form sizing. Keep legacy inputs from being capped too narrow. */
input,
select,
textarea {
    max-width: 100%;
}
