/* add your css rules here */

@import url("/images/1/css/wp-components-dt.css");
/*@import url("/images/1/css/wp-components-mobile.css");*/
@import url("/images/1/css/wp-components-devices.css");


.printhide
	{
		display:none;
	}


#catHeader
	{
		padding: 10px;
		font-size: 16px;
		background-color: #cc0001;
		color: white;
	}

table.product-listing td.buy-button
	{
		text-align:right;
	}


/*::::::DESKTOP::::::*/
@media screen and (min-width:501px){
	
	#mHeader
	{
		display:none;
	}
	
	[id$="-100051713"] p
		{
			padding:10px;
			font-size:18px;
			color:rgba(0,0,0,0.7);
			margin-top:20px;
		}
}


/*::::::MOBILE::::::*/
@media screen and (max-width:500px){
	
	#dtHeader
	{
		display:none;
	}
	
	#mHeader
	{
		display:block;
	}
	
	[id$="-100051713"] p
		{
			padding:10px;
			font-size:14px;
			color:rgba(0,0,0,0.7);
			margin-top:0;
		}
	
	
}