.verbose-hidden{
    display: none;
}

.hotspot-target {
    position: absolute;
    /* top: 40%;
    left: 50%;
    margin-left: 115px; */
    
    border-radius: 50%;
    border: 8px solid #8b8a8b;
    padding: 5px;
  }
  
  .hotspot-target::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    bottom: -30px;
    left: -5px;
    border: 10px solid transparent;
    border-top: 17px solid #8b8a8b;
  }

.button-props{
  width: 100px;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  margin: 5px;
  border-width: 1px;
  border-color: gray;
  border-style: none;
  background-color: transparent;
  margin: 1px 0px;
}

.button-props:hover{
  background-color: #efefef;
}

.containerGeneral.width100{
  width: 100px;
}

.mob-button-choices{
  width: 100px;
  font-family: "Roboto", sans-serif;
  padding: 5px;
  margin: 5px;
  border-width: 1px;
  border-color: gray;
  border-style: solid;
  border-radius: 5px;
  background-color: transparent;
  margin: 1px 0px;
}