@charset "UTF-8";
/*
 * index_members-topics-page.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
/*==================================
            topics
==================================*/

.member-topics {
	display:flex;
	display : -webkit-box;     /* old Android */
	display : -webkit-flex;    /* Safari etc. */
	display : -ms-flexbox;     /* IE10        */
	flex-wrap        : wrap;
	-webkit-flex-wrap: wrap;          /* Safari etc. */
	-ms-flex-wrap    : wrap;          /* IE10        */
}
.member-topics a{
	width:43%;
	margin:10px;
}
.single #main section .member-topics a img {
	width:100%;
	height:auto;
	margin: 0px;
}