/*  demo page CSS for structured-filter  */
/*  (c) 2019 Olivier Giulieri  */
/*  https://github.com/evoluteur/structured-filter */

body{
	padding: 10px 20px;
	font-size: 12pt;
	font-family: "Century Gothic",arial;
	color: #777;
	font-weight: 300;
}
h1 {
    color: #31859b;
}
a {
    color: #39C;
    font-weight: 400;
}
a:hover {
    color: #FF9900;
}
a.sel {
    color: #000;
    text-decoration: none;
}

.demoValue{
	width:100%;
	min-height:60px;
}
.footer{
	text-align: center;
	font-size:smaller;
	color:Gray;
}
