﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 370px;
}*/

.page-header {
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.page-subsection, .page-subsection-bordered {
    margin-bottom: 15px;
    padding-top: 10px;
}

.page-subsection-bordered {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;

}

.top-control-bar {
    margin-bottom: 10px;
}


div.return-link {
    padding-top: 10px;
    margin-top: 40px;
    border-top: 1px solid #ddd;
}

footer {
    width: 100%;
    clear: both;
    padding: 10px;
    position: relative;
    top: 20px;
    text-align: center;
}

span.boldText {
    font-weight: bold;
}

i.fa {
    margin-right: 5px;
}

