abbr[title] {
    border-bottom: 0px;
}

abbr {
    border-bottom: 0px;
}

/* navigation fixes */
/*
#home .is-sticky nav.main li ul {
    top: 58px;
}
#home nav.main li ul {
    top: 47px;
}
nav.main.dropdown li > ul {
    top: 48px;
}
nav.main.dropdown.is-sticky li > ul {
    top: 58px;
}
*/

/* home page banner background */

#banner.bg-crimson {
    background-color: #4c1213;
}

.alert { padding: 1em; margin: 1em 0; }
.alert p { margin: 0; }
.letter-avatar {
    display: block;
    float: left;
    padding-right: .75rem;
    width: 33.33333%;
    padding-left: 0;
    height: auto;
    text-align: center;
    line-height: 5;
    vertical-align: middle;
    font-size: 2.5em;
    font-family: BentonSansBold;
    color: #777777;
    letter-spacing: -.05em;
}
.letter-avatar.circle {
    border-radius: 100%;
}
.letter-avatar .letters {
    padding-right: .75rem;
}
.detail-media .letter-avatar.circle {
    width: 100px;
    height: 100px !important;
    font-size: 2em;
    line-height: 100px !important;
    padding: 0;
}

@media only screen and (min-width: 64.063em) {
    .letter-avatar {
        font-size: 3em;
    }
}

main { position:relative;padding-top:10px }
@media only screen and (min-width:64.0625em){ main { padding-top:50px}}

/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+php&plugins=line-numbers */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
    color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	direction: ltr;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #a67f59;
	background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.function {
	color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

pre.line-numbers {
	position: relative;
	padding-left: 3.8em;
	counter-reset: linenumber;
}

pre.line-numbers > code {
	position: relative;
}

.line-numbers .line-numbers-rows {
	position: absolute;
	pointer-events: none;
	top: 0;
	font-size: 100%;
	left: -3.8em;
	width: 3em; /* works for line-numbers below 1000 lines */
	letter-spacing: -1px;
	border-right: 1px solid #999;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}

	.line-numbers-rows > span {
		pointer-events: none;
		display: block;
		counter-increment: linenumber;
	}

		.line-numbers-rows > span:before {
			content: counter(linenumber);
			color: #999;
			display: block;
			padding-right: 0.8em;
			text-align: right;
		}
        
.text + .text {
    padding-top: 1.25rem;
    overflow: auto;
    width: 100%;
}

.notAttending, .text-crimson {
    color: #990000;
}

ul.or-higher {
    font-size: 1.75rem;
    list-style-position: inside;
    margin-left: 5px;
}

.references.panel.panel-primary {
    display: none;
}

/* table fix */
table tr td,table tr th{
    color:#333333;
}
/* code */
div pre.prettyprint{
    border:0;
    margin: 0 0 20px;
}
pre code {
    padding: 20px;
}

/* skip to nav */
#skipnav {
    width:auto;
    height: auto;
    overflow: visible;
}
#skipnav ul li a{
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    width: auto;
}

#skipnav .skipTo:focus {
    position: absolute;
    top: 0;
    left: 0;
    background: #ccc;
    z-index: 1000;
    text-decoration: underline;
    -webkit-transition: top .1s ease-in,background .3s linear;
    -moz-transition: top .1s ease-in,background .3s linear;
    -o-transition: top .1s ease-in,background .3s linear;
    transition: top .1s ease-in,background .3s linear;
}
.dropMenu .dropMenu-toggle {
    left: -500px;
    top: 0;
    position: fixed;
    transition: all 1s ease-in-out;
}

blockquote ul {
    margin: 0 0 1.25rem;
    padding: 0 1.25rem 0 1.1875rem;
    list-style-type: circle;
    border-left: none;
}

#footer .tagline.bicentennial.celebration {
    display: none;
}

span.atv {
    color: #006F00 !important;
}
    
