.gephebase-entry-label {
	font-size: 16px;
	text-align: right;
	color: #f26522;
	font-weight: bold;
}

.external-data-label {
	font-size: 14px;
	text-align: right;
	color: #877f7f;
	font-weight: bold;
}

#validateEntry_validate .gephebase-entry-label {
	text-align: left;
}

#reference_list .gephebase-entry-label,
#go_fields .gephebase-entry-label {
	font-size: 12px;
	text-align: left !important;
	width: 100%;
	color: #f26522;
	font-weight: bold;
}

#reference_list .external-data-label,
#go_fields .external-data-label {
	font-size: 12px;
	text-align: left !important;
	width: 100%;
	color: #877f7f;
	font-weight: bold;
}

.light-background {
	background-color: #F4F4F4;
}

.codon-row { 
	margin-bottom: 20px;
}
.codon-row .table {
	margin-bottom: 0;
}
.codon-errors.text-center {
	margin-bottom:20px;
	margin-top:0;
}

table .gephebase-label {
	color: #f26522;
}

.alert-form-errors {

}

.not-empty-list .radio:first-child {
	display: none;
}

#reviews_and_feedbacks .gephebase-label {
	color: #f26522; text-align:right;
}

#reviews_and_feedbacks .well-title {
	font-size: 14px;
	color: #F26522;
	font-weight: bold;
}

#reviews_and_feedbacks td {
	text-align:left;
}

#linksAddButton {
	margin-left: 25px;
	font-family: inherit;
}
#base_url_popup {
	position: absolute;
	background-color: #F5F5F5;
	border-radius: 2px;
	padding: 2px 5px;
	left: 495px;
	top: 35px;
	z-index: 100;
	color: #888888;
	font-size: 0.8em;
	border: 1px solid #888888;
	box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
	display: none;
}

#home_url_popup {
	position: absolute;
	background-color: #F5F5F5;
	border-radius: 2px;
	padding: 2px 5px;
	left: 348px;
	top: 73px;
	z-index: 102;
	color: #888888;
	font-size: 0.8em;
	border: 1px solid #888888;
	box-shadow: 12px 12px 2px 1px rgba(0, 0, 255, .2);
	display: none;
}