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;
}

.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;
}

#updated {
  font-size: 13px;
}

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

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


#year-select {
  margin-left: 20px;
  margin-bottom: 10px;
}

#sidebar {
  overflow-x: visible;
  white-space: nowrap;
}

#social {
  overflow-x: hidden;
}

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