.axis path,
.axis line {
		fill: none;
		stroke: black;
		shape-rendering: default;
}
.axis text {
	font-family: sans-serif;
	font-size: 11px;
}
.line {
	fill: none;
  stroke-width: 1.5px;
  stroke: black;
}

.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 65%; /* aspect ratio */
  vertical-align: top;
  overflow: hidden;
}

.svg-container-protein {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-bottom: 60%; /* aspect ratio */
  vertical-align: top;
  overflow: hidden;
}

.svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
}

.legend {
  font-size: 12px;
}

rect {
  stroke-width: 2;
}

#body > p {
  line-height: 1.5em;
  width: 640px;
  text-rendering: optimizeLegibility;
}

#charts {
  padding: 10px 0;
}

.download-link {
  text-align: right;
  font-size: smaller;
  color: grey;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.heading-div {
  float:left;
}

.download-data {
  color: grey;
  cursor: pointer;
}

.download-data:hover {
  color: blue;
  text-decoration: underline;
}

.outer-shell {
  background: #fffefe;
  border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 10px;
  border-style: solid;
  border-color: lightGrey;
  margin-bottom: 10px;
}

.pad-right {
  margin-right:5px;
}

.pad-left {
  margin-left: 5px;
}

.chart {
  display: inline-block;
  height: 151px;
  margin-bottom: 20px;
}

.reset {
  padding-left: 1em;
  font-size: smaller;
  color: #ccc;
}

.background.bar {
  fill: #819ac1;
}

.foreground.bar {
fill: steelblue;
}

.highlight.bar {
fill: red;
opacity: 0.6;
}

.bar-shadow {
fill: #ccc;
opacity: 0.5;
pointer-events: none;
}

.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: default;
}

.axis text {
font: 10px sans-serif;
}

.brush rect.extent {
fill: steelblue;
fill-opacity: .125;
}

.brush .resize path {
fill: #eee;
stroke: #666;
}

.cutoff {
stroke: gray;
stroke-width: 1;
}

.no-pdb-placeholder {
	text-align: center;
	font-size: larger;
	font-weight: bold;
	margin-top: 4em;
  margin-bottom: 4em;;
}

.large-placeholder-text {
	text-align: center;
	font-size: large;
	font-weight: bold;
	font-style: italic;
}

#disorder-chart {
width: 280px;
}

#epitopes-chart {
width: 280px;
}

#repeats-chart {
width: 280px;
}

#snps-chart {
width: 420px;
}

#length-chart {
width: 420px;
}

#tajima-chart-guinea {
width: 420px;
}

#tajima-chart-gambia {
width: 420px;
}

#pdbList .listHeader {
line-height: 1.5em;
background: #ccc;
width: auto;
margin-bottom: 1px;
}

#pdbList .listHeader div {
display: inline-block;
width: 100px;
font-weight: bold;
font-size: smaller;
text-align: center;
}

#pdbList .entry div {
display: inline-block;
width: 100px;
text-align: center;
}

#pdbList .entry {
line-height: 1.5em;
background: #eee;
width: auto;
margin-bottom: 1px;
}

#pdbList .active {
font-weight: bold;
}

#pdbList div.id {
width: 100px;
padding-right: 10px;
text-align: center;
cursor:pointer;
}

#flight-list {
min-height: 1024px;
}

#flight-list .active {
font-weight: bold;
}

#flight-list .date,
#flight-list .day {
margin-bottom: .4em;
}

#flight-list .flight {
line-height: 1.5em;
background: #eee;
width: 1140px;
margin-bottom: 1px;
}

#flight-list .listHeader {
line-height: 1.5em;
background: #ccc;
width: 1140px;
margin-bottom: 1px;
}

#flight-list .listHeader div {
display: inline-block;
width: 120px;
font-weight: bold;
font-size: smaller;
text-align: center;
}

#flight-list .time {
color: #999;
}

#flight-list .sortList {
cursor:pointer;
}

#flight-list .showMore {
color: #999;
text-align: center;
cursor:pointer;
}

#flight-list .showMoreHover {
color: #aaa;
text-align: center;
cursor:pointer;
}

#flight-list .flight div {
display: inline-block;
width: 120px;
text-align: center;
vertical-align:text-top;
}

#flight-list div.id {
width: 120px;
padding-right: 10px;
text-align: right;
cursor:pointer
}

#flight-list div.description {
width: 120px;
padding-left: 10px;
text-align: left;
font-size: smaller;
cursor:pointer;
}

#flight-list div.numbers {
width: 120px;
padding-right: 10px;
text-align: center;
}

#totals {
font-size: smaller;
}
