#lct-container {
	background:#222222;
	position:fixed;
	box-shadow : 0 0 1px rgba(255,255,255,0.3);
	display:none;
	min-width:100px;
	font: 400 13px/32px "Open Sans",sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

#lct-container a:visited, #lct-container a:link {
	text-decoration: none !important;
}

#lct-container a:hover {
	text-decoration: none !important;
}

#lct-container .dashicons {
	display: inline-block;
	height: 32px;
	font: 400 20px/32px dashicons;
	font-style: normal;
}

#lct-editor {
	width:100%;
}

#wp-admin-bar-dojodigital_live_css-toggle a:before {
	content: "\f309";
	top: 3px;
}

.lct-has-icon:before {
	top: 2px;
	color: #999;
	position: relative;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	float: left;
	font: 400 20px/1 dashicons;
	speak: none;
	padding: 4px 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: none!important;
	margin-right: 4px;
}

#lct-container .lct-handle {
	cursor:move;
	height:32px;
	margin:0;
	padding: 0 0 0 7px;
	color:#EEE;
	font: 400 13px/32px "Open Sans",sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

#lct-container .lct-handle:before {
	content: "\f309";
}

#lct-container .lct-handle a.lct-hide {
	display:inline-block;
	padding: 0 10px;
	float:right;
	color: #999;
	font-size: 11px;
	font-size:.8em;
	vertical-align:text-top;
	line-height:30px;
	text-transform:lowercase;
	font-family: "Open Sans",sans-serif;
}

#lct-container .lct-handle a.lct-hide:hover {
	color:#2EA2CC;
}

#lct-footer {
	height:32px;
	line-height:32px;
	margin:0;
	padding:0;
	color:#CCC;
	background:#222222;
	font: 400 13px/32px "Open Sans",sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}

#lct-screensize {
	padding: 0 8px 0 7px;
	float:left;
}

#lct-screensize:before {
	content: "\f472";
	/*content: "\f115";*/
	top: 3px;
}

a#lct-save {
	display:inline-block;
	padding: 0 10px;
	float:right;
	font-family: "Open Sans",sans-serif;
	color:#FFF;
	height:32px;
	line-height:32px;
	text-decoration: none;
	color: #94cde7;
	background: #298cba;
	text-shadow: 0 -1px 0 rgba(0,0,0,.1)!important;
	cursor: default;
}

a#lct-save.active {
	background-color:#2EA2CC;
	color:#FFF;
	box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
	cursor: pointer;
}

a#lct-save.active:hover {
	background-color:#1E8CBE;
}

.ace_gutter, .ace_scroller {
	margin-top:1px;
}


@media screen and (max-width: 782px){
	
	#wp-toolbar > ul > li#wp-admin-bar-dojodigital_live_css-toggle {
		display: block;
	}
	
	#wp-toolbar > ul > li#wp-admin-bar-dojodigital_live_css-toggle .ab-item {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		width: 52px;
		padding: 0;
		color: #999;
		position: relative;
	}

	#wp-toolbar > ul > li#wp-admin-bar-dojodigital_live_css-toggle .ab-item:before {
		display: block;
		text-indent: 0;
		font: 400 32px/1 dashicons;
		speak: none;
		top: 7px;
		width: 52px;
		text-align: center;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

}