*{
	box-sizing: border-box;
}
.t_e{
	color: #888;
	font-style: italic;
}
.t_e.mce-edit-focus{
	color: inherit;
	font-style: inherit;
}

.admin{
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #EEE;
	border: 1px solid #888;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
	padding: 20px;
	text-align: center;
	font-size: 12px;
	z-index: 1000
}


.clear{
	clear: both;
}

html {
	overflow-y: scroll;
}

body,
html{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
}
