#content {
  border-right: 0px; }

#chart-container {
  width: 620px;
  display: block; }

@media screen and (max-width: 620px) {
  #chart-container {
    display: none; } }

#mobile-chart-container-640 {
  display: none; }

@media only screen and (min-width: 480px) and (max-width: 620px) {
  #mobile-chart-container-640 {
    display: block; } }

#mobile-chart-container-310 {
  display: none; }

#mobile-chart-container-310 img {
  width: 480px;
  margin: 0px auto; }

@media only screen and (max-width: 480px) {
  #mobile-chart-container-310 {
    display: block; } }

#timelineContent {
  min-height: 300px;
  background-color: #f9f8f5; }

.borderbottom {
  padding-bottom: 10px;
  margin-bottom: 15px !important;
  border-bottom: 1px dotted #ccc; }

#timelineContent > div {
  display: none;
  font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif;
  overflow: visible; }

#timelineContent #div0 {
  display: block; }

#timelineContent .image {
  float: left;
  margin: 0 20px; }

#timelineContent .arrows {
  float: right;
  /*padding-top:10px;*/ }

#timelineContent .arrows span {
  margin-right: 15px;
  color: #a55a26;
  cursor: pointer;
  padding: 5px;
  font-size: 18px; }

#timelineContent .arrows span:hover {
  color: #fff; }

#timelineContent .arrows span:active {
  position: relative;
  top: 1px;
  left: 1px; }

#timelineContent .date {
  text-transform: uppercase;
  height: 100%;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  overflow: hidden;
  font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif;
  background: #eeece4;
  padding: 5px 3px 3px 0;
  margin-bottom: 20px;
  line-height: 170%; }

.date > span {
  background: #a55a26;
  padding: 20px 15px;
  color: #fff;
  position: relative;
  /*top:1px;*/ }

#timelineContent .text {
  line-height: 1.5rem;
  margin: 0 20px 10px 20px;
  padding-bottom: 15px; }

#interactive #timelineContent .psource {
  color: #aaa;
  font-size: 1.2em;
  font-style: italic;
  margin-left: 20px; }

p.source {
  color: #888;
  font-size: 0.9rem;
  margin-top: 20px;
  font-style: normal;
  font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif; }

p.text#law {
  color: #a55a26;
  text-transform: uppercase;
  font-weight: 800;
  padding-top: 15px;
  font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif;
  font-size: 1.2rem;
  /*min-height: 50px;*/ }

p.text#desc {
  min-height: 225px; }

#note {
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", Verdana, Geneva, sans-serif; }

#note span {
  color: #d1a730;
  font-weight: 800; }

#addl-src-btn:hover {
  color: #bc7b2b;
  text-decoration: underline;
  cursor: pointer; }

#addl-sources {
  display: none; }
