﻿html, body {
    height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.body-content {
    min-height: 100%;
    padding-bottom: 50px;
    margin-bottom: -50px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* 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;
}


.footer {
    display: block;
    position: relative;
    bottom: -20px;
    width: 100%;
}

    .footer hr {
        margin: 8px;
    }

    .footer p {
        margin-bottom: 8px;
    }


#search {
    padding: 0 5px 0 5px;
}

    #search input {
        border: none;
        width: 90%;
        outline: none;
    }

.con {
    position: absolute;
    top: 60px;
    bottom: 40px;
    left: 0;
    right: 0;
    overflow: auto;
}
