/* Show on scroll
-------------------------------------- */
.trx_effects_show_on_scroll {
	transition: opacity 0.5s ease;
	opacity: 0;
}
.trx_effects_showed_on_scroll {
	opacity: 1;
}

#debug_log {
	position: fixed;
	bottom:0;
	left:0;
	right:0;
	z-index: 10000;
}
#debug_log_close {
	cursor: pointer;
	padding: 0.5em;
	position: absolute;
	right: 16px;
	top: 0;
	color: #fff;
}
#debug_log_content {
	max-height: 100px;
	background-color: #333;
	color: #fff;
	overflow-y: auto;
	margin: 0;
}
