
.post{
	/*width: 100%;
	margin:2px 40px;*/
	background:white;
	line-height: 28px;
	display: block;
	margin: 20px auto;
	/*padding:30px;
	float: right;*/
	background: none;
	height:auto;

}
.post a{

	min-height: 34px;
	background: #4B0282;
	color:white;
	border-radius: 12px;
	margin:6px auto !important;
	font:16px/14px shop;
	display:inline-block;
	padding: 8px 6px 2px 6px;
}
.post a:hover{
	background: white;
	color:#000 ;
	padding: 1 3px 3px 3px;
}
.post .media{
	text-align: center;
	width:100%;
	margin:0 auto;

	/*float: right;*/
}
.post .media img{
	margin:0 auto;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border: black solid 1px;border: black solid 1px;
	/*float: right;*/
}
.post .media video{
	margin:0 auto -10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border: black solid 1px;
	/*float: right;*/
}

.post .caption{
	width:90%;
	border: black solid 1px;
	background:whitesmoke;
	padding: 10px 20px;
	text-align: justify;
	margin: 0 auto;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.post .caption p{
 text-align: justify;
 font-size: 18px; 
 color:#000;          
}