@layer local{
  main *{
    color:black;
  }
#div1{
  margin:1em auto;
  width:unset;
  max-width:90vw;
  max-height:90vh;
}
p#standard{
  width:100%;
  text-align:center;
  color:#333;
  margin-bottom:0;
}

#buttons input {
  border: none;
  border-radius: 0px 0px 10px 10px;
  box-shadow: #282828 0 5px 5px;
  color: white;
  cursor: pointer;
  font-size: 0.8em;
  padding: 6px 10px;
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  margin-left:1.5px;
  position:relative;
  z-index:var(--z-interactive);
}
#buttons input#toggle-button {
  background-image: linear-gradient(#323eb8,#00004d);
  float:left;
}
#buttons input#toggle-button:hover {
  background-image: linear-gradient(#00004d,#323eb8);
}
#buttons span {
  margin:6px 10px;
  font-size:0.8em;
  -webkit-user-select: none;
  user-select:none;
  display:block;
}
#buttons input#reset-highlight {
  background-image: linear-gradient(orange,#996300);
  float:right;
}
#buttons input#reset-highlight:hover {
  background-image: linear-gradient(#996300,orange);
}
#buttons .reset-highlight  {
  display:none;
}

#inaud-zone:hover{
  fill:rgb(0,0,255,0.3) !important;
}
#danger-zone:hover{
  fill:rgb(255,0,0,0.3) !important;
}

.phonCurve:not(#danger-zone,#inaud-zone):hover{
  stroke-width:5;
  stroke:orange;
  cursor:pointer;
}

.highlight{
  stroke-width:5;
  stroke:orange !important;
  opacity:1 !important;
  display:block !important;
  stroke-dasharray:none !important;
}


} /* End Local Layer */