
.padded {
	padding: 20px;
}

.isoproperty {
	background-color: #FFF;
	width: 100%;
	border: 1px solid #CCC;
	padding: 15px;
	margin-bottom: 20px;
}
.nopad {
	padding: 0px;
}


.select-style {
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
	width: 100%;
	border-radius: 3px;
	overflow: hidden;
	background-color: #fff;
	background: #fff;
	position: relative;
	font-size: 14px;
}

.select-style:after {
    top: 50%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000000;
    border-width: 5px;
    margin-top: -2px;
    z-index: 100;
}

.select-style select {
	padding: 5px 8px;
	width: 130%;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 14px;
}

.select-style select:focus {
    outline: none;
}

.filter-reset {
    cursor: pointer;
    color: $blue;
}

.filter-count {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.largetext {
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}