* {box-sizing: border-box;font-family: 'Quicksand', sans-serif ;}
body {
  background: #2f3238;
  color: #f0f0f0;
   user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.cont{display:flex;}
.b{border:solid 1px steelblue;transition:0.25s;-webkit-transition:0.25s;}
/*.b:hover{border:solid 2px steelblue}*/
.dataCont{height:30px;display:flex;background-color:/*rgba(70,130,180,0.75)*/rgba(27,51,71,1);padding-left:5px;}

.dataLabel{border:2px solid white;border-radius:10px;text-align:center;);

}
.wrapper{position:relative;}
.chart{height:200px;
 border:1px solid rgba(255,255,255,0.8);position:relative;background:radial-gradient(rgba(250,250,250,0.2) 20%,transparent/*rgba(150,150,150,0.25)*/);
}
.zoom{height:100px; border:1px solid rgba(255,255,255,0.8);position:relative;background:radial-gradient(rgba(255,255,255,0.2) 20%,transparent/*rgba(150,150,150,0.5*/));}
.thinLine{with:100%;height:5px;}
.svgDiv{height:0;width:0;}
.sText{transition:0.25s;-webkit-transition:0.25s;-ms-transition:0.25s;}

.arrow{width:16px; height:16px;border:0px solid silver;border-radius:2px;margin-left:10px;z-index:3;margin-top:0.2em;min-width:16px;display:flex;justify-content: center;
  align-items: center;margin-bottom:2px;background:radial-gradient(rgba(255,255,255,0.4),rgba(255,255,255,0.2) 10%,#2f3238);}
.arrow>div{font-size:14px;margin-top:0px;margin-left:0px;width:14px; height:14px;;display:flex;justify-content: center;
  align-items: center;}
.arrow:hover{border-color:white;box-shadow:0px 0px 2px 1px rgba(255,255, 255,1); cursor:pointer;}
.dataTitle{display:flex;}
.zDates{-ms-writing-mode:tb;writing-mode:tb}
.bottom{height:30px;}
#settings{position:fixed;
top:-2px;right:10px; border-bottom:1px solid rgba(255,255,255,0.35);border-left:1px solid rgba(255,255,255,0.35);border-right:1px solid rgba(255,255,255,0.35);border-radius:0px 0px 10px 10px;z-index:11 ;padding-left:8px;padding-right:8px;padding-bottom:4px;cursor:pointer;background:rgba(47, 50, 56,0.95);transition:0.5s;transform: translateY(0px);}
#settingsZone{position:fixed;z-index:10;width:200px;height:200px;top:-200px;right:10px;background:rgba(47, 50, 56,0.95);border:1px solid rgba(255,255,255,0.55);transition:0.5s;transform: translateY(0px);}