div.row_button {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
div.row_button .button {
	font-size: 14px;
	display: inline-block;
	color: #3775b4;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 30px!important;
	cursor: pointer;
	font-family: "OpenSans";
	border-bottom: 3px solid white;
	padding-bottom: 2px;
}
div.row_button .button.active {
	color: #dd5268!important;
	border-bottom: 3px solid #dd5268!important;
}

.tag-list > div
{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.tag-list span {

}
.content .tag-list ul {
	margin: 0px;
}
.content .tag-list ul li {
	float: left;
	margin: 3px 1px -3px 2px;
}