/* =========================== */
/* Globe font stack examples
/* =========================== */

/* Serif headline */
/* font-family: 'Miller', Helvetica, Times New Roman, Times, serif;* /

/* Sans-serif headline */
/* font-family: 'Benton', Helvetica, Arial, sans-serif; */

/* Serif body */
/* font-family: 'Georgia', Times New Roman, Times, serif; */

/* Sans-serif body */
/* font-family: 'Helvetica', Arial, sans-serif; */

/* =========================== */
/* Graphic styles
/* =========================== */

.graphic {
	font-family: 'Benton', Helvetica, Arial, sans-serif;
	padding: 1em 0.5em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	max-width: 650px;
	margin: 0 auto;
}

.display-none {
	display: none;
}

.intro {
	margin-bottom: 1em;
}

.intro .hed {
	 font-size: 1.5em;
	 font-weight: 700;
	 font-style: normal;
	 line-height: 1.4;
}

.intro .subhed {

}

.lookup-select {
	margin: 1em 0;
	height: 2.4em;
	width: 100%;
    display: block;
    border: 1px solid #efefef;
    background-color: #efefef;
    cursor: pointer;
    color: #333;
    font-size: 1em;
    font-style: normal;
}

@media only screen and (min-width: 35em) {
	.lookup-select {
		width: auto;
	}
}

.result {
	margin: 1em 0;
}

.result p {
	line-height: 1.8;
}

.result-school {
	font-weight: 700;
}

.result-location {
	color: #888;
}

.result-summary {
}

.result-source {
	margin-top: 0.5em;
	font-size: 0.8em;
	font-weight: 700;
}

.result-source span {
	font-weight: normal;
}
.note {
	font-size: 0.8em;
	line-height: 1.4;
}