@media (max-width: 800px) {
    .column {
        flex: 46%;
        max-width: 46%;
    }
}

.card {
    opacity: 0.8;
    filter: alpha(opacity=60);
    margin-bottom: 30px;
    min-height: 360px;
}
.card-title {
    font-weight:bold;
    text-align: center;
}
.card-text {
    text-align: justify;
}

#left-panel-link {
    position: relative;
    left: 5%;
    background-color: #555555;
    color: white;
    font-size: 16px;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
#right-panel-link {
    position: absolute;
    right: 10%;
    background-color: #555555;
    color: white;
    font-size: 16px;
    padding: 12px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}
.sep {
    height: 80px;
}

.card-row, .house-row {
    display: block !important;
}

.list-group-item-success {
    color: black !important;
    background-color: transparent !important;
}

.house-body {
    padding: 0 !important;
}

.house-title, .flat-title {
    text-align: center;
    margin-bottom: 1.5rem !important;
}


.flat-detail {
    float: right;
}

.prices {
    max-height: 260px;
    overflow-y: auto;
}

@media (max-width: 991.98px) {
    .house-title {
        padding-top: 40px;
    }

    .list-group-horizontal {
        flex-direction: row;
        font-size: 12px;
    }

    .sep {
        height: 40px;
    }
}

@media (max-width: 767.98px) {
    .house-title {
        padding-top: 40px;
    }

    .list-group-horizontal {
        flex-direction: column !important;
        font-size: 1rem;
    }

    .sep {
        height: 40px;
    }
}

.modal-footer {
    padding: 0 !important;
}

.modal-header {
    padding: 6px !important;
}
