﻿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; }

/* Set width on the form input elements since they're 100% wide by default */

/*input,*/
select,
textarea { max-width: 280px; }




body {
    /* Margin bottom by footer height */
    margin-bottom: 50px;
}

.footer {
    background-color: #f5f5f5;
    bottom: 0;
    color: #333333;
    /* Set the fixed height of the footer here */
    height: 50px;
    line-height: 50px; /* Vertically center the text there */
    position: absolute;
    width: 100%; 
}

#newsHolder li {
    border-bottom: 1px dotted #34546b;
    font-size: .8em;
    list-style: none;
    padding-bottom: 10px;
    padding-top: 10px;
    /*min-height: 85px;*/
}

#newsHolder ul {
    margin-bottom: 0;
    padding: 0;
}

#newsHolder {
    /*border: thin dotted #333333;*/
    overflow-x: hidden;
    width: 100%;
    /*height: 516px;*/
    border-top: 1px dotted #34546b;
    border-bottom: 1px dotted #34546b;
}



    #newsHolder2 li {
        border-bottom: 1px dotted #34546b;
        font-size: .8em;
        list-style: none;
        padding-bottom: 10px;
        padding-top: 10px;
        /*min-height: 85px;*/
    }

    #newsHolder2 ul {
        margin-bottom: 0;
        padding: 0;
    }

#newsHolder2 {
    /*border: thin dotted #333333;*/
    overflow-x: hidden;
    width: 100%;
    /*height: 516px;*/
    border-top: 1px dotted #34546b;
    border-bottom: 1px dotted #34546b;
}




.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.seperator {
    border-right: 1px dotted #34546b;
    height: 90%;
}
#srch-term, #searchBtn {
    height: 28px;
}