.post{
	margin-bottom: 20px;
	text-align: center;
}



/* Required */

.hidden{
	opacity: 0;
}

.visible{
	opacity: 1;
}

.prbg{
	background-color:#f4fbfe;
	padding:10px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	height:65px;
	border:#f1f0f0 solid 1px;
	margin-bottom:20px;
	display:table;
	width:100%;
	}
	
.prbg h3{
	font-size:14px;
	font-weight:bold;
	color:#000;
	line-height:26px;
	text-transform:inherit;
	}


.prbgimg{
	float:left;
	width:75px;
	margin-right:10px;
	}

.prbghead{
	float:left;
	}
	
.prbgheadbut{
	float:right;
	background-color:#e9f2f7;
	width:80px;
	height:55px;
	padding-top:12px;
	}
	