@font-face {
	font-family: 'Exo2-Regular';
	src: url('../../css/fonts/Exo2/Exo2-Regular.woff') format('woff');
}

#layer-editor {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

#layer-editor-container {
	margin-right: 1%;
	width: 33%;
}

#layer-editor-selectable {
	font-family: 'Exo2-Regular', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	font-size: 2em;
	list-style-type: none;
	margin: 0 0 0 -37px;
}

#layer-editor-selectable .ui-selected{
	background: #8BCFEB;
}

#layer-editor-selectable li {
	background: #B4D0F0;
	border-style: solid;
	border-color: lightgrey;
	padding: 0.5em;
	margin: 0 0 5px 0;
}

#layer-editor-tabs {
	float: left;
	width: 66%;
}

#layer-json-editor {
	width: 100%;
	height: 85%;
	margin: 1em;
}

.json-textarea {
	display: block;
	width: 85%;
	height: 100%;
}

#layer-json-button {
	display: block;
	float: right;
	height: 24px;
	margin-right: 15%;
	width: 72px;
}

