body{
	background: var(--test);
}

.wrap{
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 100%;
	max-width: 725px;
	display: flex;
	flex-direction: column;
}

header{
	height: 70px;
	font-size: 39pt;
	width: 100%;
}

footer{
	text-align: center;
	font-size: 10pt;
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin-top: 10px;
}

aside{
	width: 100%;
	height: 20px;
	padding-bottom: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center; 
}

.title{
	text-decoration: none;
	color: black;
}

.subtitle{
	width: 40%;
	font-size: 20pt;
}

.follow--wrap{
	width: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.follow--btn{
	border: 1px solid #fff;
	display: flex;
	align-items: center
}

.tag{
	padding: 3px;
	margin-right: 3px;
	margin-top: 5px;
	border: 1px solid #ccc;
}

.page--wrap{
	display: flex;
	flex-direction: row;
	width: 100%;
}

nav{
	width: 24%;
	margin-right: 1%;
	font-family: arial;
	color: #888;
}

main{
	width: 75%;
	display: flex;
	flex-direction: column;
}

#stream{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.post{
	width: 96%;
	border: 1px solid #ccc;
	padding: 2%;
	margin-bottom: 20px; 
	border-radius: 10px;
}

.post--header{
	display: flex;
	justify-content: space-between;
}

.post--date{
	display: flex;
	flex-direction: row;
}

time{
	text-align: right;
}

.link--open{
	width: 1%;
}

.tag--wrap{
	font-size: 10pt;
	margin: 5px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.tag--item{
	padding: 0px 2px;
	margin: 0px 5px 0px 0px;
}

.likes--wrap{
	display: flex;
	justify-content: space-between;
	align-items: middle;
}

.reply--wrap{
	display: flex;
	flex-direction: row;
	margin: 1% 0%;
}

.reply--left{
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-top: 1%;
}

.reply--main{
	width: 90%;
}

.reply--header{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.user--wrap{
	display: flex;
	flex-direction: row;
	flex: 1;
}

.user--icon{
	display: flex;
	align-items: center;
}

.user--handle{
	display: flex;
	flex-direction: column;
	margin-left: 2%;
	flex: 1;
}

.user--link{
	color: black;
	font-weight: bold;
	text-decoration: none;
}

.displayer{
	width: 500px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	border: 1px solid #eee;
/*	background: #eee; */
}
.proj{
	color: #000;
}
.more{
	color: #666;
	clear: both;
	display: block;
	width: 60px;
	margin: auto;
	padding: 10px 10px;
	border: 1px solid #ccc;
	text-align: center;
	border-radius: 5px;
}
p{
	margin: 0px;
	padding: 0px;
}