
#default-content-pannel{
	display:inline-block;
	width:100%;
	padding-left:70px;
	padding-bottom:20px;
	float:right;
}

#responsive-content-pannel{
	width:100%;
	display:none;
}

/* 	make p containing img 	display:table;
	all other p's, 			display:inline;
*/

div.columns-2.content-panel-columns-2 div.column-1:first-of-type{
	padding:0px;
	width:70%;
	float:left;
}

div.columns-2.content-panel-columns-2 div.column-1:nth-of-type(2){
	padding-left:5%;
	width:30%;
	margin-top:-10px;
	float:right;
}

div.right-content-panel{
	float:right;
	width:100%;
	margin-top:-40px;
}

div.panel-products-used{
	display:block;
	width:100%;
	text-align:right;
}

div.right-content-panel h4{
	width:100%;
	text-align:right;
	margin-top:40px;
	margin-bottom:20px;
	border-bottom:2px solid #999;
}

div.panel-products-used div.products-used-wrapper{
	display:block;
	text-align:right;
	float:right;
	width:auto;
	margin:0 auto;
}

div.products-used-wrapper div.products-used-right-wrapper{
	display:inline-block;
	float:right;
}

div.panel-products-used div.panel-product{
	width:auto;
	display:inline-block;
	margin:0 auto;
	text-align:center;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

div.panel-products-used div.panel-product img{
	width:60px;
}

div.panel-products-used div.panel-product p{
	margin-top:0px;
	font-size:0.9em;
	display:block;
}

div.panel-social-share{
	display:block;
	width:100%;
	text-align:right;
}

div.panel-social-share ul{
	display:block;
	width:100%;
	text-align:right;
}

div.panel-social-share ul li{
	margin-left:5px;
	margin-right:5px;
}

div.panel-suggested-stories{
	display:block;
	max-width:100%;
	margin:0 auto;
	overflow:hidden;
}

div.panel-suggested-stories div.panel-suggested-story{
	display:block;
	width:100%;
	overflow:hidden;
}

div.panel-suggested-stories div.panel-suggested-story:nth-of-type(n+2){
	padding-top:10px;
}

div.panel-suggested-stories div.suggested-story-banner{
	display:block;
	width:100%;
	height:120px;
	background-position:center;
	background-size:cover;
	overflow:hidden;
}

div.panel-suggested-stories div.suggested-story-content-wrapper{
	display:block;
	border-radius:2px;
	margin-top:0px;
	min-width:0;
	max-width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	text-align:right;
	padding-top:5px;
}

div.panel-suggested-stories a:hover, a h1:hover, p:hover{
	text-decoration:none;
}

div.panel-suggested-stories h1{
	display:block;
	font-size:1.3em;
	font-weight:bold;
	margin-top:0px;
	padding:0px;
	margin-bottom:0px;
}

div.panel-suggested-stories h1{
	color:#222;
	font-weight:bold;
	font-size:1.2em;
}

div.panel-suggested-stories h1:hover{
	text-decoration:underline;
}

div.panel-suggested-stories p{
	color:#444;
	font-size:0.9em;
	margin-top:0px;
	margin-bottom:0px;
	width:100%;
	height: auto;
	line-height:1em;
	padding-bottom: 5px;
	padding-top: 0px;
	overflow:hidden;
	text-overflow:ellipsis;
}
