



.tick {
  font-size:1rem; white-space:nowrap; font-family:arial,sans-serif;
  max-width: 500px;
  
  margin: auto;
}
.tick-flip,.tick-text-inline {
  font-size:2.5em;
}
.tick-label {
  margin-top:1em;font-size:1em;
}
.tick-char {
  width:1.5em;
}
.tick-text-inline {
  display:inline-block;text-align:center;min-width:1em;
}
.tick-text-inline+.tick-text-inline {
  margin-left:-.325em;
}
.tick-group {
  margin:0 .5em;text-align:center;
}
body {
   background-color: rgb(156, 156, 156) !important; 
}
.tick-text-inline {
   color: rgb(163, 163, 163) !important; 
}
.tick-label {
   color: rgb(122, 122, 122) !important; 
}
.tick-flip-panel {
   color: rgb(255, 255, 255) !important; 
}
.tick-flip {
   font-family:inherit !important; 
}
.tick-flip-panel-text-wrapper {
   line-height: 1.45 !important; 
}
.tick-flip-panel {
   background-color: rgb(65, 65, 65) !important; 
}
.tick-flip {
   border-radius:0.12em !important; 
}




.tick-text{
   display: none;
}
.tick-label{
   display: none;
}

.tick-label.tick-text{
   display: none;
}

span.tick-label.tick-text{
   display: none !important;
}



