﻿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: 280px;
}

.dl-horizontal dt {
    clear: none;
    width: 220px;
    text-align: left;
}

form .radio input[type="radio"], form .radio-inline input[type="radio"], form .checkbox input[type="checkbox"], form .checkbox-inline input[type="checkbox"] {
    margin-left: 0;
    position: absolute;
}

.pager span {
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    margin: 1px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #888888;
    border-color: #2e6da4;
    color: #fff;
}

.pager a {
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    margin: 1px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
