﻿body {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 100%
}
html {
    height: 100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.logo {
    height: 100%;
}

.navbar-brand {
    padding: 5px
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.list-group-item {
    border: 0;
    padding-bottom: 2px
}

.panel-default > .panel-heading{
    background-color: #ffffff;
    border: 0;
    padding-top: 0;
}
.panel-title {
    font-size: 14px
}
/* There is almost certainly a better selector than this to make the accordian borders go*/
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border: 0
}

.panel-default {
    background-color: #ffffff;
    border: 0;
    border-right: 0
}
