.wp-description {
	display: none;
	background-color: #00000008;
}
.wp-row {
	cursor:pointer;
}
.wp-row.wp-opened + .wp-description {
	display: table-row;
}
.wp-row.wp-opened {
    background-color: #fbc240;
}
.wp-row:hover {
	background-color: #00000008;
}
.wp-row.wp-opened:hover {
    background-color: #fbc240;
}
.wp-row td .wp-tag {
	padding-left: 5px;
}
.wp-row td .wp-tag:first-child {
	padding-left: 0;
}
.wp-row td .wp-tag:before {
	content: "/";
    padding-right: 5px;
}
.wp-row td .wp-tag:first-child:before {
	content: "";
    padding-right: 0;
}
.entry-content table.wp-filters, .entry-content table.wp-filters tr td {
	border: 0;
}
.entry-content table.wp-filters tr th {
    vertical-align: top;
    padding: 0;
}
.wp-filters .wp-tag{
    border: 1px solid #eee;
    padding: 6px 24px;
    margin: 5px 10px;
    float: left;
    cursor: pointer;
}
.wp-filters .wp-tag:hover {
    background-color: #00000008;
}
.wp-filters .wp-tag.wp-active {
    background-color: #fbc240;
}
.wp-filters .wp-tag.wp-active:hover {
    background-color: #fbc240;
}
.wp-scrollable {
    overflow: auto;
}
@media screen and (max-width: 782px) {
	.entry-content table.wp-filters tr td{
    	padding: 6px 10px;
	}
	.wp-filters .wp-tag{
		padding: 6px 10px;
		margin: 5px 4px;
	}
}