.help, .results_output {
	font-size: 11px;
	font-style: italic;
	color: graytext;
}
.results_label {
	font-weight: 600;
	font-size: 11px;
	font-style: italic;
	color: graytext;
}

.results {
	border-radius:0;
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-color:#cccccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	font-weight:lighter;
	margin-bottom:10px;
	visibility: hidden;
}

h1 {
	font-weight:lighter;
}

h4 {
	font-weight:lighter;
}

.nucleotides {
	font-weight:lighter;
	font-family:"Courier New", Monospace;
	padding-bottom:0px;
	margin-bottom:0px;
	word-wrap:break-word;
}

.error_information {
	visibility: hidden;
	color:red;
}


.center {
    margin: auto;
    width: 80%;
    border: 0px;
    padding: 5px;
}


/**************************
 * 
 * Menu Bar
 * 
 * ************************/

.header_bar {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #008CBA;
    border-color: #007095;
    color: #FFFFFF;
    transition: background-color 300ms ease-out;
	width:90%;
	height:25px;
}

/**************************
Lightbox / Tutorial CSS
***************************/

.tutorial_text {
    text-align: justify;
    text-justify: inter-word;
	height:60%;
}

.tutorial_header {
	width:450px;
	height:75px;
}

.tutorial_title {
	font-weight: bold;
}

.tutorial {
    visibility: hidden;
    width: 500px;
    padding: 0px;
    height: 500px;
    border: 2px solid black;
    margin: 2px;
    position: fixed;
}

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 16px;
	border: 2px solid #008CBA;
	background-color: white;
	z-index:1002;
	overflow: auto;
}

.next_button {
	display: table-cell; 
	vertical-align: bottom;
}

