.left-nopadding {
    float: left;
    padding-left:0;
    padding-top:0;
}

.smallblockquote {
    font-size:90%;
    font-style:italic;
    padding: 5px 30px;
}

.jumbotron-padding-20px {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin-bottom: 10px;
}

.jumbotron p {
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 200;
}

.lightgraybackground {
    background-color:#eee;
}

.footer-p {
    font-size: 0.8em;
}

.table-smallbottompadding {
    margin-bottom: 4px;
}

h5.thick-spaced {
    font-weight: bold;
    margin-top: 15px;
}


/* Fixed Bottom Content */
body#captcha-004 footer {
    margin-bottom: 58px;
    border-bottom: 1px solid #e3e3e3;
}

.fixed-bottom {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    z-index: 999
}

.fixed-bottom .readmore-or-hide {
    margin-left: 3px;
}

.fixed-bottom .readmore-or-hide,
.fixed-bottom .hiddenable-content {
    display: none;
}

.fixed-bottom .readmore-or-hide:hover {
    text-decoration: underline;
}

.fixed-bottom {
    cursor: pointer;
}

.fixed-bottom .readmore-or-hide {
    display: inline-block;
}

.fixed-bottom p.heading {
    margin: 0 0 5px;
}

.fixed-bottom .fixed-content p {
    line-height: 18.0px;
    margin: 0 0 0 1px;
}

.fixed-bottom .trimmable {
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

