.rsdir-mod-map-search .input-prepend.input-append {
	width: 100%;
}
.rsdir-mod-map-search .dropdown-menu {
    overflow-y: scroll;
    max-height: 200px;
    display: none;
    text-align: left;
    right: auto;
    top: 100%;
    margin: 2px 0 0;
    padding: 0;
}
.rsdir-mod-map-search .open > .dropdown-menu {
    display: block;
}
.rsdir-mod-map-search .dropdown-menu a {
    display: block;
    padding: 3px 20px;
    text-transform: none;
}
.rsdir-mod-map-search .dropdown-menu a:hover {
    font-weight: normal;
}
#rsdir-map-search-results td {
	vertical-align: middle;
}

@media (max-width: 480px) {
	.rsdir-mod-map-search .btn-group  {
        margin-bottom: 10px;
		width: 100%;
	}
	.rsdir-mod-map-search .input-append, .rsdir-mod-map-search .input-prepend {
		margin-bottom: 0;
	}
	.rsdir-mod-map-search .input-prepend input, .rsdir-mod-map-search .input-append input, .rsdir-mod-map-search .input-prepend input[class*="span"], .rsdir-mod-map-search .input-append input[class*="span"], .rsdir-mod-map-search .input-append select, .rsdir-mod-map-search .btn-group > .btn.dropdown-toggle, .rsdir-mod-map-search .btn-group > .btn.dropdown-toggle:hover, .rsdir-mod-map-search .btn-group > .btn.dropdown-toggle:focus, .rsdir-mod-map-search .btn-group > .btn.dropdown-toggle:active {
		box-sizing: border-box;
		display: block;
		height: auto;
		margin-bottom: 10px;
        width: 100%;
	}
	.rsdir-mod-map-search .btn-group > .btn.dropdown-toggle, .rsdir-mod-map-search .btn-group > .btn.dropdown-toggle:hover, .rsdir-mod-map-search .btn-group > .btn.dropdown-toggle:focus, .rsdir-mod-map-search .btn-group > .btn.dropdown-toggle:active {
		margin-bottom: 0;
		text-align: left;
	}
	.rsdir-mod-map-search .btn-group > .btn.dropdown-toggle .caret {
		position: absolute;
		right: 10px;
	}
	.rsdir-mod-map-search .input-prepend.input-append .add-on:first-child, .rsdir-mod-map-search .input-prepend.input-append .btn:first-child {
		border-radius: 4px;
	}
	.rsdir-mod-map-search .input-prepend.input-append .add-on:last-child, .rsdir-mod-map-search .input-prepend.input-append .btn:last-child {
		border-radius: 4px;
		float: right;
	}
}