body, td, th, textarea, select, h2, h3, h4, h5, h6 {
  font-size: 13px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  color: #222;
  padding: 0px;
  margin: 0px;
}

table {
  border-collapse:collapse;
}


td {
  vertical-align: top;
}

.heading-row {
  border-bottom: 1px solid #ccc;
}

#banner {
  position: absolute;
  left: 90px;
  top: -20px;
}

#year-select {
  position: absolute;
  top: 120px;
  margin-left: 20px;
  margin-top: 20px;
}

#sidebar {
  position: absolute;
  left: 0px;
  top: 170px;
  width: 410px;
  overflow-x: visible;
}

#social {
  position: absolute;
  left: 20px;
  top: 470px;
  width: 500px;
  height: 500px;
  overflow-x: hidden;
}

#updated {
  position: absolute;
  left: 24px;
  top: 440px;
}

.sidebar-item {
  cursor: pointer;
  display: block;
  height: 29px;
  line-height: 29px;
  list-style-type: none;
  overflow-y: visible;
  padding-left: 20px;
  width: 200px;
  border-left-style: solid;
  border-left-width: 5px;
  border-left-color: white;
}


.sidebar-item:hover {
  background-color: #ccc;
}

ul {
  font-family: Helvetica, Open Sans, Arial, sans-serif;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
}

.selected {
  border-left-color: #F4A83D;
  font-weight: bold;
}

#table-div {
  position: absolute;
  left: 250px;
  top: 130px;
}

#table-div td {
  padding: 3px;
}

select {
   background: transparent;
   border: 1px solid #ccc;
}
