.add-post{
	border: 0px;
	border-radius: 30px;
	color: white;
	background: #58b45a;
	font-weight: bold;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 22px;
}

.delete-post{
	border: 0px;
	border-radius: 30px;
	color: white;
	background: #d33434;
	font-weight: bold;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.add-post > *, .delete-post > * {
	margin: 10px;
}

#titlePost{
	display: inline;
	margin-top: 30px;
	margin-right: 30px;
}

#customPost{
	margin-top: 60px;
}

aside .lndng, .sidebar .lndng, .widget .lndng, footer .lndng, header .lndng{
	display: none;
}