ol.pinterest_feed{
text-align:center;
list-style: none !important;
list-style-type: none !important;	
}

li.feed_item{
   margin:5px !important;
   display:inline-block;
   vertical-align:top; 
   list-style: none !important;
   list-style-type: none !important;	
   overflow:hidden !important;
   box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.2);  
    
}

a.feed_link {
width:auto;
height:auto;
overflow: hidden;
	
}
li.feed_item img{
	width:97px; 
	height:97px;
	display: block; 
	overflow: hidden;
	
}


#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
	
.tooltip-dialogu a:hover
{
 	color:white !important;
}	

.tooltip-custom-theme {
	color:white;
	height:100px;
	width:100px;
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}	

a.pinterest_link{
	background-repeat:no-repeat;
	width:100%;
	height:100%;
	margin-left:30px;
	
}

.tooltipster-light {
	border-radius: 5px; 
	border-bottom: 3px solid rgb(172,172,180);
	box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
	background:rgb(187,194,202);
	color:inherit;
}
.tooltipster-light .tooltipster-content {
	font-family: 'Courier', monospace;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
}
