.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}


.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.rent {
    padding-top: 20px;
    border-bottom: 1px solid #CCC;
}

.rent:hover {
    background-color: #f7f7f9;
}

.rent-image {
    float: left;
    padding-left: 4%;
    padding-right: 4%;
}

.rent-title {
    font-weight: bold;
}

.rent-excerpt p {
    font-size: 90%;
}

.search-form-rent {
    background: #f4f4f4;
    border-radius: 3px;
    padding: 18px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.4);
    font-size: 16px;
    font-weight: 300;
}

.search-form-rent input {
    margin: 5px !important;
}

.input-same-line {
    box-sizing: border-box;
    height: 37px;
    position: relative;
    z-index: 2;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
}

.div-same-line {
    display: inline-block !important;
}