/**[../../../system/module/telefonbuchsuche/telefonbuchsuche.css]**/
#telefonbuchsuche {
	font-size: 11px;
	position: relative;
}
#telefonbuchsuche .telefonbuchsuche-input {
	padding-right: 30px;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
}
#telefonbuchsuche .loading-animation {
	position: absolute;
    right: 10px;
    top: 8px;
	display: none;
}
#telefonbuchsuche .telefonbuch-entry {
	margin-top: 5px;
}
#telefonbuchsuche .telefonbuch-entry-key {
	color: #000;
}
#telefonbuchsuche .telefonbuch-entry-val a {
	color: #1E5F75;
}
