#fbbs_form {
    clear:both;
    height:30px;
	width:100%;
}


#fbbs_search
{
    font-style: italic;
    height: 23px;
    margin-top: 1px;
    background: #f9f9f9;
	border-radius: 10px;
	border:1px solid #cccccc;
	padding-left:15px;
	padding-right:15px;
	width:250px;
	-webkit-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
	
}
/* Spinner ausblenden */
#fbbs_search::-webkit-outer-spin-button,
#fbbs_search::-webkit-inner-spin-button {
		-webkit-appearance: none;
}

.fbbs_list_inner {
	padding-left:15px;
	padding-right:15px;
}

.otw-sidebar .fbbs_list_inner {
	padding-left:0px;
	padding-bottom: 15px;
}
#fbbs_box_container {
    vertical-align: top;
    height:30px;
	width:100%;
}


#fbbs_no_results {

   	
    padding-top: 15px;
    padding-bottom: 5px;
}


#fbbs_results {
	font-size: 14px;
}
#fbbs_results span {
	margin-top: 10px;
	display: inline-block;
}
#fbbs_info {
    font-size: 12px;
}

#fbbs_table {
    border: solid 0px;
	width:100%;
	background-color: #f9f9f9;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.5);
	

}
#fbbs_table th {
    border: solid 0px;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}
#fbbs_table td {
    border: solid 0px;
    padding: 3px;
    font-size: 12px;
	cursor: pointer;
	
}
		
@media only screen and (max-width: 960px) and (min-width: 768px)
{
	#fbbs_search
	{
		width:265px;
	}	
	
}
@media only screen and (max-width: 767px)
{
	#fbbs_search
	{
		width:410px;
	}
}