#user_location_table {
	margin-top: 25px !important;
	display: inline-block;
	font-size: 16px;
}

.pac-target-input, #radius {
	width: 250px;
	border-radius: 3px;
	height: 50px;
	border: #111 2px solid !important;
	margin-left: 15px !important;
	padding: 15px !important;
}

.pac-target-input {
	margin-right: 25px !important;
} 

#radius {
	width: 100px;
}

.ul-search-button {
	padding-right: 0.7em !important;
	color: #e30613;
	margin-left: 25px;
}

.kanton {
	background-image: none !important;
}

#user_location_table_wrapper, div#results-container {
	overflow-x: visible !important;
	margin-bottom: 50px;
}

.child .dtr-data {
	display: block;
}

.child .dtr-details {
	list-style-type: none !important;
}

.gm-style .gm-style-iw-c {
	min-width: 200px !important;
}

@media screen and (max-width:768px){
	.radius-class {
		display: block !important;
	}
}

@media screen and (min-width:768px){
	div#user_location_table_wrapper td:last-child, div#user_location_table_wrapper tr th:last-child {
		display: table-cell !important;
	}
}

table#user_location_table {
	width: 100% !important;
	max-width: 100% !important;
}






/* Dropdown Container */
.dropdown-menu-container {
	position: relative;
	display: block;
	width: auto;
	max-width: 300px;
	/*margin: 10px 0;*/
	margin: 0 auto;
}

/* Dropdown Toggle */
.dropdown-toggle {
	padding: 10px 20px !important;
	padding-right: 50px !important;
	cursor: pointer;
	text-align: left;
	z-index: 1;
	color: #e30613 !important;
}

.dropdown-toggle:after {
	content: "\33" !important;
	position: absolute;
	right: 5px;
}

/* Dropdown Content */
.dropdown-menu-content {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 450px;
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
	border-top: 2px solid #e30613;
	padding: 15px 0;
	z-index: 999;
}

/* List Styling */
.dropdown-menu-content ul {
	list-style: none;
	margin: 0;
	padding: 0 15px !important;
	/*padding-left: 30px !important;
	text-indent: -15px;*/
}

.dropdown-menu-content li {
	list-style: none;
	list-style-position: outside;
}

.dropdown-menu-content li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 10px 10px;
}

.dropdown-menu-content li a:hover {
	background-color: rgba(0,0,0,.03);
}

/* Show dropdown on hover */
.dropdown-menu-container:hover>.dropdown-menu-content {
	display: block;
	background: white;
}

@media (max-width: 980px) {
	.dropdown-menu-content {
		width: 100%;
	}
	
	.dropdown-menu-content li a {
		font-size: 14px;
		padding: 5px;
	}
}