@charset "utf-8";

/*
	I Don't Care Family Restaurant and Sports Bar Layout Styles
	Filename: reviews_flex.css
 */


/* ================
   Base Flex Styles
   ================
*/

section#main {
	-webkit-flex: 3 1 361px;
	flex: 3 1 361px;
}

section#review {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

section#review article {
	-webkit-flex: 1 1 200px;
	flex: 1 1 200px;
}



