.filters {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0%;
	width:230px;
	overflow: auto;
}

.filters .row {
	clear: both;
	width: 95%;
	padding-top: 10px;
}

.filters .label {
	clear:both;
	width: 100%;
	float: left;
	font-size: 13px;
	/*font-weight: lighter;*/
	color: gray;
}

.filters .text {
	width: 100%;
	margin-top:5px;
	float: left;
	color: gray;
	text-align:center;
	font-size: 13px;
	/*font-weight: lighter;*/
}

.filters .select {
	width: 50%;
	margin-top:5px;
	float: left;
	font-size: 13px;
	/*font-weight: lighter;*/
	color: gray;
	text-align:center;
	border:1px solid #bebebe;
}

.filters .number {
	width: 40%;
	margin-top:5px;
	float: right;
	color: gray;
	text-align:center;
	font-size: 13px;
	/*font-weight: lighter;*/
}

.filters .row .column {
	width: 100%;
	float: left;
	color: gray;
	text-align:center;
	font-size: 13px;
	/*font-weight: lighter;*/
}


.filters  .row .column .option{
	width: 100%;
	float: left;
	color: gray;
	margin-bottom:10px;
	text-align:left;
	font-size: 13px;
	/*font-weight: lighter;*/
}

.filters  .row .table {
	width: 100%;
	float: left;
	max-height:100px;
	color: gray;
	text-align:center;
	font-size: 13px;
	/*font-weight: lighter;*/
	overflow:auto;
}

.filters  .row .table .option{
	width: 100%;
	float: left;
	color: gray;
	margin-bottom:10px;
	text-align:left;
	font-size: 13px;
	/*font-weight: lighter;*/
}

.filter-buttons{
	margin-top:10px;
	clear:both;
	width:100%;
}

.filter-buttons .button{
	float:left;
	width:40%;
	margin-left:2%;
}