body { margin-top: 65px;
}

ul.nav.navbar-nav { float: right; }

p.lead { font-weight: bold; }

p { font-size: 115%; }

blockquote.pull-right {
/* border: 1px solid #e0e0e0;
background-color: rgb(247, 247, 247);
*/
width: 50%;
margin-left: 2%;
color: rgba(83, 90, 98, 1);
font-family: 'Arial Bold', sans-serif;
}

blockquote.pull-left {
/* border: 1px solid #e0e0e0;
background-color: rgb(247, 247, 247);
*/
width: 50%;
margin-right: 2%;
color: rgba(83, 90, 98, 1);
font-family: 'Arial Bold', sans-serif;
}

.addthis_toolbox.addthis_default_style {
display: inline;
}

h3 { border-bottom: 1px solid black; margin-bottom: 5px; padding-bottom: 10px; }

p.thesecond { padding-top: 10px; }

/* manages display of cross-series links for interviewees in more than one series */
.col-lg-6 {
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) { 

	i.fa.fa-quote-left.fa-3x.pull-left { color: #428bca; font-size: 35px; margin-right: 10px; margin-left: 10px; }
	 blockquote.pull-right p { font-size: 100%; }
}

.nav-sett {
    padding-left: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
}

/* series badge assignments */

span.badge.series-two {
    background-color: #a94442;
}

span.badge.series-three {
    background-color: #428bca;
}

span.badge.series-four {
    background-color: #8a6d3b;
}

span.badge.series-five {
    background-color: #ddb833;
}

span.badge.series-six {
    background-color: #418250;
}

span.badge.series-seven {
    background-color: #292976;
}

span.badge.series-eight {
    background-color: #ad643c;
}

span.badge.series-nine {
    background-color: #e51864;
}

span.badge.new-dawn-one {
    background-color: #6595af;
}

span.badge.new-dawn-two {
    background-color: #c73cc7;
}

span.badge.new-dawn-three {
    background-color: #8b3f3f;
}

span.badge.new-dawn-four {
    background-color: #f96;
}

.w-100 {
	min-width: 100%;
} 

.well {
	padding-left: 19px;
	padding-right: 19px;
	padding-bottom: 3px;
}

.well > .row > p {
    padding-left: 8px;
    padding-right: 8px;
}

@media (max-width: 767px) {
span.a, span.b {
		display: list-item;
		list-style: none;
		padding-bottom: 10px;
	}
}