.bg-container {
  background: url("../../../lib/css/images/bg-2.png") no-repeat;
  background-position: 0 300px;
  width: 1000px;
  margin: 0 auto;
}

#data-activities {
  margin: 5px auto 0;
}

#data-activities .description {
  text-align: justify;
  margin-bottom: 10px;
}

#data-activities.panel {
  border: none;
  background: transparent;
  margin-top: 5px;
  width: 800px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.formula {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.activity {
  width: 900px;
  padding-bottom: 30px;
}

.slider-holder {
  margin: 10px;
}

.slider-bar {
  width: 120px;
  height: 14px;
  background: rgb(182, 181, 181);
  position: relative;
  border-radius: 2px;
  border: 1px solid rgb(128, 128, 128);
  box-sizing: border-box;
  margin: 8px auto 4px auto;
}

.slider {
  position: absolute;
  width: 17px;
  height: 24px;
  background: coral;
  border-radius: 4px;
  border: 1px solid rgb(178, 124, 111);
  left: 0px;
  box-sizing: border-box;
  top: -6px;
}

.G2Dbox {
  overflow: visible !important;
  width: 500px !important;
  height: 270px !important;
  margin: 15px 5px 30px 85px!important;
}

.G2Dinfobox {
  background: none;
}

.graph-container {
  border-width: 2px;
  width: 750px;
  height: 350px;
  margin: 10px 20px;
}

.ticks-label, .axis-label {
  color: #3954a4 !important;
  font-weight: normal;
}

.axis-label {
  font-weight: bold;
  font-size: 20px !important;
}

.axis-label-y {
  font-weight: bold;
  font-size: 20px !important;
  color: #3954a4 !important;
  -ms-transform: rotate(-90deg); /* IE 9 */
  -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  transform: rotate(-90deg);
}

.activity p {
  color: #1f497e;
  font-weight: bold;
  text-align: center;
}

.activity .orange {
  color: #e26703;
}

.activity .green {
  color: #7fd13b;
}

.activity > .sliders > div, .graph-container > div {
  display: inline-block;
  vertical-align: top;
}

.sliders {
  text-align: center;
}

.graph-container > div:nth-child(2) {
  width: 20%;
}

.formula p {
  text-align: center;
}


.finalQuestions {
  padding-top: 10px;
}

.finalQuestions h4 {
  font-weight: bold;
  text-align: center;
}