body
{
	background-color:#f5f5f5;
	font-family: 'Segoe UI', 'Arial', sans;
}
.post
{
	margin:15px auto;
	max-width: 1000px;
}
.date, footer
{
	text-align:center;
	font-weight:bold;
	font-size:30px;
	color:#aaa;
	margin-left:5px;
    font-family: 'Playfair Display', serif;
    
}
.text
{
	text-align:center;
	margin:10px 15px;
	font-family: 'Sedgwick Ave', cursive;
	font-size:26px;
	
}
/* 
.images{
	float:left;
	width:100%;
	overflow-x:scroll;
	max-height:85vh;
}
.image{
	float:left;
}
 */
.image img
{
	max-width:calc(100% - 20px);
	border-radius:15px;
	margin:5px 10px;
	box-shadow:0 0 8px 1px #999;
}
.editable{
	opacity:0.5;
	
}
#users, #upload
{
	text-align:left;
}
.editable:hover{
	opacity:1;
}
.image
{
	border-radius:10%;
}
.header
{
    background-color: #fff;
    box-shadow: 0px 0px 12px 4px #ccc;
    text-align: right;
    margin: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    padding: 10px 10px;
    z-index:1;
}
.content
{
	text-align:center;
	position:absolute;
	top:40px;
	left:0; 
	right:0;
}
.nodisp
{
	display:none;
}
	