div#admin_actions{
	background-color: #0a3f58;
	height: 30px;
	max-width: 515px;
	margin: auto;
}
div.active_box{
	float: left;
}
.table_clickable {
    float: left;
    cursor: pointer;
    height: 20px;
    width: 20px;
    color: #fff;
    border: 2px solid #fff;
    margin: 5px;
	font-size: 18px;
}
div#TableActionTH {
	float: left;
}
div#TableActionTH div.table_action{
	float: left;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	margin: 5px;
}
div#posts div.textarea{
	font-size: 18px;
	line-height: 30px;
	padding: 20px;
}
div#posts div.textarea img{
	float: left; 
	margin: 20px; 
	width: 50%;
}
div.posts_title{
	text-align: center;
}
div.posts_title H2{
	font-size: 30px;
}
@media only screen and (max-width: 479px) {
	div#posts div.textarea img{
		margin: 0 10px 5px 0; 
		width: 50%;
	}
}