﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    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;
}



input, select, textarea {
    max-width: 580px;
}

.SearchResults a {
    display: block;
    font-size: 0.7em;
    padding: 4px 0;
    margin: 0px;
    line-height: 0.8em;
}

.jumbotron p {
    font-size: 0.8em
}

.jumbotron input[type="text"] {
    width: 100%;
    max-width: 100%;
    padding: 0px 5px;
    font-size: 0.9em;
    line-height: 1.9em;
    min-height: 1.9em;
}

.LinkStyle {
    background-color: transparent;
    padding: 0px;
    margin: 0px;
    color: #5a5a5a;
    text-align: left;
    display: block;
    border: 0px;
    font-size: 0.8em;
    border-bottom: 1px solid #e2e2e2;
    width: 100%;
    max-width: 100%;
}

    .LinkStyle:hover {
        background: #e2e2e2
    }

.SearchResults {
    margin-top: 10px
}

.success {
    background: #00982d;
    color: #fff;
    padding: 10px 5px;
    display: block;
    margin-top:10px;
    display:none;
}
