
.preview-image
{
	background-image: url(../budgetyourtrip_widget_preview.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 88px;
	margin: 10px 0;
	padding: 0;
}

.budgetyourtrip-selection-list
{
	border: 1px solid #e0e0e0;
	margin: 5px 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.empty-placeholder,
.loading-placeholder
{
	font-style: italic;
	color: #696969;
	padding: 3px 5px;
}

.city-search-result
{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	background: #f6f6f6;
	border-left: 4px solid #c0c0c0;
	padding: 3px 5px;
	margin: 3px;
}
.city-search-result:hover
{
	background: #f0f0f0;
	border-left-color: #000000;
}

.city-search-result .city-name
{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	cursor: pointer;
	text-decoration: underline;
}
.city-search-result .state-name
{
	font-size: 12px;
	display: inline-block;
	font-style: italic;
	color: #909090;
	margin-left: 6px;
}
.city-search-result .country-name
{
	font-size: 14px;
	font-weight: bold;
	color: #696969;
	padding-left: 8px;
}