.caption
{
display:block;
width: 125px;
color:#000000;
}

.thumb {
	height:210px;
    line-height: 1.42857;
    padding: 10px;
	background-color:#ffffff
}

.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.og-grid li {
	display: inline-block;
	margin: 20px 20px 0 20px;
	vertical-align: top;
}

 .popover-content {
	 cursor:pointer;
      background-color:#f4f4f4;
      color: #000000;
	  font-family: "ff-tisa-sans-web-pro", helvetica, arial, sans-serif;
	  margin-top: 0;
	  margin-bottom: 10px;
	  font-size: 1.2em;
	 font-weight: 500;
	 letter-spacing: normal;
     line-height: 1.3;
      padding: 20px;
	  min-width:200px;
  }
  
.popover-title{
	font-family: "ff-tisa-sans-web-pro", helvetica, arial, sans-serif;
	margin-top: 0;
	color: #0066a3;
	font-size: 1.4em;
    margin-bottom: 10px;
	line-height: 1.3;
	letter-spacing: normal;
	display: block;
	min-width:200px;
	cursor:pointer;
  }
 