﻿.filter-control
{
	float:left;
	margin:0;
	padding:0.5em;
	--min-width:30%;
	--border:1px solid red;
}

.text-filter-control
{
}

.text-filter-control .caption
{
	font-weight:bold;
	float:left;
	padding:0em;
	padding-right:1em;
}

.text-filter-control .input
{
	float:left;
}

.text-filter-control .description
{
	clear:both;
	color:#ccc;
}
.clear
{
    border: medium none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
}