/*
* @author: William Khoe
*/

#customer-reviews
{
	margin:0 0 30px 0;
}
#customer-reviews .content
{
	margin:10px 0 0 0;
}
#customer-reviews h3
{
	margin:0 0 5px 0;
	font-size:16px; font-weight:700; color:#666; text-transform:uppercase; -webkit-font-smoothing:antialiased;
}
#customer-reviews .overall-rating
{
	margin:0 0 15px 0;
}
#customer-reviews .overall-rating .btn-write-review
{
	padding:7px 60px;
}
#customer-reviews .overall-rating .rating-container
{
	margin:0 0 20px 0;
}
#customer-reviews .overall-rating .rating-container .title
{
	margin:0 0 0 5px;
	font-size:12px; color:#888;
	vertical-align:middle;
}
#customer-reviews .overall-rating .rating-container a
{
	font-weight:bold;
}

#customer-reviews .ratings-list .page-info
{
	padding:10px 0;
}
#customer-reviews .ratings-list .page-info .sort-by
{
	text-align:right;
}
#customer-reviews .ratings-list .page-info .sort-by label
{
	margin:0 10px 0 0;
	color:#888;
}
#customer-reviews .ratings-list .page-info .choose-sort-by
{
	text-align:left;
}
#customer-reviews .ratings-list ol > li
{
	padding:15px 0;
	border-top:3px solid #EEE;
}

.rustoleum-reply
{
    display:none;
    border-top:2px solid #EEE;
    padding: 20px 0px 0px 20px;
}

/* Regular Desktop */

@media only screen and (min-width:1024px)
{

}

/* Tablet Portrait */

@media only screen and (min-width:768px) and (max-width:1023px)
{
	#customer-reviews .ratings-list ol > li article p
	{
		font-size:12px;
	}
	#customer-reviews .rating-summary .rating-container
	{
		margin:0;
	}
	#customer-reviews .rating-summary .rating-container .title
	{
		display:block;
		margin:12px 0 0 0;
	}
	#customer-reviews .ratings-list ol > li aside .like-container
	{
		width:150px;
	}

	#customer-reviews .ratings-list .page-info .choose-sort-by
	{
		width:158px; height:33px;
	}
	#customer-reviews .ratings-list .page-info .choose-sort-by span
	{
		line-height:33px;
		background-position:100% -877px;
	}

	#customer-reviews .overall-rating
	{
		margin:0 0 30px 0;
	}
	#customer-reviews .overall-rating .btn-write-review
	{
		padding:11px 80px;
		font-size:14px;
	}
}

/* Mobile Portrait & Landscape */

@media only screen and (max-width:767px)
{
	#customer-reviews
	{
		margin:0 0 20px 0;
	}
	#customer-reviews h2
	{
		margin-top:-1px; margin-bottom:0;
	}
	#customer-reviews .content
	{
		padding:0 0 5px 0;
		border-bottom:3px solid #EEE;
	}
	#customer-reviews .ratings-list ol > li aside .like-container,
	#customer-reviews .ratings-list ol > li aside .share-container
	{
		float:none;
	}
	#customer-reviews .ratings-list ol > li aside .like-container
	{
		margin:0 0 15px 0;
	}
	#customer-reviews .ratings-list ol > li aside .link-flag
	{
		display:block;
		margin:5px 0 0 0;
	}
	#customer-reviews .rating-summary .rating-container
	{
		margin:0;
	}
	#customer-reviews .rating-summary .rating-container .title
	{
		display:block;
		margin:12px 0 0 0;
	}
	#customer-reviews .ratings-list .page-info .choose-sort-by
	{
		width:158px; height:33px;
	}
	#customer-reviews .ratings-list .page-info .choose-sort-by span
	{
		line-height:33px;
		background-position:100% -877px;
	}
	#customer-reviews .overall-rating .btn-write-review
	{
		display:block;
		padding:11px 30px;
		font-size:14px;
	}
}
