﻿.FeaturedListingWebpage .featuredListingMinMax {
    display:flex;
}

.FeaturedListingWebpage .featuredListingMinMax .flPrice{
    display:flex;
    align-items:center;     
}

.FeaturedListingWebpage .featuredListingMinMax .flPrice label{
    padding-right:10px;
    text-wrap:nowrap;
}
.FeaturedListingWebpage .featuredListingMinMax .flPrice input{
    margin:0;
}

.FeaturedListingWebpage .featuredListingMinMax .divider{
    width:10px;
    display:block;
}

.FeaturedListingWebpage .featuredListingSortTypeTbl {
    display: flex;
    align-items: center;
}

.FeaturedListingWebpage .featuredListingSortTypeTbl label{
    padding-right:10px;
}

.FeaturedListingWebpage .featuredListingSortTypeTbl .selFeaturedListingSortTypeTbl{
    width:175px;
}

.FeaturedListingWebpage .selFeaturedListingOption{
    width:260px;
}

.FeaturedListingWebpage .flTitle {
    font-size: 1.5rem;
}

.FeaturedListingWebpage .flHeader {
    font-size: 1.0rem;
}

.FeaturedListingWebpage .flTitle,
.FeaturedListingWebpage .flHeader {    
    font-weight: bold;
}

.FeaturedListingWebpage .txtMinPrice,
.FeaturedListingWebpage .txtMaxPrice{
    width:100px;
}

.FeaturedListingWebpage .flwTopContainer {
    display: flex;
    align-items:center;
    flex-direction:column;
}
.FeaturedListingWebpage .flwTop {
    display: block;
}

.FeaturedListingWebpage .flwTop label,
.FeaturedListingWebpage .flwTop select{
    font-size:0.8rem;
}