@charset "UTF-8";

/* SpryAutoSuggest.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

.hideSuggestClass{
	border: 2px solid #999999;
	background-color: white;
	height: 90px;
	overflow:auto;
	display:none;
	width: 550px;
	margin: 0px;
	cursor: pointer;
	z-index: 1011;
	font: 12px/12px "Inter", sans-serif; 
	color: #2d332f;
	text-align:left;
	
}

.showSuggestClass .hideSuggestClass{
	display: block !important;
}

.showSuggestClass .hoverSuggestClass{
	background-color: #57C640 !important;
}

.iframeSuggest
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

/* Modifiers for dynamic design */
.libinput {width: 850px;}
@media only screen and (min-width: 768px) and (max-width: 959px) {.libinput {width: 700px;}}
@media only screen and (min-width: 480px) and (max-width: 767px) {.libinput {width: 400px;}}
@media only screen and (max-width: 479px) {.libinput {width: 225px;}}