body{
	font-family: 'Libre Caslon Text', serif;
}

a:link, a:visited {
  color: #c1272d;
}

a:hover, a:active {
	color: #404040;
}

#header{
	text-align:center;
	padding-bottom: 10px;
	border-bottom: 3px solid #FFD700;
	margin-bottom: 10px;
}

#site-title, .page-title, .widget-title, .main-navigation-menu a{
	font-family: 'Cinzel', serif;
	font-weight: normal;
	text-transform: none;
}

#site-title{
	font-size: 2.4rem;
	margin-bottom: 0;
}

.widget{
	margin-bottom: 20px;
}

.widget-title{
	display: inline-block;
	font-size: 1.2rem;
	color: #8c8c8c;
	border-bottom: 2px solid #e8e6e6;
}

.widget a{
	text-decoration: none;
}

.searchform input{
	width: 90%;
	margin: 0;
	padding: 4px 0;
	border: 1px solid #CCC;	
}

.searchform .goButton{
	width: 8%;
	margin: 0;
	padding: 5px 0;
	border: none;
	color: #FFF;
	background-color: #c1272d;
}

.searchform .goButton:hover, .searchform .goButton:active{
	background-color: #000;
}

#site-title a {
  color: #c1272d !important;
  text-decoration: none;
}

#site-description{
	font-size: 0.9rem;
}

.siteNav, #collapsibleNavbar{
	text-align:left;
}

.navbar-toggler{
	margin: 20px;
}

#menu-site-menu{
	font-family: 'Cinzel', serif;
}

#menu-site-menu a{
	padding: 20px;
}

#headimg{
	margin-bottom: 40px;
	text-align:center;
}

.header-image img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 480px;
  width: auto;
  height: auto;
  vertical-align: top;
}


.siteNav a{
	color: #404040;
}

.active a, .siteNav a:hover, .siteNav a:active{
	color: #22aadd;
}

#qsearchFormHeader{
	margin: 10px;
}

footer{
	border-top: 3px solid #FFD700;
	margin: 20px 0;
	padding-top: 20px;
	text-align:center;
}

footer img{
	height: 70px;
}

#footerCredit{
	font-size: 0.7rem;
}

#footerCredit a{
	text-decoration: none;
}

#toTopButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #658584;
  border-radius: .2rem;
  color: #FFF;
  padding: 5px;
  cursor: pointer;
  opacity: 0.8;
}

#toTopButton:hover, #toTopButton:active{
	opacity: 1;
	background-color: #c1272d;
}

#wrapper{
	max-width: 1280px;
}

h2{
	font-family: 'Cinzel', serif;
	font-weight: normal;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

h2.page-title{
	font-size: 2.2rem;
}

p{
	margin-bottom: 1.5em;
	word-spacing: 1px;
	letter-spacing: 0.4px;	
}

.wp-caption {
  margin-bottom: 1em;
  max-width: 100%;
  font-size: 0.9rem;
  color: #777;
  text-align: center;
}

.wp-caption img{
	max-width: 100%;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.noDisplay{
	display:none;
}

.entry-meta{
	color: #8c8c8c;
}

.entry-meta a{
	color: #CCC;
	text-decoration: none;
	font-size: 0.9rem;
	text-transform: uppercase;
}

.entry-meta a:hover, .entry-meta a:active{
	color: #8c8c8c;
}

.post-navigation{
	margin: 1em 0 0;
	padding: 0.6em 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.post-navigation a{
	text-decoration: none;
}

.nav-next{
	text-align:right;
}

.entry-tags .meta-tags a {
  display: inline-block;
  float: left;
  margin: 0 2px 2px 0;
  padding: 0.2em 0.5em 0.3em;
  background-color: #eee;
  text-decoration: none;
  color: #777;
}

.entry-tags .meta-tags a:hover, .entry-tags .meta-tags a:active{
	background-color: #22aadd;
	color: #FFF;
}

blockquote {
  margin: 0 0 1.5em;
  padding-left: 1.5em;
  border-left: 4px solid #ddd;
  color: #777;
  font-style: italic;
}

.postItem{
	margin: 20px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

.postsNavigation{
	text-align:center;
}

.postsNavigation ul{
	list-style-type: none;
}

.postsNavigation li{
	display: inline-block;
	margin-right: 10px;
}

.postsNavigation a{
	text-decoration: none;
	background-color: #848484;
	padding: 5px;
	border-radius: 4px;
	color: #FFF;
}

.postsNavigation .active a, .postsNavigation a:hover, .postsNavigation a:active{
	background-color: #c1272d;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border: none;
  table-layout: fixed;
  border-spacing: 0;
	border-collapse: collapse;
}

th, td {
  padding: 0.3em 0.6em;
  border: 1px solid #ddd;
}

#cookieBanner{
background-color: #484848;
color: #FFF;
padding: 20px;
margin-bottom: 0;
font-size: 0.9rem;
}

#cookieBannerLeft{
	float:left;
	width: 80%;
}

#cookieBannerRight{
	float:right;
	width: 20%;
	text-align:right;
}

#cookieBanner a{
	color: #FFF;
	text-decoration: underline;
}

#cookieBanner a:hover, #cookieBanner a:active{
	color: #92c2e8;
}

.clear{
	clear:both;
}

/***************************************************************
* Styles for data access site rather than Wordpress below here *
***************************************************************/


.wrapperFull{
	max-width: 100%;
}

.withMaxWidth{
	max-width: 1200px;
}

#libTabs, #bPageTabs, #bookLetterTabs, #borrowerLetterTabs, #searchTabs{
	list-style: none;
	font-family: 'Cinzel', serif;
	font-size: 1rem;
	border-bottom: 1px solid #658584;
	margin-left: 0;
	padding-bottom:0;
}

#bPageTabs, #bookLetterTabs, #borrowerLetterTabs, #searchTabs{
	margin-bottom: 0;
}

#bPageTabs, #bookLetterTabs, #borrowerLetterTabs{
	border-bottom: 1px solid #857281;
}

#libTabs li, #bPageTabs li, #bookLetterTabs li, #borrowerLetterTabs li, #searchTabs li{
	display: inline-block;
	margin-right: 0px;
	margin-left: 10px;
	margin-bottom: -1px;
	padding-bottom: 0;
}

#libTabs li a, #bPageTabs li a, #bookLetterTabs li a, #borrowerLetterTabs li a, #searchTabs li a{
	text-decoration: none;
}

#bookLetterTabs li, #borrowerLetterTabs li{
	margin-left:3px;
}

.libTab, .bPageTab, .bookLetterTab, .borrowerLetterTab, .searchTab{
	display:block;
	margin-top: 10px;
	margin-bottom:0;
	background-color: #658584;
	border: 1px solid #658584;
	color: #FFF !important;
	padding: 3px 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.bPageTab, .bookLetterTab, .borrowerLetterTab{
	font-size: 0.8rem;
	background-color: #857281;
	border: 1px solid #857281;
	color: #FFF !important;
	text-align:center;
}

.libTabActive, .bPageTabActive, .bookLetterTabActive, .borrowerLetterTabActive, .searchTabActive{
	background-color: #FFF;
	color: #404040 !important;
	border-bottom: 1px solid #FFF;
}

.libTab:hover, .libTab:active, .bPageTab:hover, .bPageTab:active, .bookLetterTab:hover, .bookLetterTab:active, .borrowerLetterTab:hover, .borrowerLetterTab:active, .searchTab:hover, .searchTab:active{
	background-color: #c1272d;
	border: 1px solid #c1272d;
	color: #FFF !important;
}

#bPageContainer, #bookContainer, #borrowerContainer{
	margin:0;
	margin-bottom: 20px;
	border: 1px solid #857281;
	border-top: 0;
	padding: 10px;
}

#bPageContainer a, #bookContainer a, #borrowerContainer a{
	text-decoration: none;
}

.searchFormDiv{
	margin:0;
	margin-bottom: 20px;
	border: 1px solid #658584;
	border-top: 0;
	padding: 10px;
	font-size: 0.8rem;
}

#pageList{
	list-style-type: none;
}

#pageList li{
	display: inline-block;
	vertical-align:top;
}

#pageList a{
	border-radius: 0.25rem;
	display: block;
	background-color: #000;
	padding: 10px;
	margin: 0 10px 10px 0;
	text-align: center;
	color: #FFF;
}

#pageList a:hover, #pageList a:active{
	background-color: #c1272d;
}

#pageList img{
	width: 300px;
	margin-bottom: 10px;
}

#orderByArea{
	display: block;
	float:right;
}

.multiSelect {
  height: 200px;
  padding: 5px;
  overflow-y: scroll;
  border: 1px solid #CCC;
  margin-bottom: 10px;
  background-color: #FFF;
}

.multiSelectLarge{
	height: 400px;
}

.noBottom{
	margin-bottom: 0;
}

.libReg{
	background-color: #EAE7E7;
	padding: 5px;
	border-radius: 4px;
	margin-left: 20px;
	margin-top: 0;	
}

.occThird{
	display: block;
	margin-left: 20px;
}

.libCheckLabel{
	display: inline-block;
	margin-bottom: 5px;
}

#searchCriteria{
	background-color: #ccc;
	color: #FFF;
	padding: 10px;
	border-radius: 4px;
	margin: 10px 0 20px;
	
}

#searchCriteria b{
	font-size: 1.2rem;
}

#searchFilters{
	border: 1px dotted #CCC;
	border-radius: 4px;
	padding: 10px;
	font-size: 0.8rem;
}

#searchFilters h4{
	color: #51a8a6;
	font-size: 1rem;
	border-top: 1px solid #51A8A6;
	padding-top: 10px;
}

#searchFilters label{
	font-weight: normal !important;
	margin-left: 10px;
	display: inline-block;
	width: 90%;
	margin-bottom: 5px;
}

#searchFilters .filterBadge{
	float: right;
	font-weight: bold;
	background-color: #474747;
	color: #FFF;
	border-radius: 10px;
	font-size: 0.7rem;
	padding: 2px 4px;
}

#limitOptions{
	background-color: #E1E1E1;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 4px;
	font-size: 0.8rem;
}

#searchResults{
	border: 1px dotted #CCC;
	padding: 5px;
	border-radius: 4px;
}

p.criteriaList{
	color: #404040;
	font-weight: bold;
}

#map{
	width: 90%;
	height: 400px;
	margin: auto;
	margin-bottom: 20px;
	border: 2px solid #254d45;
	border-radius: 4px;
}

#map a{
	text-decoration: none;
}

#chambersMap{
	width: 100%;
	height: 800px;
	margin-bottom: 20px;
	border: 2px solid #254d45;
	border-radius: 4px;
}

#showHideLegend{
	display: block;
	text-align: center;
	padding: 0px 5px;
	background-color: #7e928f;
	color: #FFF !important;
	border-radius: 4px;
	margin-bottom: 5px;
	font-size: 0.8rem;
}

#showHideLegend:hover, #showHideLegend:active{
	background-color: #c1272d;
}

.libraryMarker{
	padding: 1px 6px 4px 4px;
	border-radius: 20px;
	color: #FFF;
	font-size: 0.9rem;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
	width: 23px !important;
	height: 23px !important;
	background-color: #c1272d;
}

.otherLibraryMarker{
	padding: 1px 6px 4px 4px;
	border-radius: 20px;
	color: #FFF;
	font-size: 0.9rem;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
	width: 23px !important;
	height: 23px !important;
	background-color: #254d45;
}

.libraryMarkerChambers{
	padding: 2px 6px 4px 4px;
	border-radius: 20px;
	color: #FFF;
	font-size: 0.9rem;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
	width: 30px !important;
	height: 30px !important;
	background-color: #c1272d;
	border: 3px solid #eaeaea;
}

.borrowerMarker{
	padding: 0px 6px 4px 5px;
	border-radius: 20px;
	color: #FFF;
	font-size: 0.9rem;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
	width: 23px !important;
	height: 23px !important;
	background-color: #5dbda3;
}

#opacitySlider, #subscriptionSlider{
	margin: 10px;
}

.borrowerMarkerMale{
	background-color: #3589d2;
}

.borrowerMarkerFemale{
	background-color: #df556d;
}

.borrowerMarkerOther{
	background-color: #499726;
}

.borrowerMarker-0{
	background-color:#31fcff;
}
.borrowerMarker-1{
	background-color:#ff5aff;
}
.borrowerMarker-2{
	background-color:#fffc3f;
}
.borrowerMarker-3{
	background-color:#4451ff;
}
.borrowerMarker-4{
	background-color:#2df940;
}
.borrowerMarker-5{
	background-color:#ff4b40;
}
.borrowerMarker-6{
	background-color:#00878a;
}
.borrowerMarker-7{
	background-color:#8a1d88;
}
.borrowerMarker-8{
	background-color:#898601;
}
.borrowerMarker-9{
	background-color:#041999;
}
.borrowerMarker-10{
	background-color:#00a701;
}
.borrowerMarker-11{
	background-color:#ad1601;
}
.borrowerMarker-12{
	background-color:#ccc;
}
.borrowerMarker-13{
	background-color:#ffcfff;
}
.borrowerMarker-14{
	background-color:#ffffcd;
}
.borrowerMarker-15{
	background-color:#cdcfff;
}
.borrowerMarker-16{
	background-color:#cbfdcc;
}
.borrowerMarker-17{
	background-color:#ffcecd;
}
.borrowerMarker-18{
	background-color:#00cccd;
}
.borrowerMarker-19{
	background-color:#cf31cc;
}
.borrowerMarker-20{
	background-color:#cdca01;
}
.borrowerMarker-21{
	background-color:#0625cd;
}
.borrowerMarker-22{
	background-color:#00c901;
}
.borrowerMarker-23{
	background-color:#cf1d00;
}
.borrowerMarker-24{
	background-color:#00fcff;
}
.borrowerMarker-25{
	background-color:#ff40ff;
}
.borrowerMarker-26{
	background-color:#fffc01;
}
.borrowerMarker-27{
	background-color:#0a30ff;
}
.borrowerMarker-28{
	background-color:#00f801;
}
.borrowerMarker-29{
	background-color:#ff2700;
}

.borrowerMarkerNum-0{
	background-color:#f1de81;
}
.borrowerMarkerNum-1{
	background-color:#f6c971;
}
.borrowerMarkerNum-2{
	background-color:#eeab65;
}
.borrowerMarkerNum-3{
	background-color:#da8459;
}
.borrowerMarkerNum-4{
	background-color:#b9534c;
}
.borrowerMarkerNum-5{
	background-color:#8e133b;
}

.borrowerMarkerSub-0{
	background-color:#44b3b5;
}
.borrowerMarkerSub-1{
	background-color:#ac42ac;
}
.borrowerMarkerSub-2{
	background-color:#499726;
}

.leaflet-popup-content h2, .modal-content h1{
	font-size: 1.2rem;
	font-family: 'Cinzel', serif;
	font-weight: normal;
	color:#c1272d;
	
}

#mapFilters{
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 4px;
	color: #000;
	pointer-events: all;
	padding: 1px 5px;
	text-align: center;
	padding: 10px;
}

#mapFilters h1{
	font-size: 1.4rem;
	font-family: 'Cinzel', serif;
	font-weight: normal;
	color:#c1272d;
	margin: 0;
}

#mapFilters h2{
	font-size: 1rem;
	font-family: 'Cinzel', serif;
	font-weight: normal;
	margin: 0;	
}

.highcharts-credits{
	display: none;
}

h3, .highcharts-title{
	font-size: 1.4rem;
	font-family: 'Cinzel', serif;
	color: #c1272d;	
}

.catSelect{
	display: block;
	font-size: 0.9rem;
	padding: 5px;
	background-color: #7e928f;
	color: #FFF !important;
	border-radius: 4px;
	margin-bottom: 5px;
}

.catSelect:hover, .catSelect:active, .catActive{
	background-color: #c1272d;
}

#bStart, #bEnd{
	font-weight: bold;
}

.pageThumb{
	display: inline-block;
	width: 130px;
	height: 240px;
	text-align: center;
	background-color: #000;
	padding: 5px;
	vertical-align: text-top;
	margin: 0 10px 10px 0;
	color: #FFF;
	border-radius: 4px;
}

.pageThumb a{
	color: #AAA !important;
}

.pageThumb a:hover, .pageThumb a:active{
	color: #FFF !important;
}

.leaflet-modal .modal-content{
	max-width: none;
	width: 90%;
}

#zoomableImage{
	width: 100%;
	height: 700px;
}

.noDisplay{
	display:none;
}

.alignRight{
	text-align:right;
}

.alignCenter{
	text-align:center;
}

.bbButton{
	text-decoration: none;
	background-color: #2ad;
	color: #FFF !important;
	padding: 7px 10px;
	border-radius: 4px;
	display: inline-block;
	margin: 5px 5px 5px 0;
}

.bbButtonWide{
	width: 100%;
	text-align:center;
}

.bbButtonSmall{
	font-size: 0.8rem;
	padding: 4px 6px;
}

.bbButton:hover, .bbButton:active{
	background-color: #c1272d;
}

.bbButtonDisabled{
	pointer-events:none;
	background-color: #CCC;
}

.navBar{
	margin:0;
	background-color: rgba(0,60,136,.5);
	border-radius: 4px;
}

label{
	cursor: pointer;
}

.jumpToSpan{
	display:inline-block;
	font-size: 0.8rem;
	background-color: #FFF;
	padding: 2px 3px;
	border-radius: 4px;	
}
.jumpToSpan select{
	font-size: 0.8rem;
}

.navBar .bbButton{
	background-color: #474747;
}

.navBar .bbButton:hover, .navBar .bbButton:active{
	background-color: #c1272d;
}

.navBar .bbButtonDisabled{
	pointer-events:none;
	background-color: #CCC;
}

.navPrev{
	display:inline-block;
	float:left;
}

.navNext{
	display:inline-block;
	float:right;
}

.nav-tabs .nav-item{
	margin-left: 5px;
}

.nav-tabs .nav-link{
	background-color: #658584;
	color: #FFF;
}

.clear{
	clear:both;
}

.openCite, .bbToolbar{
	font-size: 0.7rem;
	padding: 4px;
	background-color: #474747;
	border: 1px solid #FFF;	
	color: #FFF !important;
}

.openCite:hover, .openCite:active, .bbToolbar:hover, .bbToolbar:active{
	background-color: #c1272d;
}

#content label{
	cursor: pointer;
	font-weight: bold;
}

#bRecords{
	height: 700px;
	overflow-y:auto;
}

#zoomableContainer{
	border: 1px solid #CCC;
	border-radius: 4px;
}

#zoomableImageWithText{
	width: 100%;
	height: 700px;
}

#zoomableImage, #zoomableImageWithText{
	background-color: #222;
}

.bRecord, .editionHoldingSection{
	border: 1px solid #CCC;
	background-color: #F9F9F9;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 0.8rem;
	border-radius: 4px;
}

.bRecord a{
	text-decoration: none;
}


.bRecordCompact p, .bRecordCompact .bTitle{
	margin-bottom: 0;
}

.borrowerRecord{
	height: 95%;
}

.borrowerRecord a{
	text-decoration: none;
}

.bRecordSelected{
	background-color: #FAF9D9;
}

.helpText{
	font-size: 0.7rem;
	background-color: #000;
	color: #FFF;
	padding: 4px;
	border-radius: 4px;
	display: inline-block;
}

.tipSpan{
	float: right;
	font-size: 1rem;	
}

.tipSpanNoFloat{
	font-size: 1rem;
	vertical-align: middle;	
}

.searchFormSection{
	border-right: 1px dashed #CCC;
}

.dottedBottom{
	border-bottom: 1px dashed #CCC;
	margin-bottom: 20px;
}

.bTitle{
	color: #51a8a6;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 1.1rem;
}

.bBorrower{
	color: #51a8a6;
}

.bRecordNum{
	text-align: right;
	margin: 0;
	font-size: 0.7rem;
	color: #8c8c8c;
}

.bTranscription{
	font-weight: bold;
	font-size: 1.3rem;
	margin: 0;
	color: #51a8a6;
}

.noBottomMargin{
	margin-bottom: 0;
	
}

.libRecordLink{
	float: right;
	font-size: 0.7rem;
	font-family: 'Libre Caslon Text', serif;
	font-weight: normal;
	padding: 4px;
}

.bRecordEdition, .factsSummary, #onThisDay{
	background-color: #474747;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 4px;
	color: #FFF;
}

.bRecordEdition a{
	text-decoration: none;
}

.factsSummary h3, #onThisDay h3{
	font-size: 2rem;
	color: #FFF;
}

.factsSummary b, #onThisDay b{
	font-size: 1.6rem;
}

.factsHeader{
	font-size: 2rem;
	margin-top: 40px;
	margin-bottom: 20px;
	border-top: 1px solid #474747;
	padding-top: 20px;
}

.factsInner{
	margin-bottom: 20px;
}

.factsInner a{
	color: #575757;
	text-decoration: none;
	border-bottom: 2px dotted #839cbd;	
}

.factsInner a:hover, .factsInner a:active{
	color: #c1272d;
	border-bottom: 2px dotted #c1272d;	
}

#onThisDay p a{
	color: #FFF;
	border-bottom: 2px dotted #FFF;
	text-decoration:none;
	font-size: 1.2rem;
}

#onThisDay p a:hover, #onThisDay p a:active{
	color: #c1272d;
	border-bottom: 2px dotted #c1272d;
}

#updateOTDDay{
	margin-top: 32px;
}

.otdItem{
	padding: 10px;
	border-bottom: 1px solid #CCC;
}

.bookPageEditionRecord{
	font-size:0.8rem;
}

.bookPageEditionRecord h4{
	font-family: 'Cinzel', serif;
}

.editionHoldingSection{
	color: #404040;
}

.bRecord hr, .editionHoldingSection hr{
	margin-bottom: 1em;
}

.bRecord h4, .editionHoldingSection h4{
	font-size: 1.2rem;
	font-family: 'Cinzel', serif;
	color: #c1272d;
	margin: 0;
}

.bRecordEdition h4{
	color: #8C8C8C;
}

.editionHoldingSection h4{
	color: #c1272d;
}

#sliderPubdate, #sliderBorrowingDate{
	margin-top: 12px;
	margin-left: 10px;
}

.estcP{
	margin:0;
}

.estcLink{
	font-size: 0.7rem;
	padding: 4px;
}

table{
	font-size: 0.9rem;
}

th{
	cursor:pointer;
	background: #254d45;
	color: #FFF;
}

tr{
	vertical-align: top;
}

thead tr{
	vertical-align: middle;
}

.odd{
	background-color: #f9f9f9;
}

.borrowingHighlight{
	color: #c1272d;
}

.highlighted{
	background-color: #F0F072;
	padding: 0px;
	color: #4a4a4a;
}

.top100{
	font-weight: bold;
	font-size: 1rem;
	color: #FFF;
	background-color: #8c8c8c;
	border-radius: 20px;
	padding: 2px 10px;
	display: inline-block;
	margin-bottom: 10px;
}

.authorListHeading{
	margin-top: 50px;
	margin-bottom: 20px;
	background-color: rgba(0,60,136,.4);
	color: #FFF;
	padding: 10px;	
}


.searchResultLibraryInfo a, .holdingLibLink{
	color: #FFF !important;
	background-color: #51a8a6;
	border-radius: 4px;
	padding: 2px 4px;
	display: inline-block;
}

.searchResultLibraryInfo a:hover, .searchResultLibraryInfo a:active, .holdingLibLink:hover, .holdingLibLink:active{
	background-color: #c1272d;
}


.inRecord{
	color: #424242 !important;
	border-bottom: 2px dotted #839cbd;
}

.inRecord:hover, .inRecord:active{
	color: #c1272d !important;
	border-bottom: 2px dotted #c1272d;
}

.bRecordEdition .inRecord{
	color: #FFF !important;
	border-bottom: 2px dotted #839cbd;
}

.bRecordEdition .inRecord:hover,.bRecordEdition  .inRecord:active{
	color: #c1272d !important;
	border-bottom: 2px dotted #c1272d;
}

.editionHoldingSection .inRecord{
	color: #424242 !important;
	border-bottom: 2px dotted #839cbd;
}

.editionHoldingSection .inRecord:hover,.editionHoldingSection .inRecord:active{
	color: #c1272d !important;
	border-bottom: 2px dotted #c1272d;
}

.resultsNav{
	text-align: center;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #F7F7F7;
	border-radius: 4px;
	font-size: 0.8rem;
	border: 3px solid #CCC;
}


.currentResultsPage{
	padding: 7px 5px;
	margin: 5px 2px 5px 0;
}

#container, #containerOccs, #containerOccsBorrowing,#containerBorrowingsThroughTime,#containerBorrowingsThroughTimeGenre {
    height: 800px;
}

#byearContainer{
	height: 250px;
}

.bookHoldingAddedItem, .bookEditionAddedItem{
	padding: 5px;
	margin: 5px;
	border-radius: 4px;
	background-color: #E8E8E8;
	border: 1px solid #CCC;
	display:inline-block;
}

.bookHoldingAddedItem a, .bookEditionAddedItem a{
	text-decoration: none;
	border-bottom: 2px dotted #839cbd;
}

.filterButton{
	text-decoration: none;
	background-color: #c1272d;
	color: #FFF !important;
	display: inline-block;
	border-radius: 4px;
	padding: 2px 4px;
}

.filterButton:hover, .filterButton:active{
	background-color: #404040;
}

.faded{
	color: #CCC;
}

.viewChange{
	border-radius: 4px;
	background-color: #ccc;
	margin-bottom: 30px;
	padding: 10px;
}

#genrePie, #genreTreemap{
	margin-top: 20px;
}

.highcharts-figure,
.highcharts-data-table table {
    min-width: 310px;
    width: 100%;
    margin: 1em auto;
}

.highcharts-byearFigure{
    width: 100%;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

#forTable{
	min-width: 800px;
}

@media only screen and (max-width: 1000px) {
	#searchFilters{
		width: 100%;
		float: none;
		border: 1px dotted #CCC;
		border-radius: 4px;
		padding: 10px;
		font-size: 0.8rem;
		margin-bottom: 10px;
	}

	#searchResults{
		width: 100%;
		float: none;
		border: 1px dotted #CCC;
		padding: 5px;
		border-radius: 4px;
	}
}
