@charset "UTF-8";

.logged-in::after{
	content: "Desktop Large";
	background: rgba(107, 159, 74, 0.5);
	position: fixed;
	color: #FFF;
	font-size: 12px;
	padding: 10px;
	bottom: 0;
	right: 0;
	z-index: 99999;
	}

.hide_from_dl{
	display: none;
	}

.show_from_dl{
	display: block;
	}