/* Styles for the data we load from the database */

.itemHeading{
    font-size: 1.2rem;
    font-weight: bold;
    color: darkblue;
    padding: 1rem;
    text-align: center;
}
.dataCell{
    max-width: 360px;
    border-style: groove;
    border-radius: 8px;
    padding: 1rem;
    padding-top: 0.5rem;
    background-color: #43bcac;
    margin: 5px;
}

.forSaleThumb{
    display: block;
    margin: auto;
    border-radius: 6px;
    max-height: 350px;
}

.dimensionsTable{
    width: 100%;
    text-align: center;
}

#responseBox{
    display: flex;
    flex-wrap: wrap;
    justify-content:space-evenly;
}
