h2#bibleget-h2:before {
    content: '\f331';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 29px/1 'dashicons';
    vertical-align: middle;
    margin-right: 0.3em;
}

#page-wrap > div.leftfloat {
	float: left;
	width: 45%;
}

#page-clear {
	clear: both;
}

#preview {
	border: 1px solid Blue;
	border-radius: 6px;
	padding: 12px;
	background-color: White;
	box-shadow: 3px 3px 6px #222222;
	text-align: justify;
	position:fixed;
	width: 35%;
	top: 100px;	
}

#preview legend{
	font-weight: 600;
	font-size: 14px;
	color: #222;
	line-height: 1.3;
	padding: 5px 20px;
	border: 2px inset #000066;
	border-radius: 3px;
	background-color: #EEEEEE;
	box-shadow: inset 0px 0px 3px #666666;
}

form input[type=color]{
	height: 2em;
}

span.sup,span.sub { 
  font-size: 0.7em; 
  vertical-align: baseline; 
  position: relative; 
} 
span.sup{
	top:-0.6em;
}
span.sub{
	bottom:-0.6em;
}

#bibleget-css-editor {
	border-top: 2px groove White;
	width: 80%;
	margin: 0px auto;
	padding-top: 12px;
}

#bibleget-edit-stylesheet {
	border: 3px inset #554466;
	border-radius: 6px;
	padding: 24px;
	background-color: #AAAAAA;
	box-shadow: inset 0px 0px 6px #222222;
	width: 85%;
	margin-bottom: 12px;
}

#bibleget-edit-stylesheet legend{
	font-weight: 600;
	font-size: 14px;
	color: #222;
	line-height: 1.3;
	padding: 5px 20px;
	border: 2px inset #000066;
	border-radius: 3px;
	background-color: #EEEEEE;
	box-shadow: inset 0px 0px 3px #666666;
}

#bibleget-edit-stylesheet pre {
	border: 2px solid #ffff80;
	border-radius: 2px;
	/* box-shadow: 3px 3px 3px LightYellow; */
	padding: 12px;
	background-color: White;
	font-weight: bold;
	color: Black;
}

.bibleget-dynamic-data {
	color: Blue;
	background-color: #DDD;
	padding: 2px 6px;
	border: 2px inset White;
	border-radius: 3px;
	text-shadow: 1px 1px 1px Black;
	margin: 0px 6px;
	font-size: 1.3em;
	font-family:"Courier";	
}

.bibleget-dynamic-data-wrapper {
	border: 1px solid Blue;
	border-radius: 6px;
	padding: 9px;
	background-color: White;
	width: 50%;
	color: Blue;
	margin: 6px;
}

#versionlangs-ol {
}
#versionlangs-ol > li {
	font-weight: bold;
}
#versionlangs-ol > li > ul {
	font-weight: normal;
}

#bibleget-donate {
	text-align: center;
}
#bibleget-donate button {
	cursor: pointer;
	padding: 12px;
}