.okay {
	color: #3b3b3b;
	font-size: 13px;
	background-color: #e4e1e7;
	width: 40px;
	height: 25px;
	margin: 0 14px 0 0;
	float: right;
	border: 2px solid #4b4a4b;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.tt-dropdown-menu, .gist {
	text-align: left;
}

.typeahead, .tt-query, .tt-hint {
	color: #3b3b3b;
	font-size: 13px;
	width: 132px;
	padding: 4px;
	float: left;
	border: 2px solid #4b4a4b;
}

.typeahead {
	background-color: #FFFFFF;
}

.typeahead:focus {
	border: 2px solid #0097CF;
}

.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
	color: #999999;
}

.tt-dropdown-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-radius: 8px 8px 8px 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 2px;
	padding: 8px 0;
	width: 195px;
}

.tt-suggestion {
	font-size: 18px;
	line-height: 24px;
	padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
	background-color: #000 !important;
	color: #FFFFFF;
}

.tt-suggestion p {
	margin: 0;
}

.gist {
	font-size: 14px;
}

.delete_country {
	color: white;
	font-size: 10px;
	padding: 0 0 0 10px;
}

.delete_country:hover {
	color: orange;
}