
.edit-on{
	display: block;
}

h2{
	letter-spacing: 2px;
	border-bottom: 1px solid rgba(0,0,0,.2);
	margin-bottom: .5em;
}
#tabs{
	
	position: relative;
}

#tabs > li{
	

	display: none;
	
	overflow: auto;
}
#tabs > #introduction{
	z-index: 1;

	padding: 1em;
}
#tabs > li:target{
	max-height: 1000em;
	z-index: 15;
	padding: 1em;
	display: block;
}
#tabcontrol{
	width: 120px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
#tabcontrol li{
	width: 100%;
}
#tabcontrol li a{
	display: block;
	border-bottom: 1px solid #03f;
	background: #69f;
	padding: 1em;
}
#tabcontrol li a:hover{
	background: #9bf;
}



.button-nav:after{
	position: absolute;
	content: "";
	display: block;
	float: right;
	top: 50%;
	
	margin-top: -16px;
	width: 0;
	height: 0;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	
	transition-duration: 0.5s;
	transition-property: transform;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-property: transform;
	-o-transition-duration: 0.25s;
	-o-transition-property: transform;
	-ms-transition-duration: 0.25s;
	-ms-transition-property: transform;
}
.button-left{
	margin-left: 2%;
	clear: left;
}
.button-right{
	margin-right: 2%;
}
.button-right:after{
	right: -16px;
	border-left: 16px solid #333;
}
.button-left:after{
	left: -16px;
	border-right: 16px solid #333;
}

.button-right:active:after{
	border-left: 16px solid #669;
}
.button-right:hover:after{
	border-left: 16px solid #349;
}
.button-left:active:after{
	border-right: 16px solid #669;
}
.button-left:hover:after{
	border-right: 16px solid #349;
}

.button-left{
	float: left;
}
.button-right{
	float: right;
}

.progress{
	background: #fff;
	height: 100%;
	position: relative;
	-moz-box-shadow: inset 0 -7px 19px -8px #bbb;
	-webkit-box-shadow: inset 0 -7px 19px -8px #bbb;
	box-shadow: inset 0 -7px 19px -8px #bbb;
	border-radius: 3px;
}

.progress-holder{
	background: rgb(57, 39, 91);
	width: 100%;
	height: 2em;
	overflow: hidden;
	margin: 0 0 .5em 0;
	border-radius: 4px;
	-moz-box-shadow: inset 0 -7px 19px -8px #222;
	-webkit-box-shadow: inset 0 -7px 19px -8px #222;
	box-shadow: inset 0 -7px 19px -8px #222;
	border:1px solid #ccc;
}


.add-button{
	padding: 1em;
	margin: 1em 0;
}
.button-nav{
	width: 8em;
}


.float-left{
	float: left;
	padding-right: 2em;
}
.military{
	display: none;
}
#licensure .military{
	display: block;
}

label.error{
	margin: -1em 0 .5em;
	color: red;
	font-size: 85%;
}