#INDEX
{ left: 0%; right: 0%; top: 0%; bottom: 0%;
  width: 100%; height: 100%;
  margin: 0px 0px 0px 0px;
  background: linear-gradient(to bottom, rgba(0, 25, 75, 1.0) 10%,
   rgba(0, 50, 100, 1.0) 30%,
   rgba(0, 75, 125, 1.0) 60%,
   rgba(0, 100, 150, 1.0) 100%);
  /*background-color: rgba(50, 50, 50, 0.95);
  background-image: url("bg/bg_xl.svg"); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;/**/
  font-family: Arial; /* Comic sans MS */
  font-size: 12pt;
  color: #fafafa; text-shadow: 1px 2px 4px #646464;
  cursor: default; }

#MAIN_FRAME
{ left: 128px; right: 0px; top: 96px; bottom: 0px;
  padding: 0px 24px 24px 24px;
  background-color: rgba(250, 250, 250, 0.95);
  overflow-x: hidden;
  overflow-y: hidden;
  position: fixed;
  font-family: Arial; /* Comic sans MS */
  font-size: 16pt;
  color: #000000; text-shadow: 1px 2px 4px rgba(200, 200, 225, 0.75);
  border-radius: 24px 0px 0px 0px;
  display: none; }

#MAIN_PAGE
{ left: 24px; right: 24px; top: 108px; bottom: 24px;
  background-color: transparent;
  /*background-color: rgba(200, 200, 200, 0.5);*/
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
   }

.table_head
{ padding: 8px 4px 8px 4px;
  font-size: 24pt;
  text-align: left; }
.table_bull
{ width: 16px;
  padding: 4px 8px 4px 8px;
  font-size: 20pt;
  text-align: right; }
.table_text
{ padding: 4px 0px 4px 0px;
  font-size: 12pt; }

.logo_start
{ left: 50%; right: 50%;
  width: 512px;
  margin: 64px -256px 0px -256px;
  border: none;
  border-radius: 10% 55% 45% 30%;
  position: absolute; }

.logo_navi
{ left: 4px; top: 4px;
  height: 112px;
  border: none;
  border-radius: 10% 55% 45% 30%;
  position: fixed;
  cursor: pointer; }

#START_NAVI
{ margin: 360px 0px 0px 0px; }

.start_button_off
{ width: 72px; height: 72px;
  margin: 8px 8px 8px 8px;
  padding: 0px 0px;
  background-color: rgba(0, 125, 250, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
  border: none;
  border-radius: 50%;
  box-shadow: inset -4px -2px 6px rgba(150, 150, 150, 0.5);
  cursor: pointer; }

.start_button_off:hover
{ background-color: rgba(0, 100, 200, 0.25);
  box-shadow: inset -4px -2px 6px rgba(150, 150, 150, 0.5); }

.start_button_off:active 
{ background-color: rgba(0, 50, 100, 0.25);
  border-radius: 50%;
  box-shadow: inset 2px 1px 3px rgba(150, 150, 150, 0.5); }

.start_button_on
{ width: 80px; height: 80px;
  margin: 4px 4px 4px 4px;
  padding: 0px 0px;
  background-color: rgba(100, 125, 150, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  border: none;
  border-radius: 50%;
  box-shadow: inset 2px 1px 3px rgba(250, 250, 250, 0.5);
  cursor: no-drop; }

#COUNTER
{ left: 50%; right: 50%;
  width: 324px; height: 60px;
  margin: 40px -170px 0px -170px;
  padding: 8px 8px;
  background-color: rgba(0, 0, 0, 1.0);
  text-align: right;
  border: none;
  border-radius: 12px;
  position: absolute; }

.count_number
{ height: 60px;
  background-color: rgba(250, 250, 250, 1.0); }

#NAVI
{ right: 0px; top: 0px;
  /*width: 72px; height: 80px;*/
  margin: 16px 16px 16px 16px;
  padding: 0px 0px;
  background-color: rgba(0, 50, 100, 0.25);
  position: fixed;
  border-radius: 32px;
  box-shadow: inset 2px 1px 3px rgba(150, 150, 150, 0.5);
  display: none; }

.navi_button_off
{ width: 48px; height: 48px;
  margin: 8px 8px 8px 8px;
  padding: 0px 0px;
  background-color: rgba(0, 125, 250, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 85%;
  border: none;
  border-radius: 50%;
  box-shadow: inset -4px -2px 6px rgba(150, 150, 150, 0.5);
  cursor: pointer; }

.navi_button_off:hover
{ background-color: rgba(0, 100, 200, 0.25);
  box-shadow: inset -4px -2px 6px rgba(150, 150, 150, 0.5); }

.navi_button_off:active 
{ background-color: rgba(0, 50, 100, 0.25);
  border-radius: 50%;
  box-shadow: inset 2px 1px 3px rgba(150, 150, 150, 0.5); }

.navi_button_on
{ width: 56px; height: 56px;
  margin: 4px 4px 4px 4px;
  padding: 0px 0px;
  background-color: rgba(100, 125, 150, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  border: none;
  border-radius: 50%;
  box-shadow: inset 2px 1px 3px rgba(250, 250, 250, 0.5);
  cursor: no-drop; }

.navi_icon
{ width: 64px; height: 64px;
  margin: -40px 4px -20px 0px;
  border-radius: 50%; }