p {
  padding: 5px;
  margin: 0;
  line-height: 1.5em;
}

h4 {
  margin: 0;
}
body {
  font:'Gentium Basic';
  font-family: 'Gentium Basic', sans-serif;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    width: 100%;  
}

path {
  fill: none;
  stroke: red;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 5,5;
}

button {
  cursor: pointer;
  font-family: 'Gentium Basic', sans-serif;
}

button {
  cursor: pointer;
  font-family: 'Gentium Basic', sans-serif;
}

button:hover {
  background:#FFDBDB;
}

button.active {
  background: #FFD699;
}

button.disabled {
  background: #9494B8;
}

.controlsDiv {
  background: rgba(65,64,66,.85);
  position: fixed;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#rightControls {
  padding: 0 10px 10px;
  top: 40px;
  right: 15px;
  width: 120px;
  overflow:auto;
}

.underlined {
  text-decoration: underline;
}

#mapControls {
  position: fixed;
  z-index: 2;
  right: 200px;
  top: 50px;
  width:10px;
}
.zoomButton {
  font-size:28px;
  font-weight:900;
  border: none;
  height:35px;
  width:35px;
  background: rgba(35,31,32,.85);
  color: white;
}

.zoomButton:hover {
  background: black;
}

#zoomInButton {
  -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
#zoomoutButton {
  -webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
border-top-bottom-radius: 5px;
border-top-bottom-radius: 5px;
}

svg.eye {
  margin-top:4px;
  margin-right:5px;
}

.eyeButton {
  cursor:pointer;
  margin-top: 3px;
}

.eyeButton > * {
  pointer-events: none;
}

.eyeButton:hover {
  text-decoration: underline
}

#modeForm > div {
  margin-top: 5px;
  font-size: 14px;
}

#controlbar {
  top: 68px;
  left: 15px;
  width: 320px;
  padding:0px 10px 20px;
}
#controlbarScroller {
  height:100%;
  width:100%;
  overflow:auto;
}

#closeLeft {
  top: 40px;
  left: 0;
  background: rgba(65,64,66,.85);
  border-right: 1px solid rgba(35,31,32,.85);
  bottom:21px;
  position: fixed;
  z-index: 10;
  width: 15px;
  cursor: pointer;
}

#closeRight {
  top: 40px;
  right: 0;
  background: rgba(65,64,66,.85);
  border-left: 1px solid rgba(35,31,32,.85);
  bottom:21px;
  position: fixed;
  z-index: 10;
  width: 15px;  
  cursor: pointer;
}

#closeBottom {
  bottom: 0;
  background: rgba(65,64,66,.85);
  border-top: 1px solid rgba(35,31,32,.85);
  width:100%;
  position: fixed;
  z-index: 10;
  height: 20px;
  cursor: pointer;
}

#timelineViz {
height: 120px;
background: white;
position: fixed;
bottom: 20px;
left: 15px;
right: 15px;
display: none;
z-index: 1;
}

#sankeyChart {
  height:800px;
  width: 800px;
  background:white;
  position: fixed;
  top: 50px;
  left:50px;
  border-top: 1px darkgray solid;
  display: none;
  z-index: 1;
}

.boldRed {
  color: darkred;
  font-weight: 900;
}

.bold {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.modal {
  position:absolute;
  z-index: 2;
  background: white;
  border: solid 2px lightgray;
  display: none;
  padding: 10px 20px;
  max-width: 400px;
}

.tutorial {
  position:absolute;
  width:300px;
  min-height: 100px;
  z-index: 2;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  background: white;
  border: solid 2px lightgray;
  padding: 0 20px;
}

#tutorialcontent {
  padding: 20px 0;
}

#tutorialpopup {
  display: none;
}
.popup {
  position:absolute;
  top:50px;
  left: 358px;
  right: 242px;
  z-index: 3;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: white;
  border: solid 0px lightgray;
  padding: 0 40px 20px;
  display: none;
  min-height: 50px;
}

#legendmodal {
  background: white;
  left:450px;
  top:40px;
  height:90px;
  width:410px;
  display:none; 
}

#legendmodal.horizontal {
  height:400px;
  width:180px;
}

#infoclosebutton {
  position: absolute;
  top:5px;
  right:10px;
  color: #8c1515;
  font-weight: 900;
  font-size: 2em;
  background:none;
  padding:1px 5px;
  cursor:pointer;
  z-index: 2;
}

#infoclosebutton:hover {
  color: #460A0A;
}

#routeResults {
  width: 560px;
  overflow:hidden;
  border: 5px solid #e6e7e8;
  background: #e6e7e8;
  position: absolute;
  bottom: 0;
  font-size:12px;
  height:110px;
  z-index: 1;
}

#routeResults > p {
  padding: 5px 0;
}

#siteDetails {
  background: rgba(65,64,66,.85);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 1px solid black;
  position: fixed;
  width: 500px;
  right: 155px;
  bottom: 140px;
  padding: 10px;
}

#siteDetailsModal {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(65,64,66,.25);
  z-index: 99;
  display: none;
}

#siteTitle {
  color:white;
  font-size: 24px;
  font-weight: 700;
}

#siteInfo {
  font-size: 16px;
  display: none;
}
#siteRoutes {
  width: 100%;
  height: 100px;
}

.siteRouteInfo {
  background: white;
  float: left;
  width: 124px;
  height: 100px;
  border: 1px solid black;
  margin: 10px;
  padding: 5px 10px;
  color: gray;
  font-weight: 700;
}
.srContent {
  width: 100%;
  height: 85px;
  overflow: auto;
}

#siteNetworks {
  margin: 10px;
  background: white;
  border: 1px solid black;
  height: 100px;
}

.siteSubTitle {
  width:100%;
  height:30px;
  margin-top:20px;
  font-size:16px;
  font-weight:700;
  color: white;
}

.netInfo {
  padding: 5px;
  border: 1px lightgray solid;
  margin: 2px;
  cursor: pointer;
  
}

.rrLeft {
  font-size: 16px;
  width: 200px;  
  float: left;
  height:100%;
  overflow: auto;
}

.rrMid {
  font-size: 16px;
  width: 230px;
  float: left;
}

.rrRight {
  width: 130px;
  float: left;
}

.rrRight > div {
  font-size: 13px;
  margin: 0;
}

.rrRight > div {
  border: 1px solid white;
  margin-left: 5px;
}

#lTitle {
  position: absolute;
  left: 650px;
  width: 100%;
}
#sitemodal {
  background: none;
  border: none;
}

.siteButton {
    position: absolute;
}

.siteButton > button {
    font-size: 14px;
  font-weight: 400;
  width: 90px;
  margin: 0 auto;
  color: white;
  background: #c72f2a;
  border: 2px black solid;
  border-radius: 2px;
  padding: 5px;
  margin-top: 7px;
}

.siteButton > button:hover {
  background: #B32A26;
}

#siteSelectionModal {
  position:absolute;
  top:50px;
  left: 358px;
  right: 242px;
  z-index: 10;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: white;
  border: solid 0px lightgray;
  padding: 0 40px 0 20px;
  display: none;
  min-height: 50px;
}

#routemodal {
  max-width: 300px;
  z-index: 2;
}

#departurePicker {
  
}

#departurePicker > input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

#departurePicker > input:checked {
color: white;
background: #302e42;
}
#departurePicker > label {
  position: relative;
  padding: 0 7px;
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
  display: inline-block;
  line-height: 25px;
  vertical-align: top;
  cursor: pointer;
}

.departure-picker-label:before {
content: '';
position: absolute;
top: -2px;
bottom: -2px;
left: -2px;
right: -2px;
border-bottom: 4px solid;
border-color: #c72f2a;
opacity: 0;
}

input:checked + .departure-picker-label:before {
opacity: 1;
}


#monthPicker {
  
}

#monthPicker > input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

#monthPicker > input:checked {
color: white;
background: #302e42;
}
#monthPicker > label {
  position: relative;
  padding: 0 7px;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  line-height: 25px;
  vertical-align: top;
  cursor: pointer;
  width: 25px;
  text-align: center;
}

.month-picker-label:before {
content: '';
position: absolute;
top: -2px;
bottom: -2px;
border-bottom: 4px solid;
border-color: #205fa4 #205fb4 #c72f2a;
opacity: 0;
left: 1px;
right: 3px;

}

.season-picker-label:before {
top: -2px;
bottom: -9px;
border-bottom: 4px solid;
border-color: #205fa4 #205fb4 #c72f2a;
opacity: 0;
left: -1px;
right: -2px;
}

.modeSelect {
   width: 135px;
   overflow: hidden;
   background: url(down_arrow.png) no-repeat right;
   border-radius: 2px;
  border: 1px solid #414042;
  margin: 5px;
}
.modeSelect > select {
   background: transparent;
   width: 108px;
  padding: 2px 5px;
  line-height: 1;
   border: 0;
   -webkit-appearance: none;
   cursor: pointer;
  font-size: 14px;
  font-family: 'Gentium Basic';
}

.season {
  margin: 0 3px;
}

input:checked + .month-picker-label:before {
opacity: 1;
}

.priorityForm > input {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
}

.priorityForm > input:checked {
color: white;
background: #302e42;
}
.priorityForm > label {
  position: relative;
  padding: 0 5px;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  line-height: 25px;
  vertical-align: top;
  cursor: pointer;
}

.priority-picker-label:before {
content: '';
position: absolute;
top: -2px;
bottom: -2px;
left: -2px;
right: -2px;
border-bottom: 4px solid;
border-color: #205fa4 #205fb4 #c72f2a;
opacity: 0;
}

input:checked + .priority-picker-label:before {
opacity: 1;
}

.mode-checkbox {
    display:none;
}
.mode-checkbox + label {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 10px 0 0;
    vertical-align:middle;
    background:url(check_sheet.png) left top no-repeat;
    cursor:pointer;
}
.mode-checkbox:checked + label {
    background:url(check_sheet.png) -19px top no-repeat;
}

.mode-checkbox + label:hover {
    background:url(check_sheet.png) -38px top no-repeat;
}
.mode-checkbox:checked + label:hover {
    background:url(check_sheet.png) -57px top no-repeat;
}

.radio-radio {
    display:none;
}
.radio-radio + label {
    display:inline-block;
    width:15px;
    height:15px;
    margin:-1px 5px 0 0;
    vertical-align:middle;
    background:url(radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
.radio-radio:checked + label {
    background:url(radio_sheet.png) -15px top no-repeat;
}

.radio-radio + label:hover {
    background:url(radio_sheet.png) -30px top no-repeat;
}
.radio-radio:checked + label:hover {
    background:url(radio_sheet.png) -45px top no-repeat;
}

.fieldTitle {
  margin: 7px 5px 5px;
  padding:0px 5px;
}

.buttonContainer {
  width: 100%;
  margin-top:10px;
  float: left;
  position: relative;
}

.routeArrowLeftUnder {
  position:absolute;
  left:-22px;
  top: 8px;
  width: 0; 
  height: 0; 
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent; 
  border-right:22px solid lightgray;
}

.routeArrowLeft {
  position:absolute;
  left:-20px;
  width: 0; 
  height: 0; 
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; 
  border-right:20px solid white; 
}

.brush .extent {
  stroke: #fff;
  fill-opacity: .75;
  shape-rendering: crispEdges;
}

.multiSiteControl {
  display: none;
}

.tab {
  position: absolute;
  z-index: 1;
  top: -29px;
  background: rgb(65,64,66);
  opacity: .85;
  padding: 5px;
  border-bottom: none;
  color: white;
  text-align: center;
  font-weight: 700;
}

.backtab {
  background: black;
  opacity: .85;
  border-bottom: solid #747271 1px;
  padding-top: 4px;
  color: white;
}

.backtab:hover {
  opacity: 1;
  background: black;
  cursor: pointer;
}


.footer
{
font-size: .8em;
position: absolute;
right:15px;
color: white;
padding-top: 2px;
}

.footer a
{
  color:white;
}

.routes
{
  pointer-events: none;
}

.priorityForm
{
  font-size: 16px;
  margin-bottom: 5px;
  padding: 10px;
}
.checkboxDiv
{
  display: inline-block;
}


#topbar {
  position:fixed;
  top:0;
  width:100%;
  height:40px;
  background: #c72f2a;
  z-index: 1;
  letter-spacing: 1px;
}

#authors {
  position:absolute;
  right: 0;
  padding: 5px 20px;
  width: 120px;
  text-align: right;
  font-size: 14px;
}

#authors > a {
  color: white;
  text-decoration: none;
}

#authors > a:hover {
  text-decoration: underline;
}


#aboutButton {
  position:absolute;
  font-size: 18px;
  height:28px;
  color:white;
  cursor: pointer;
  padding:12px 10px 0;
  font-weight: 700;
}


#aboutButton:hover {
  background: #B32A26;
  }

#title {
float: left;
left: 0;
padding: 4px 20px 0;
font-size: 30px;
color: white;
font-weight: 900;
color: #E7D19A;
pointer-events:none;
}

#tabNavigator {
width: 150px;
position: absolute;
background: rgb(35,31,32);
top: 0px;
left: -150px;
height: 100%;
}

.navtab {
  padding: 10px;
  height: 20px;
  font-size: 16px;
  color: white;
  font-weight: 700;
  cursor: pointer;
  text-transform: capitalize;
}

.navtab:hover {
  background: rgb(65,64,66);
  color: white;
}

.navtab.active {
  background: rgb(65,64,66);
}

.navtab.active:after {
content: "";
position: relative;
right: -125px;
top: -24px;
background: rgb(65,64,66);
display: block;
width: 30px;
height: 30px;
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
z-index: -1;
}

#essayBox {
  position: fixed;
  background: rgba(0,0,0,.5);
  left:0px;
  right: 0px;
  top: 40px;
  bottom: 0px;
  z-index: 98;
  display: none;
}
#essayTitle {
 height:25px;
 background: #c72f2a;
 position:absolute;
 left:50px;
 right: 50px;
 top:10px;
 text-align: center;
 color: white;
 padding-top:5px;
 font-weight: 600px;
   min-width: 800px;

}
#essayContent {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position:absolute;
  left:200px;
  right: 50px;
  top: 40px;
  bottom: 50px;
  border: 1px solid gray;
  background: #e6e7e8;
  padding: 25px 25px 25px 40px;
  z-index: 99;
  display: none;
  min-width: 600px;
  min-height: 490px;
}

#insertedData {
  overflow: auto;
  height: 100%;
  width:100%;
}

#essayCloseButton {
  background: #c72f2a;
  color:white;
  font-size:14px;
  top:14px;
  right:60px;
  position: absolute;
  width:20px;
  z-index:99;
  cursor: pointer;
  font-weight: 400;
}
#essayCloseButton:hover {
  color:black;
}

#essayContent h4 {
  margin: 20px 0 10px;
  }

#badBrowser {
  background: rgba(0,0,0,.75);
  position: fixed;
  z-index: 99;
  left:0;
  top:0;
  bottom:0;
  right:0;
}

#badBrowserContent {
  position: absolute;
  left:50;
  top:50;
  bottom:50;
  right:50;
  background: white;
  border: solid darkgray 1px;
  padding: 20px;
}
#badBrowserContent > * {
  display: block;
  margin: 20px auto;
  position: relative;
}
#clustermodal {
  position: absolute;
  padding: 0;
  border: none;
  background: #e6e7e8;
  left: 50px;
  right: 50px;
  top: 50px;
  bottom: 50px;
  max-width: none;
  z-index: 10;
  overflow: auto;
  display: block;
  min-height: 460px;
  min-width: 850px;
}

#clustermodalBack {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,.5);
display: none;
z-index: 2;
max-width: none;
}

#clustercontent {
  padding: 20px;
}

#resultsTable {
  position: absolute;
  padding: 0;
  border: none;
  background: #e6e7e8;
  left: 50px;
  right: 50px;
  top: 50px;
  bottom: 50px;
  max-width: none;
  z-index: 10;
  overflow: auto;
  display: block;
  min-height: 460px;
  min-width: 850px;
}

#resultsTable:before {
content: '';
position: absolute;
height: 25px;
width: 100%;
background: #c72f2a;
}


#resultsTableBack {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,.5);
display: none;
z-index: 10;
max-width: none;
}

#resultsTableContent {
  padding: 20px;
}

.controlButton {
  width: 175px;
}

#sourceSelectButton {
  width: 209px;
}

#otherButtons {
  background: none;
}

#otherButtons button {
  background: #c72f2a;
  border-radius: 2px;
  color: white;
  width: 120px;
  font-weight: 500;
  border: none;
  font-size: 14px;
}

#otherButtons button:hover {
  background:  #B32A26;
  color: white;
}

.calculateButton {
  font-size: 18px;
  font-weight: 700;
  width: 320px;
  margin: 0 auto;
  color: white;
  background: #c72f2a;
  border: none;
  border-radius: 2px;
  padding: 5px 0;
}

.calculateButton:hover {
  background: #B32A26;
}

.legendButton {
  font-size: 14px;
  font-weight: 400;
  width: 80px;
  margin: 0 auto;
  color: white;
  background: #c72f2a;
  border: none;
  border-radius: 2px;
  padding: 5px 0;
  margin-top: 7px;
}

.legendButton:hover {
  background: #B32A26;
}

.calculateDisable {
  background: #c72f2a;
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  text-align: center;
  font-size: 18px;
  color: white;
  border: white 2px solid;
  font-weight: 700;
}
#calculateDisableText {
  margin:5px 80px;
  font-weight: 900;
}
.routeLabelButton {
  font-size:10px;
}

#frontier {
  border: 1px #231f20 solid;
  border-radius: 2px;
  resize: none;
  height: 24px;
  width: 50px;
  margin-top: -4px;
  font-size: 14px;
  text-align: center;
  padding-top: 2px;
}

#lcolo2 {
  width: 30%;
  position: absolute;
  left:1%;
  font-size:16px;

}

#mcolo2 {
  width: 31%;
  position: absolute;
  left:31%;
  font-size:16px;
}

#rcolo2 {
  position: absolute;
  top:20px;
  width: 33%;
  left: 63%;
  font-size:16px;
}

#homemap {
  width:100%;
}

#startExploring {
  position:relative;
  font-size:20px;
  font-weight: 900;
  text-align: center;
  background: #c72f2a;
  cursor:pointer;
  border-radius: 2px;
  color: white;
  margin-top:20px;
  padding: 10px;
}

#startExploring:hover {
  background: #B32A26;
}
#leftblurb {
  position: absolute;
  width: 50%;
  font-size: 14px;
  color: #b22358;
}
#rightblurb {
  position: absolute;
  left: 50%;
  width:50%;
  font-size: 14px;
  color:#2093b6;
}

div.circle {
  height:100px;
  width:100px;
  border-radius: 100px;
  margin-right:5px;
  color:white;
  text-align: center;
  font-size: 12px;
  position: absolute;
}

div.circle:hover {
  cursor:pointer;
  border:3px black solid;
}

div.circle > p {
  margin-top: 15px;
  font-size: 9px;
  font-weight: 600;
}

div.circle > p.introblurb {
  margin-top: 2px;
  font-size: 9px;
  font-weight: 100;
}

.uparrow:after {
content: '';
width: 0;
height: 0;
position: absolute;
bottom: 2px;
left: 49%;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;	
	border-bottom: 10px solid #e6e7e8;
}

.downarrow:after {
content: '';
width: 0;
height: 0;
position: absolute;
bottom: 6px;
left: 49%;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e6e7e8;
}

.leftarrow:after {
content: '';
width: 0;
height: 0;
position: absolute;
left: 2px;
top: 40%;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #e6e7e8;
}

.rightarrow:after {
content: '';
width: 0;
height: 0;
position: absolute;
left: 2px;
top: 40%;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-right: 10px solid #e6e7e8;
}

/* Imported */
.rightcol {
	padding: 75 0 0 0;	float: left;	width: 300px;
	height: 100%;	margin-top:25px;}
        
        .leftcol {width:620px;float: left;}


div .righttoc {
    width: 285px; margin-top: 10px; color:#333;
	border:thin #434A44 dotted; 
	float: right; font-size: .9em; padding: 4px;}}
.rightcol a {text-decoration:none; color: #336699;}
div .rightpull {
    margin-top: 10px; color:#333; font-family: 'Gentium Basic', sans-serif;
	background-color: #eeeee0;
	float: right; padding: 18px; font-size:small;}
div .rightpic {
    width: 280px; margin: 10px; color:#333;
	border:thin #993333 dotted; 
	float: right; font-size: .8em; padding:6 18 18 18;}
div .leftpic {
    width: 300px; margin: 10px; 	color:#333;
	border:thin #993333 dotted; 
	float: left; font-size: .8em; padding:6 18 18 18;}
div .inlinepic {
    width: 99%; margin: 10px;	color:#333;
	border:thin #993333 dotted; padding: 6px 0px;
	font-size: .8em; text-align:center;}

div .inlinepic_plain {
    width: 95%; margin: 10px;	color:#333;
	font-size: .8em; text-align:center;}
.caption { font-family: 'Gentium Basic', sans-serif; font-size:.9em; text-align:center; color:#333; padding-left:2px;}

#intro p { margin-bottom: 2px;}

#lcol {	width: 490px; float:left; font-size: 14px;}
#pic { float:left; clear:right; margin: 9px 8px 0 6px;}
.blurb {width:216px; padding:6px; background-color:#eeeee0; /*border: thin solid #993333;*/
	margin-top: 8px ;margin-bottom: 8px; float:left;
	font-family: 'Gentium Basic', sans-serif; font-size: .9em;
	border-radius: 5px; min-height: 64px;}
.blurb a { text-decoration:none; }
.blurb a:hover { text-decoration:underline;}
.blurb h4 {background-color:lightyellow; padding-top:0; color:#336699;}
 
.firstchar { float: left; color: #990000; font-size: 50px; line-height: 40px; padding-top: 4px; padding-right: 4px; padding-left: 3px; font-family: 'Gentium Basic', sans-serif; }
 
.fauxbutton { cursor: pointer;text-decoration: none; font-size:15px; background-color: #434A44; color:#C6FFFF; margin-right:3px;}
.fauxbutton:hover  {color:#D6DFDF; text-decoration:none;}

.navpanelblurb {
  font-size:12px;
}


/* Applying section */
#applyPapersTOC {
  width: 300px;
  float:left;
}
h3.applying {color:#434A44}
.articlebody {	font-family: 'Gentium Basic', sans-serif;
	font-style: normal;
	font-size: 1.2em;
	padding: 6px; }
.footnotes ol {	list-style-type:decimal; margin-left: 8px; padding-left: 1.3em;}
.applyTOCTitle { color:#434A44; font-weight:bold; }
.applyTOCauthor {}
#applyingDiv { width:620px;float:left;}
#applyingDiv  ul {list-style: square; margin: 4px 20px; line-height:1.3em;}
#applyingDiv  li {margin-bottom:2px;}
#applyingDiv  h2 { margin-bottom:4px;}
.applyingPanel {width: 580px; padding:8px; background-color:#fff; border: thin dotted #993333; 
	clear:both; margin-top: 8px; margin-bottom: 8px;}
.applyingPanel p { padding-left: 0;}
/* d3 stuff */
.dclabel { font-family: 'Gentium Basic', sans-serif; font-weight:bold; letter-spacing:1.5px; 
	color: #333; text-shadow: 1px 1px 2px grey, 0 0 1em white, 0 0 0.2em white;}
.gratext { font-family: 'Gentium Basic', sans-serif; font-weight:bold; letter-spacing:2px;}
.titletext { font-family: 'Gentium Basic', sans-serif; font-size:1.7em;  letter-spacing:2px; color:#900;}

.colhead {font-family: 'Gentium Basic', sans-serif; font-weight:bold; color:#d6ddd3; 
	background-color: #434A44; padding:2px 0 2px 4px; line-height: 18px;}
.colhead a, .colhead visited  {color:#C6FFFF; text-decoration:none;	}

/* Chosen */
.chosen-single > span {
  font-size: 14px;
}