body {
			 font-size: 3vw;
			 font-family: 'Montserrat';
			 width: 100%;
			 height: 100%;

			 margin: 1000;
			 border: 0;
			 padding: 0;

			 display: block;
			 position: fixed;

			 top: 0;
			 left: 0;
			 z-index: -9999;
	 }

	 #hud_distance{
			 display: block;
			 position: fixed;

			 top: 5%;
			 right: 5%;
			 z-index: 0;
	 }

	 #hud_shields {
			 display: block;
			 position: fixed;

			 top: 5%;
			 left: 5%;
			 z-index: 0;
	 }

	#video{
		visibility: hidden;
	}





	 .ui_overlay {
     position: absolute;
     font-size: 2vw;
     color: white;
     background-color: transparent;
     padding: 3vh 0 3vh 2vw;
     width: 50vw;
     margin-top: 10vh;
     margin-left: 25vw;


     display: none;
 }

 		.tally_io{
      position: absolute;
      font-size: 2vw;
      color: white;
      background-color: rgba(0,0,0,0.5);
      padding: 3vh 0 3vh 2vw;
      width: 50vw;
      margin-top: 10vh;
      margin-left: 25vw;

      display: block;
  }

 .clickable_group {

     position: absolute;
     display: block;
     right:      3vw;
     bottom:     3vh;
     padding: 1vh 1vw 1vh 1vw;
 }

 .clickable {
     outline:            0;
     color:              white;
     background-color:   transparent;
     border:             0.1vw solid white;
     font-size:          2vh;
		 font-family: 'Montserrat';
     padding:            1vh 1vw 1vh 1vw;
     border-radius:      0.5vw;
 }

 .clickable:hover {
     background-color:   white;
     color: rgba(0,0,0,1);
     border: 0.2vw solid white;
 }

 .clickable:active {
     outline: 0;
     color: orange;
     background-color: transparent;
     border: 0.2vw solid white;
 }

	.clickable_groupTwo{
		position: absolute;
		display: block;
		left:      3vw;
		top:     3vh;
		padding: 1vh 1vw 1vh 1vw;
	}


 .clickableTwo{
	 outline:            0;
	 color:              red;
	 background-color:   transparent;
	 border:             0.1vw solid white;
	 font-size:          2vh;
	 font-family: 'Montserrat';
	 padding:            1vh 1vw 1vh 1vw;
	 border-radius:      0.5vw;
  }

	.clickableTwo:hover {
      background-color:   white;
      color: rgba(0,0,0,1);
      border: 0.2vw solid white;
  }

  .clickableTwo:active {
      outline: 0;
      color: orange;
      background-color: transparent;
      border: 0.2vw solid white;
  }
