#app {
    height: 556px;
    width: 948px;
    position: relative;
    margin: 0 auto;
    display: none;
}


#app #app-left {
  float: left;
  height: 580px;
  padding-top: 20px;
  margin-left: 12px;
  position: relative;
}

#app #app-right {
  float: left;
  width: 500px;
  height: 580px;
  padding-top: 20px;
  overflow: hidden;
  display: table-row;
  position: relative;
  outline: none;
}

#app #app-right .scroll {
  width: 500px;
  height: 580px;
  overflow: hidden;
}



/* Entry Style */
.entry {
  margin-bottom: 50px;
  padding-left: 20px;
  min-height: 580px
}

.entry .date {
  margin-bottom: 5px;
}

.entry h2 {
  font-size: 2em;
  margin-bottom: 15px;
}

.entry p {
  margin-bottom: 15px;
}


.entry .entry-content {
  line-height: 1.7em;
  text-align: justify;
  width: 450px;
}

/* Timeline */
#timeline {
  width: 436px;
  height: 410px;
  background-image: url('../images/timeline-bg.png');
  background-repeat: no-repeat;
  position: relative;
  /*left: 40px;*/
  z-index:5000;
}

#timeline #timeline-overlay {
  z-index: 5;
  width: 200px;
  height: 250px;
  position: relative;
  top: 108px;
  left: 122px;
  
  /* By default, set image 1 */
  background-image: url('../images/overlay1.png');
  background-repeat: no-repeat;
}

/* Section Header */
#section-header {
  z-index: 10;
  width: 300px;
  height: 80px;
  position: absolute;
  top: 425px;
  left: 70px;
  text-align: center;
}

#section-header .date {
  color: #fff;
}

#section-header .title {
  font-size: 20px;
}

#section-header .chemicals {
  font-size: 16px;
}


/* Fact Details */
#facts {
  /*background-color: rgba(30, 39, 39, 0.85);*/
  width: 300px;
  height: 200px;
  position: absolute;
  left: 71px;
  top: 490px;
  /*border-radius: 8px;
  box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;*/
}

#facts .label {
  font-family: "Ubuntu-Medium", Verdana, Helvetica, sans-serif;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 11px; font-size: 1.1rem;
}

#facts .content {
  overflow: hidden;
  font-size: 12px; font-size: 1.2rem;
  width: 300px;
  height: 200px;
}

#facts .facts-wrapper {
  text-align: center;
  position: relative;
  /*display: none;*/
}

#facts .fact {
  float: left;
  width: 300px;
}

#facts .fact .fact-content {
  width: 225px;
  margin: auto;
  height: 145px;
  overflow: auto;
}

#facts .nav-arrow {
  top: 85px;
}

#facts .nav-arrow.prev {
  left: -15px;
}

#facts .nav-arrow.next {
  right: -15px;
}
