﻿body {
    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;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.bold-results {
    font-weight: bold !important;
    font-size: x-large !important;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.panel-group {
    padding-right: 28px;
}

.hr-divide {
  margin-top: -14px;
  margin-bottom: 8px;
  border: 0;
  border-top: 2px solid lightgray;
}


/* For Testing CSS */
.borderGreen {
    border: solid 3px green;
}

.borderBlue {
    border: solid 3px blue;
}

.borderRed {
    border: solid 3px red;
}

.borderYellow {
    border: solid 3px yellow;
}
