.pro-cons-table
{
	width:fit-content;
	border: none;
	margin-top: 15px;
}
.pro-cons-table tr
{
	border: none !important;
	background: none !important;
}
.pro-cons-table td
{
	border: none !important;
	padding: 5px;
}
.pro-cons-table img
{
	width:25px;
	vertical-align: middle;
}
.amazon-btn
{
	background: #c81e16;
	padding: 8px 14px;
	color: whitesmoke !important;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
}
.ribbon-btn
{
	background: #b1160e;
	padding: 1px 14px;
	color: whitesmoke !important;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	border: 2px solid #b1160e;
	border-radius: 3px;
}
#pros-cons
{
	float: left;
	width:65%;
}
#amazon-product
{
	float: right;
	text-align: center;
	width:35%;
}
#pros-cons-container
{
	margin-bottom: 20px;
	border: 5px solid black;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.price-label
{
	color: #dc191b !important;
	font-size: 18px;
	font-weight: 700;
}
.cart-image
{
	vertical-align: middle;
	margin-right: 7px;
	margin-bottom: 3px;
}
.amazon-image
{
	margin-top: 15px;
	margin-bottom: 15px;
}
#pros-cons-mobile
{
	text-align: center;
	display: none;
}
@media screen and (max-width: 560px) {
	#amazon-product { 
		display: none;  
	}
	#pros-cons
	{
		display: none;
	}
	#pros-cons-mobile
	{
		display: block;
	}
}