@font-face {
   font-family: 'Quicksand';
   font-style: normal;
   font-weight: 600;
   src: url(/_v1_jsm/css/QuicksandSemibold.woff2) format('woff2');
   unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
 }

.none {
	display: none;
}

.mono {
	font-family: "Ubuntu Mono", Consolas, "Lucida Console", "Courier New", "SF Mono", Monaco, monospace;
}

.noselect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#hint {
   position: fixed;
   top: 0px;
   left: 0px;
   max-width: 200px;
   margin: 20px 10px 10px 20px;
   padding: 10px;
   border-radius: 10px;
 
   /* border: solid 1px rgba(255, 255, 255, 0.9); */
   /* background: rgba(34, 51, 68, 0.66); */
   /* color: rgba(255, 255, 255, 0.9); */
   /* white-space: pre-wrap; */
   /* offset-x | offset-y | blur-radius | spread-radius | color */
   /* box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2); */
}

#htitle, #hcontent {
   line-height: initial;
   font-family: 'Quicksand', 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-style: normal;
   font-weight: 600;
   color: rgb(32, 0, 45);

   color-scheme: only light;

   /* text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5); */
}

#htitle {
   font-size: 20px;
}

#hcontent {
   font-size: 16px;
}