#svv-app {
	max-width: 480px;
	margin: 0 auto;
	font-family: inherit;
}

.svv-btn {
	display: inline-block;
	background: #2271b1;
	color: #fff;
	padding: 12px 20px;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.svv-btn-primary:hover {
	background: #135e96;
}

#svv-result-link {
	word-break: break-all;
}

.svv-suggestions {
	position: relative;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	max-height: 180px;
	overflow-y: auto;
	z-index: 10;
}

.svv-suggestion-item {
	padding: 8px 10px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}

.svv-suggestion-item:hover {
	background: #f0f6fc;
}
