@charset "utf-8";

/*
	I Don't Care Family Restaurant and Sports Bar Layout Styles
	Filename: reviews_layout.css
 */


/* Header Styles */

section article h2 {
	color: black;
	font-size: 20px;
	text-align: center;
}

/* Article Styles */

p {
	margin-left: auto;
	margin-right: auto;
	padding: 0px 15px 0px 25px;
}

p {
	color: black;
	line-height: 1.5em;
}

section#review article {
   border: 1px solid rgb(31, 73, 135);
   border-radius: 20px;
   margin: 10px;
}

section#review article:nth-of-type(even) {
   background-color: rgb(255, 204, 0);
}

section#review article:nth-of-type(odd) {
   background-color: rgb(255, 153, 51);
}

section#review article h1 {
   font-size: 1.2em;
   margin: 5px;
   text-align: center;
}

section#review article p {
   margin: 8px;
}