
body {background-color: #252c34;  color:#ffffff}


.slidecontainer {
  width: 100%;
}

.slidecontainer .hvalue, .happy{
  color:  #d3d3d3;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #04AA6D;
  cursor: pointer;
}

.btn-responder {background-color:#04AA6D;}
.btn-responder:hover {
  outline: none;
  opacity: 0.8;
}

.containerdiv{  
  margin-top: -50px;
}
.container{
  height: 140px;
}


.hc-cat-title {
  position: relative;
  top: -5px; left: 150px;
  font-size: 12px;
  font-weight: bold; 
}

.container .hc-cat-title {
  position: relative;
  top: -2px; left: 115px;
  font-size: 12px;
  font-weight: bold; 
}


.highcharts-figure,
.highcharts-data-table table {
  min-width: 320px;
  max-width: 800px;
  margin: 1em auto;
}

.highcharts-data-table table {
  font-family: Verdana, sans-serif;
  border-collapse: collapse;
  border: 1px solid #ebebeb;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.white-text, .white-text:hover {
  color: white;
}
