.fl-top-link-wrapper p {
    display: none;
}

.fl-top-link-wrapper .fl-top-link {
    background: #eee;
    margin: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

#fl-listings .listing {
	display: flex;
}

#fl-listings .listing .details {
    max-width: 550px;
    padding-top: 10px;
}

#fl-listings .listing .details .title {
    font-weight: bolder;
    font-size: larger;
}

#fl-listings .photo {
    width: 200px;
    height: 200px;
}

#fl-listings .photo img {
	display: none;
    width: 150px;
    max-width: 90%;
}

#fl-listings .photo img:first-child {
    display: block !important;
}


#fl-single-listing .answer {
	margin-left: 25px;
	padding-bottom: 10px;
}

.fl-boxed {
    background: #efefef;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}