/* add your local declarations to this CSS file: */
div.heading a {
	margin-left: 10px; 
}
input[type='text'] {
	margin-left: 10px;
}
input[type='button'] {
	margin-left: auto;
	margin-right: 0;
	margin-top: 10px;
}
label[for] {
	margin-right: 10px;
}
.Identification:before {
	content: 'Identification: ';
}
.Production:before {
	content: 'Production: ';
}
.Association:before {
	content: 'Association: ';
}
.Content:before {
	content: 'Content: ';
}
.nestedSelect {
    display: inline-block; height: 300px; border: 1px Black solid; overflow-y: scroll;
}
.nestedSelect label {
    display: block; cursor: pointer;
}
.nestedSelect label:hover {
    background-color: #0092ff; color: White;
}
.nestedSelect input[type="radio"] {
    display: none;
}
.nestedSelect input[type="radio"] + span {
    display: block; padding-left: 0px; padding-right: 5px;
}
.nestedSelect input[type="radio"]:checked + span {
    background-color: Black; color: White;
}
.nestedSelect div {
    margin-left: 15px; border-left: 1px Black solid;
}
.nestedSelect label > span:before {
    content: '- ';
}
.record-detail {font-size: 0.75em;}

#runsearchbtn {margin:5px;}

