﻿* {
	box-sizing: border-box;
}

input {
	border: 1px solid transparent;
	background-color: #f1f1f1;
	padding: 10px;
	font-size: 16px;
}

input[type=text] {
	background-color: #f1f1f1;
	width: 100%;
}

input[type=submit] {
	background-color: DodgerBlue;
	color: #fff;
}

.alphabetSuggestions a {
	cursor: pointer !important;
	color: #337ab7 !important;
}

@media (min-width: 768px) {
	.autocompleteTerm-md {
		min-width: 400px !important;
	}
}

@media (min-width: 0px) {
	.autocompleteTerm-sm {
		min-width: 200px;
	}
}
