.bg-container {
  background: url('../../../lib/css/images/bg-10.jpg') no-repeat;
  background-position: 6px 223px;
  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: 900px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.activity {
  width: 900px;
  padding-bottom: 30px;
}

.slider-bar {
  width: 100px;
  height: 14px;
  background: rgb(182, 181, 181);
  position: relative;
  border: 1px solid rgb(128, 128, 128);
  box-sizing: border-box;
  margin-top: 8px;
  margin-bottom: 4px;
}

.slider {
  position: absolute;
  width: 22px;
  height: 22px;
  background: coral;
  border-radius: 4px;
  left: 0px;
  box-sizing: border-box;
  top: -5px;
  border: 1px solid rgb(178, 124, 111);
}

.G2Dbox {
  overflow: visible !important;
  width: 380px !important;
  height: 200px !important;
  margin: 25px 30px 50px auto!important;
}

.G2Dinfobox {
  background: none;
}

.graph-container {
  border-width: 2px;
  width: 500px;
  height: 300px;
}

.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);
}

.column {
  display: inline-block;
  vertical-align: top;
}

.column.first {
  width: 15%;
}

.column.middle {
  width: 56%;
}

.column.last {
  width: 27%;
  vertical-align: text-top;
}

.column.first p {
  text-align: center;
  width: 110px;
}

.slider-holder {
  margin-bottom: 15px;
  margin-top: -4px;
}

.activity p {
  color: #11728b;
  font-weight: bold;
  text-align: center;
}

.activity .orange {
  color: #e26703;
}

.activity .green {
  color: rgb(77,184,71);
}

table tr:first-child td {
  background: #fce4d6;
  border-bottom: 1px solid #bebebe;
}

table .highlight td {
  background: #fce4d6;
}

table {
  border: 2px solid #ee9f62;
}

td {
  text-align: center;
  color: #000000;
  background: white;
  max-width: 95px;
  padding: 1px 5px;
}

.value, .slider-holder {
  display: inline-block;
  vertical-align: top;
}


/* checkboxes */
li {
  list-style: none;
  margin-bottom: 5px;
}

.checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url('../../../lib/css/images/icons.png') no-repeat;
  border: none;
  cursor: pointer;
}

.checkbox.checked {
  background-position: -48px 0;
}

.checkbox.checked:hover {
  background-position: -48px 0;
}

.checkbox:hover {
  background-position: -24px 0;
}

.check-buttons {
  margin-top: 5px;
  padding-left: 0;
}

.checkbox + span {
  left: 215px;
  position: absolute;
}


.finalQuestions {
  padding-top: 10px;
}

.finalQuestions h4 {
  font-weight: bold;
  text-align: center;
}