﻿html, body {
    min-height: 100%;
}



/* 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;
}

.tabcontent {
    margin-top: 20px;
    padding-left: 20px;
}

.highrow {
    padding-top: 5px;
    padding-bottom: 5px;
}
.higherrow {
    height: 35px;
}
.highMarginRow {
    margin-top: 5px;
    margin-bottom: 5px;
}
.higherMarginRow {
    margin-top: 10px;
    margin-bottom: 10px;
}

.thlightpadding {
    padding-left: 20px !important;
}

dt {
    text-align: left !important;
}

.navbar-nav > li > a { padding-top: 15px !important; padding-bottom: 5px !important; }
.navbar { min-height: 40px !important; }
.navbar-brand { padding-top: 5px; padding-bottom: 10px; padding-left: 10px; }

.header {
    margin-top: 25px;
    margin-bottom: 15px;
}

.panel-title {
    font-size: 14px;
}

.current-title {
    font-weight: bold;
    padding-left: 7px;
}

.reformed-title{
    font-weight: bold;
    padding-left: 7px;
    margin-top: 15px;
}

.reformed-title.no-current {
    margin-top: 0px;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}