#filters {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
#filters li {
	float: left;
}
.tags {
    overflow: hidden;
    margin-top: 0px;
}
.clear {
    clear: both;
}
ul, ol {
    list-style: none;
    text-decoration: none;
}
#filters ul li a.active, #filters ul li a:hover {
    color: #fff;
    background-color: #3d9c4d;
}
#filters li a {
    display: block;
    padding: 0px 20px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    line-height: 2.5em;
    border-top: 1px solid #ccc;
}
.datas {
    padding-bottom: 20px;
}
.entry.show {
    display: block;
}
.entry.hidden {
    display: none;
}
div.table-responsive {
    width: 100%;
    margin: 10px auto;
    min-height: 0.01%;
}
