header {
  height: 150px;
  padding: 10px;
  text-align: center;
}

#section {
  margin: auto;
  width: 1000px;
  font-family: 'PT Sans', sans-serif;
}

footer {
  clear: both;
  padding: 20px;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}

.banner {
  color: #000;
  font-size: 72px;
  font-weight: 200;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
}

#fourOhFour {
  padding: 100px 10px;
  font-size: 32px;
}

a.banner:hover {
  text-decoration: underline;
}

ul#navList {
  padding: 0;
  list-style-type: None;
}

ul#navList li {
  display: inline;
  padding: 20px;
}

ul#navList li a {
  color: #000;
  font-size: 22px;
  font-weight: 200;
  text-decoration: none;
  font-family: 'Raleway', sans-serif;
}

ul#navList li a:hover {
  text-decoration: underline;
}

.topLevelHeader {
  padding: 2px;
  font-size: 30px;
  font-family: 'Raleway', sans-serif;
}

table.teamsTable td,
tr {
  padding: 2px 4px;
}

table.teamsTable th {
  padding: 2px 4px;
}

table.recentGamesTable td,
tr {
  padding: 2px 2px;
}

.quarterLines {
  fill: None;
  stroke: #000;
  stroke-width: "1px";
  shape-rendering: "crispEdges";
}

rect {
  shape-rendering: crispEdges;
}

.barLabel:hover {
  text-decoration: underline;
}

.playerName {
  font-size: 32px;
}

.playerHeader {
  font-size: 20px;
}

.teamName {
  padding: 1px;
  font-size: 26px;
}

.teamYearLink {
  color: #000;
  padding: 4px;
  font-size: 14px;
  text-decoration: none;
}

.teamYearLink:hover {
  text-decoration: underline;
}

.gameHeader {
  font-size: 28px;
}

.gameTeam {
  color: #000;
  font-size: 24px;
  text-decoration: none;
}

a.gameTeam:hover {
  text-decoration: underline;
}

#dropdown.fa-caret-down {
  vertical-align: middle;
}

#dropdown {
  width: 400px;
  height: 50px;
  float: left;
}

#dropdown-blank {
  width: 600px;
  height: 50px;
  float: left;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

#dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1
}

#chart-gamenum {
  float: left;
  width: 1000px;
  height: 125px;
}

#chart-gamenum svg g g.axis.y {
  display: none;
}

#chart-hist-scored,
#chart-hist-allowed,
#chart-hist-diff {
  float: left;
  width: 250px;
  height: 200px;
}

#chart-hist-scored rect.bar,
#chart-hist-allowed rect.bar {
  fill: #f14936;
}

#chart-hist-scored rect.bar.deselected,
#chart-hist-allowed rect.bar.deselected,
#chart-hist-diff rect.bar.deselected {
  stroke: none;
  fill: #ccc;
}

#chart-row-homeaway {
  float: left;
  width: 250;
  height: 100;
}

#chart-row-winloss rect.deselected,
#chart-row-homeaway rect.deselected {
  stroke: none;
  fill: #ccc;
}

.dc-chart .brush .custom-brush-handle {
  fill: #eee;
  stroke: #666;
  cursor: ew-resize;
}