﻿body {
    font-family: Arial, Helvetica, sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin: auto;
}

/* 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;
}

table {
    border-collapse: inherit !important;
    border-spacing: 0.2em !important;
}

.table-row {
    padding-top: 10px;
}

table.center {
    margin-left: auto;
    margin-right: auto;
}

#content {
    width: 400px;
    margin: 0 auto;
    background-color: #66ffff;
}

.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.banner-color {
    background-color: #E97512;
}
