@charset "utf-8";
/* TIPS PAGE ONLY */

p.bignoodle	{
	font-size: 120%;
	color: #555
}


.tip-container	{
	width: 48.5%;
	float: left;
	text-align: center;
	margin: 0 2.5% 2.5% 0;
}
	.tip-container:nth-child(even)	{
		margin-right: 0;
	}
	
	.tip-photo	{
		width: 100%;
	}
		.tip-photo img	{
			max-width: 100%;
		}
		
#cerakote, #rollmarked	{
	border-top: 3px solid #00a0e2;
	padding: 20px 0;
	background: url(http://dfklk0jrz9g9k.cloudfront.net/images/tips/cerakote.header.jpg) no-repeat right top;
	background-size:60%;
	min-height:321px;
}
	#rollmarked	{
		background: url(http://dfklk0jrz9g9k.cloudfront.net/images/tips/roll-marked.jpg) no-repeat right top;
	}
h2.cerakote	{
	padding: 10px 0 0 0;
	margin: 0;
}
h1.cerakote	{
	margin: 0
}
.txtblack	{
	color: #000
}