
.child {
  margin: 0 auto;
}


.box {
  margin: auto;
  max-width: 98%;
  background-color: hsla(0,0%,100%,.998);
  box-shadow: 0 1.6px 3.6px 0 hsla(0,0%,0%,.132),0 .3px .9px 0 hsla(0,0%,0%,.108);
  display: block;
  padding: 1.25rem;
  border: 1px solid hsla(0,0%,100%,0);
}

.data {
  font-size: 11pt; 
  font-family: Arial;
  border-collapse: collapse; 
  border: 1px solid silver;

}

.data td, th {
  padding: 5px;
}

.data tr:nth-child(even) {
  background: #E0E0E0;
}

.data tr:hover {
  background: silver;
  cursor: pointer;
}


.column {
  float: left;
  width: 50%;
}

/* #myCanvas {
    width: 100%;
    height: auto;
} */

#chart-container {
  height: 500px; /* or any specific value like 500px, 80vh, etc. */
  width: 50%;
  /* position: relative; */
}

#myCanvas {
    height: 500px !important;
    width: 100% !important;
    display: block;
  }

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

body, html {
  font-size: 13px;
  line-height: 18px;
  background-color: #f2f2f2;
  font-family: Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  line-height: 160%;
}

.centerImg {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border: 1px solid #e3e3e3;
}

figure {
  display: inline-block;
}

figure img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border: 1px solid #e3e3e3;
}
figure figcaption {
  text-align: center;
}

.figchart {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 700px; 
  height: 300px;
  border: 1px solid #e3e3e3;
}

/* remove if not used*/
/* try other things, e.g. can I use span to simplify formatting */
.imgBorder {
  border: 1px solid #e3e3e3;
}

footer {
  font-size: 13px;
  line-height: 40px;
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
  /*font-family: Segoe UI,SegoeUI,Helvetica Neue,Helvetica,Arial,sans-serif;*/
  color:  #555;
  text-align: center;
}


.slidecontainer {
  width: 100%;
  text-align: center;
}


table th, table td {
  text-align: center;
}

/* ############################### 
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  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;
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}
*/