#controller_wrap > h1 + .widget_tags_cloud .tags_as_list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#controller_wrap > h1 + .widget_tags_cloud .tags_as_list li{
	width:30%;
	margin-right:5%;
}
.cols_12 #controller_wrap > h1 + .widget_tags_cloud .tags_as_list li:nth-child(3n),
.cols_11 #controller_wrap > h1 + .widget_tags_cloud .tags_as_list li:nth-child(3n),
.cols_10 #controller_wrap > h1 + .widget_tags_cloud .tags_as_list li:nth-child(3n),
.cols_9 #controller_wrap > h1 + .widget_tags_cloud .tags_as_list li:nth-child(3n),
.cols_8 #controller_wrap > h1 + .widget_tags_cloud .tags_as_list li:nth-child(3n),
.cols_7 #controller_wrap > h1 + .widget_tags_cloud .tags_as_list li:nth-child(3n){
	margin-right:0;
}
.cols_6 #controller_wrap > h1 + .widget_tags_cloud .tags_as_list li,
.cols_5 #controller_wrap > h1 + .widget_tags_cloud .tags_as_list li,
.cols_4 #controller_wrap > h1 + .widget_tags_cloud .tags_as_list li{
	width:45%;
	margin-right:10%;
}
.cols_6 #controller_wrap > h1 + .widget_tags_cloud .tags_as_list li:nth-child(2n),
.cols_5 #controller_wrap > h1 + .widget_tags_cloud .tags_as_list li:nth-child(2n),
.cols_4 #controller_wrap > h1 + .widget_tags_cloud .tags_as_list li:nth-child(2n){
	margin-right:0;
}
.cols_3 #controller_wrap > h1 + .widget_tags_cloud .tags_as_list li,
.cols_2 #controller_wrap > h1 + .widget_tags_cloud .tags_as_list li,
.cols_1 #controller_wrap > h1 + .widget_tags_cloud .tags_as_list li{
	width:100%;
	margin-right:0;
}