html {
  
  
  overflow-y: scroll;

}


h1 {

  color: gray;

  margin: 0px 0px 2px 0px;

  font-size: 20px;

  padding: 2px 1px 5px 1px;

  text-align: left;

  display: block;

  position: fixed;

  left: 15px;

  top: 10px;

}







#toolbar {

  position: fixed;

  right: 35px;

  bottom: 15px;

  background-color: #eeeeee;

  z-index: 99;

  /* border-radius: 30px; */

  padding: 10px 15px;

  /* box-shadow: 4px 6px 11px 0px #b2b2b2; */

}



#toolbar #settings-bar {

  display: inline;

}



#toolbar #settings-bar a {

  display: inline-grid;

  font-size: 10px;

  color: black;

  text-decoration: none;

  text-align: center;

  margin: 0 10px;

}



#toolbar span{

  margin-top:5px;

}

#toolbar #settings-bar img {

  margin-right: 15px;

  height: 30px;

  margin: 0 auto;

}







.hud {

		display: block;

		position: absolute;

		left: 100px;

		top: 100px;

		background: none;

		border: none;

		border-radius: 1em;

		text-align: center;

		font-family: sans-serif;

		font-size: 150%;

		padding: 20px;

}



.hud:hover {

		cursor: pointer;

		border: solid 1px gray;

		background: rgba( 255, 255, 255, 0.5 );

}



.modal-body{

  overflow:scroll;

 

  /* Initial value */

scrollbar-gutter: auto;

}



