﻿body {
    padding-top: 10px;
    padding-bottom: 20px;
}

.copyright {
    padding: 20px;
    font-size: 10px
}
/* 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;
}

.nav-buttons .btn {
    margin: 15px 0;
    background-color: #f4511e;
    color: #fff;
}
.sectionheader {
    font-weight: bold;
    font-size: x-large;
}

.bs-component {
    position: relative
}

.bs-component + .bs-component {
    margin-top: 1rem
}

.bs-component .card {
    margin-bottom: 1rem
}

.bs-component .modal {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    z-index: 1;
    display: block
}

.bs-component .modal-dialog {
    width: 90%
}

.bs-component .popover {
    position: relative;
    display: inline-block;
    width: 220px;
    margin: 20px
}