html {
  min-width: 1040px;
}

body {
/*  font-family: "Helvetica Neue", Helvetica, sans-serif;*/
  font: 10px sans-serif;
  margin: 1em auto 4em auto;
  position: relative;
  tab-size: 2;
  width: 960px;
}

a:link, a:visited {
  color: #1f77b4;
}

h1 {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -2px;
  margin: .3em 0 .1em 0;
}

h2 {
  margin-top: .5em;
}

h1, h2 {
  text-rendering: optimizeLegibility;
}

svg {
  margin-top: 5px;
}
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  display: none;
}

.bar {
  fill: #1f77b4;
}

.line {
  fill: none;
  stroke-width: 2px;
}

#library-list {
  float: left;
  position: relative;
  width: 100%;
}

.library-group {
  float: left;
  position: relative;
  width: 150px;
}

#Non-GLS-Departmental {
  width: 360px;
}

.library-group ul {
  padding: 0;
}

.library-group ul li {
  list-style: none;
  font-size: 12px;
}

#Non-GLS-Departmental ul li {
  position: relative;
  float: left;
  width: 50%;
}

#message {
  position: relative;
  float: left;
  width: 100%;
  font-size: 14px;
  margin: 1em auto;
}

#loans-and-browses #message {
  min-height: 16px;
}

#loans-per-year #library-selection {
  position: relative;
  float: left;
  width: 200px;
  min-height: 48px;
  margin: 1em auto;
}

#loans-per-year #library-selection select {
  margin: 1em;
}

#loans-per-year #message {
  width: 760px;
  min-height: 48px;
}

#loans-per-year .y-axis-label {
  font-size: 16px;
}

#message strong.increase {
  color: green;
}

#message strong.decrease {
  color: maroon;
}

.chart {
  display: none;
  position: relative;
  float: left;
  width: 50%;
}

.chart h2 {
  margin-bottom: 0;
}

.transactions-line-label, .items-line-label {
  font-family: sans-serif;
  font-size: 11px;
}

#side-by-side, #histogram-with-running-totals {
  position: relative;
  float: left;
  width: 480px;
}

#page-navigation {
  float: left;
  display: block;
  width: 960px;
}

.previous, .current, .next {
  float: left;
  display: block;
  width: 320px;
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 1.25em;
}

.current {
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
}

.next {
  text-align: right;
}