#advon-article {
	
}
#advon-disclaimer {
	text-align: center;
	font-size: 12px;
	color: gray;
}
#advon-article > section:first-of-type {
	
}
#advon-article-last-updated {
	text-align: center;
	font-weight: bold;
}
#advon-article-last-updated > time {
	color: gray;
}
img#advon-article-hero-image {
	display: block;
	margin: 30px auto;
}
#advon-article-intro-text {
	text-align: center;
}
#advon-article-intro-text-2 {
	text-align: center;
}
#advon-article-content-start, #advon-article-content-end {
	
}
#advon-article-content-start {
	
}
h2#advon-article-content-end-title {
	margin: 40px 0px 20px 0px;
}
#advon-article-content-end {
	
}

section > h2 {
	text-align: center;
	border-bottom: 2px solid black;
	margin-bottom: 20px;
}

/* reviews */
	section#advon-article-reviews-section {
		
	}
	section#advon-article-reviews-section h2 {

	}
	section#advon-article-reviews-section > div {
		margin: 60px 0px;
	}
	#advon-article-top-picks-container {
		
	}
	#advon-article-top-picks-container > h2 {
		
	}
	ul#advon-article-top-picks {
		
	}
	#advon-article-reviews-container {
		
	}
	#advon-article-reviews-container > h2 {

	}
	#advon-article-reviews {
		
	}
	/* review */
		article.review {
			margin: 60px 0px;
		}
		.review-award {
			text-align: center;
			font-weight: bold;
			font-size: 23px;
		}
		figure.review-figure {
			width: 100%;
			max-width: 600px;
			margin: 20px auto;
		}
		img.review-image {
			width: 100%;
		}
		figcaption.review-image-caption {
			width: 100%;
		}
		h3.review-product-name {
			font-weight: bold;
			text-align: center;
			font-size: 30px;
		}
		.review-content {
			
		}
		/* pros and cons */
			table.review-pros-and-cons {
				table-layout: fixed;
				width: 100%;
				margin: 20px 0px;
			}
			table.review-pros-and-cons th, table.review-pros-and-cons td {
				border: 1px solid gray;
				padding: 5px;
				overflow: hidden;
			}
			table.review-pros-and-cons th {
				font-weight: bold;
				text-transform: uppercase;
			}
			table.review-pros-and-cons td {
				
			}
			table.review-pros-and-cons td li {
				margin-left: 20px;
			}
		/* end pros and cons */
		.review-key-features {
			
		}
		/* retailer links */
			.advon-review-retailer-links {
				display: flex;
				flex-direction: row;
				flex-wrap: wrap;
				justify-content: center;
				align-items: center;
				align-content: center;
				text-align: center;
				padding: 20px;
				margin: 20px auto;
			}
			a.advon-review-retailer-link {
				display: flex;
				flex-direction: row;
				flex-wrap: nowrap;
				justify-content: center;
				align-items: center;
				align-content: center;
				text-align: center;
				background-color: #037720;
				color: white;
				border-radius: 5px;
				text-transform: uppercase;
				font-size: 20px;
				padding: 10px 20px;
				margin: 20px;
				box-shadow: 2px 2px 2px gray;
				width: 310px;
				height: 40px;
				text-decoration: none;
				font-weight: bold;
				cursor: pointer;
			}
		/* end retailer links */
	/* end review */
/* end reviews */

/*faqs */
	section#advon-article-faqs-section {
		margin: 20px 0px 40px 0px;
	}
	section#advon-article-faqs-section > h2 {
		
	}
	#advon-article-faqs {
		
	}
	/* faq */
		details.faq {
			margin: 20px 0px;
			text-align: left;
		}
		summary.question {
			font-weight: bold;
			font-size: 24px;
			text-align: left;
		}
		.answer {
			font-size: 16px;
			padding: 20px 0px;
		}
	/* end faq */
/* end faqs */