strong {
    font-size: 18px;
}
.row-item {
    position: relative;
    width: 100%;
    display: table;
}
.legend,
.well {
    margin-bottom: 5px;
    padding: 20px 0;
    position: relative;
    display: table;
    width: 100%;
}
.well:hover {
    border-color: #aaa
}
.loanExample{
    font-size:10px;
    clear:both;
    margin: 10px 0 0 15px;
}
.trackingUrl {
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 2;
}
.star-rating {
    margin-top:5px;
}
.loan-img {
    max-height: 40px; 
}
.data-type {
    font-weight: bold;
    margin-top:10px;
}
.more-wrapper {
    position: relative;
    display: table;
    width: 100%;
    padding-top: 10px;
}
.read-more {
    position: absolute;
    top:10px;
    left: 10px;
}

.show-more-content {
    display: none;
}

.spinner.input-group .input-group-addon a.spin-up,
.spinner.input-group .input-group-addon a.spin-down {
    font-size: 12px;
}

.input-group.spinner {
    width: 90px;
}

.slider-selection {
    background: #BABABA;
}

div.slider.slider-horizontal {
    width: 100% !important;
}


@media (max-width: 991px) {
    .more-wrapper {
        position: static;
        display: table;
        width: 100%;
        padding-top: 10px;
    }
    .read-more {
        position: static;
        display: block;
        margin: auto;
        margin-bottom:20px;
        text-align: center;
    }
}
