/* Example tokeninput style #2: Facebook style */
ul.token-input-list-facebook {
    overflow-y:hidden; 
	overflow-x:hidden;
    height: auto; 
	height:1%;
    width: 577px;
    /*border: 1px solid #8496ba;*/
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
   
    z-index: 999;
    margin: 0px 0px -15px 0px;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
	max-height:75px;
	
	border-radius: 7px;
}
.c_s_p
{
	/*width:380px !important;*/
}
ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px !important;
    padding: 1px 3px;
    background-color: #7B2B83;
    color: #fff;
	font-weight:bold;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-facebook span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 520px;
    background-color: #fff;
    overflow-y:auto;
    border-left: 1px solid #374F7F;
    border-right: 1px solid #374F7F;
    border-bottom: 1px solid #374F7F;
    cursor: default;
    font-size: 11px;
    font-family: 'Vollkorn', serif;
    z-index: 1;
	max-height:200px;
	
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #000;
    color: #fff;
}

@media only screen and (max-width: 1370px) and (min-width: 1200px)
{
	ul.token-input-list-facebook
	{
		width: 577px;
	}
	div.token-input-dropdown-facebook
	{
		width: 554px;
	}
}
@media only screen and (max-width: 380px) and (min-width: 370px)
{
	.button
	{
		margin-top: 25px;
	}
	ul.token-input-list-facebook
	{
		width: 275px;
	}
	div.token-input-dropdown-facebook
	{
		width: 275px;
	}
}
@media only screen and (max-width: 670px) and (min-width: 650px)
{
	ul.token-input-list-facebook
	{
		width: 360px;
	}
	div.token-input-dropdown-facebook
	{
		width: 360px;
	}
}
@media only screen and (max-width: 320px)
{
	.button
	{
		margin-top: 25px;
	}
	ul.token-input-list-facebook
	{
		width: 225px;
	}
	div.token-input-dropdown-facebook
	{
		width: 225px;
	}
	#search input.c_s_p
	{
		font: 10px 'Vollkorn', serif !important;
	}
}
@media only screen and (max-width: 575px) and (min-width: 550px)
{
	ul.token-input-list-facebook
	{
		width: 291px;
	}
	div.token-input-dropdown-facebook
	{
		width: 291px;
	}
}
@media only screen and (max-width: 490px) and (min-width: 470px)
{
	.button
	{
		margin-top: 25px;
	}
	ul.token-input-list-facebook
	{
		width: 390px;
	}
	div.token-input-dropdown-facebook
	{
		width: 390px;
	}
}
@media only screen and (max-width: 365px) and (min-width: 350px)
{
	.button
	{
		margin-top: 25px;
	}
	ul.token-input-list-facebook
	{
		width: 280px;
	}
	div.token-input-dropdown-facebook
	{
		width: 280px;
	}
}
@media only screen and (max-width: 655px) and (min-width: 630px)
{
	ul.token-input-list-facebook
	{
		width: 370px;
	}
	div.token-input-dropdown-facebook
	{
		width: 370px;
	}
}
@media only screen and (max-width: 599px) and (min-width: 595px)
{
	ul.token-input-list-facebook
	{
		width: 310px;
	}
	div.token-input-dropdown-facebook
	{
		width: 310px;
	}
	#search input.c_s_p
	{
		font: 13px 'Vollkorn', serif !important;
	}
}
@media only screen and (max-width: 605px) and (min-width: 600px)
{
	ul.token-input-list-facebook
	{
		width: 320px;
	}
	div.token-input-dropdown-facebook
	{
		width: 320px;
	}
	#search input.c_s_p
	{
		font: 14px 'Vollkorn', serif !important;
	}
}
@media only screen and (max-width: 390px) and (min-width: 381px)
{
	.button
	{
		margin-top: 25px;
	}
	ul.token-input-list-facebook
	{
		width: 280px;
	}
	div.token-input-dropdown-facebook
	{
		width: 280px;
	}
}
@media only screen and (max-width: 420px) and (min-width: 400px)
{
	.button
	{
		margin-top: 25px;
	}
	ul.token-input-list-facebook
	{
		width: 320px;
	}
	div.token-input-dropdown-facebook
	{
		width: 320px;
	}
}
@media only screen and (max-width: 700px) and (min-width: 680px)
{
	ul.token-input-list-facebook
	{
		width: 400px;
	}
	div.token-input-dropdown-facebook
	{
		width: 400px;
	}
}
@media only screen and (max-width: 750px) and (min-width: 720px)
{
	ul.token-input-list-facebook
	{
		width: 430px;
	}
	div.token-input-dropdown-facebook
	{
		width: 430px;
	}
}
@media only screen and (max-width: 860px) and (min-width: 840px)
{
	ul.token-input-list-facebook
	{
		width: 470px;
	}
	div.token-input-dropdown-facebook
	{
		width: 470px;
	}
}
@media only screen and (max-width: 820px) and (min-width: 751px)
{
	ul.token-input-list-facebook
	{
		width: 300px;
	}
	div.token-input-dropdown-facebook
	{
		width: 300px;
	}
	#search input.c_s_p
	{
		font: 13px 'Vollkorn', serif !important;
	}
}
@media only screen and (max-width: 980px) and (min-width: 950px)
{
	ul.token-input-list-facebook
	{
		width: 465px;
	}
	div.token-input-dropdown-facebook
	{
		width: 465px;
	}
}
@media only screen and (max-width: 555px) and (min-width: 520px)
{
	.button
	{
		margin-top: 25px;
	}
	ul.token-input-list-facebook
	{
		width: 435px;
	}
	div.token-input-dropdown-facebook
	{
		width: 435px;
	}
}
@media only screen and (max-width: 555px) and (min-width: 520px)
{
	#search input.c_s_p
	{
		font: 12px 'Vollkorn', serif !important;
	}
}
@media only screen and (max-width: 420px) and (min-width: 401px)
{
	#search input.c_s_p
	{
		font: 14px 'Vollkorn', serif !important;
	}
}
@media only screen and (max-width: 400px) and (min-width: 350px)
{
	#search input.c_s_p
	{
		font: 12px 'Vollkorn', serif !important;
	}
}
