.target-div:not(.active-div){
  display: none;
}
@media screen and (max-width: 1178px) {
  	.custom-1179{
		display: none;
	}
}

@media screen and (min-width: 640px) {
  	.w-90{
		  width: 90%!important;
	}
	.w-10{
		  width: 20%!important;
	}
}

@media (max-width: 1100px) {

    .map-search {
        margin-top: 10px;
    }

    #postal {
        width: 100%;
    }
}

@media screen and (min-width: 1100px) {
    .map-search {
        margin-top: 0px !important;
    }
}

.home-map .divider {

    margin-top: 20px;
    margin-bottom: 20px;

}
.home-map .grid-wpr .grid-wpr {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 640px) {
    .home-map {
        min-height: 474px;
    }
    .home-map .grid-wpr:first-child {
        margin-top: 15px;
    }   
}


/* compare table patch */

.radio-wpr input[type=radio]+label, input[type=checkbox]+label {
    text-align: left !important;
    margin-right: 0 !important;
}

.radio-wpr input[type=radio]+label:last-of-type, input[type=checkbox]+label:last-of-type {
    margin-right: 0 !important;
}

#modal-3 td:first-child { font-weight: 500; }
