﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  body, html {
    margin:0;
    padding:0;
    height: 100%;
    overflow: hidden;
    /*  Disable scrollbars */
    display: block;
    /* No floating content on sides */
    background:black;
  }

  div.envelope {
    height: 100%;
  }

  table {
    border: solid 0px lightskyblue;
    padding: 0px;   
    margin: 0px; 
    background-color: black;    
  }
  table.mainLayout{
    width: 100%;
    height: 100%;
  }  
  td {
    border: solid 0px lightgreen;
    align-items: center;
    padding: 0px;   
    margin: 0px; 
    background-color: black;
  }

  button{
    width: 100px;
    padding: 3px;
    margin: 2px;
    border: 12px ;
    border-radius: 8px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    background-color: rgb(84, 63, 191);
    color: azure;
  }

#instruction_cell{
  font-size: 20px;
  /*align-content: center;*/
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding-left: 20px;
  height: 30px;
  width: 400px;
  color:#ff6611;
}

#result_cell{
  font-size: 16px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  padding-left: 10px;
  /*width: 120px;*/
  width: 55%;  
  color: rgb(180, 214, 233);
}  

#canvas1 {
    border: 1px solid rgb(18, 6, 70);;
    position:static;
    top: 0px;
    left: 0px;
    /*transform: translate(-50%, -50%);*/
    background:rgb(4, 4, 30);
    max-width: 100%;
    max-height:99%;       
}
/*
#carrier, #aswplane, #compass, #crosshairs{  
  display: none;
}

.handjet-lightbox {
  font-family: "Handjet", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings:
    "ELGR" 1,
    "ELSH" 2;
}
*/