<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 

#gameArea {
    position: absolute;
    left:     50%;
    top:      50%;
    width: 100%;
    height: 100%;
  }
#gameCanvas {
    width: 100%;
    height: 100%;
}
#statsPanel {
    position: absolute;
    width: 100%;
    height: 8%;
    bottom: 0;
    opacity: 0.8;
}


/*
.w3-bar-item .w3-hover-green .w3-mobile .w3-dropdown-hover{
    position: relative;
}

.w3-dropdown-click,.w3-dropdown-hover{
    position: relative;
    left:0px;
    display:inline-block;
    cursor: pointer;
}

.w3-dropdown-content .w3-bar-block .w3-card-4{
    position: relative;
    left: 10px;
}

    &lt;style&gt;
        table, th, td {
          border: 1px solid black;
          border-collapse: collapse;
        }
        &lt;/style&gt;
// for debug
table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

*/

.m-td {
    padding: 5px!important;
}

.Sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

.myHide {
    display: none;
}

.myBGColor_aqua {
    background-color:aqua;
}

.m-img-180 {
	width: 100%; 
	max-width: 180px;
}
.m-img-240 {
	width: 100%; 
	max-width: 240px;
}
.m-img-360 {
	width: 100%; 
	max-width: 360px;
}
.m-img-480 {
	width: 100%; 
	max-width: 480px;
}
.m-img-640 {
	width: 100%; 
	max-width: 640px;
}
.m-body {
    max-width: 860px; 
    background-color: #202020;
}
.m-p {
    font-family: "Arial";
	font-size: 22px;
}
.m-p-b {
    font-family: "Arial Black";
	font-size: 22px;
}
.m-p-img {
    font-family: "Gill Sans MT";
	font-size: 22px;
	margin: 0px auto;
	padding: 0px;
	max-width: 640px;
	line-height: 1.0;
}
.m-p-text {
    font-family: "Arial";
	font-size: 22px;
	margin: 0px auto;
	padding: 0px;
	max-width: 800px;
}
.m-div-card {
	margin-bottom: 20px;
}
.m-p-Sub {
    font-family: "Arial Black";
	font-size: 24px;
	color:#2080D0;
}
.m-Sub-w {
    font-family: "Arial Black";
	font-size: 24px;
	color:#FFF;
}
.m-Title-w {
    font-family: "Arial Black";
	font-size: 32px;
    line-height: 1.0;
    vertical-align: middle;
	color:#FFF;
}
.m-Title-w-small {
    font-family: "Arial Black";
	font-size: 4.8vw;
    line-height: 1.0;
    vertical-align: middle;
	color:#FFF;
    padding-left: 8px; padding-right: 8px;
}
.m-menu-Sub-w {
    font-family: "Arial Black";
	font-size: 18px;
	color: #FFF;
	cursor:pointer;
	line-height: 1.0;
}
.m-p-sub {
    font-family: "Arial";
	font-size: 24px;
	color:#2080D0;
}
.m-h1 {
	font-family:"Arial Black";
	font-size: 36px;
    color: #F70;
}
.m-h2 {
	font-family:"Arial Black";
	font-size: 32px;
    color: #F70;
}
.m-h3 {
	font-family:"Arial Black";
	font-size: 28px;
    color: #F70;
}
.m-h4 {
	font-family:"Arial Black";
	font-size: 24px;
    color: #F70;
}
.m-h5 {
	font-family:"Arial Black";
	font-size: 18px;
    color: #F70;
}
.debug-div {
    border: solid;
    border-width: 1px;
    border-color: black;
}
.debug-div-w {
    border: solid;
    border-width: 1px;
    border-color: white;
}
.debug-div-blue {
    border: solid;
    border-width: 1px;
    border-color: #28F;
}

.myFont_AB {
	font-family:"Arial Black";
}
.fontTiny {
	font-size: 4px;
    line-height: 100%;
}

.myColor_Aqua {
    color: aqua;
}
.myColor_Sub {
    color: #FF0;
}

.myh3_darkblue {
	font-family:"Arial Black";
	color:#2080D0;
}

.color28D {
	color:#28D;
}
.colorF70 {
	color:#F70;
}

.my_p_Subject {
    font-family: "Arial Black";
    color: #ff6a00;
}
.pSub {
    font-family: "Arial Black";
    font-size: 24px;
    color: #ff6a00;
}

.my_p_Context {
    font-size: 18px;
}
.my_p {
    font-size: 18px;
}

.my_Padding {
    padding: 10px;
}
.m-linklogo {
    padding: 4px;
    min-height: 100px;
    max-width: 360px;
}

.m-table-td {
	width: 80px; 
	height: 42px; 
	padding: 2px; 
	border-right: 1px solid #F70;
	border-bottom: 1px solid #F70;
}

.menuList {
    font-family: "Arial";
    font-size: 24px;
    color: #FFF;
}

.YT_Video {
    position: relative;
    padding-top: 56.25%;
}

.m-sw-off {
    background-color: #0AA;
	color: #000;
}
.m-sw-off:hover {
	background-color: #0AA!important;
	color: #0F0!important;
}
.m-sw-on {
    background-color: #0FF;
    color: #000;
    border: 2px dashed #060!important;
}
.m-sw-on:hover {
    background-color: #0FF !important;
    color: #080 !important;
}
.m-option {
    width: auto;
    padding: 5px;
    margin: 5px;
    border-radius: 20px;
    border: 1px dashed #0F0;
}
.m-paypal {
    padding: 5px;
    margin: 5px;
    border-radius: 20px;
    border: 3px dashed #06D;
}

.userInfo {
    width: auto;
    padding: 2px;
    margin: 0px;
    border-radius: 20px;
    border: 4px dashed #07F;
    font-size: 10px;
    color: #0BF;
}
.userInfo:hover {
    background-color: #FFD!important;
    color: #07F!important;
}

.m-btn-w130 {
    width: 130px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #000;
}
.m-btn-w120 {
    width: 120px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #000;
}
.m-btn-w90 {
    width: 90px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #000;
}
.m-btn-w60 {
    width: 60px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #000;
}
.m-btn-w30 {
    width: 30px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #000;
}

#display-image {
    width: 400px;
    height: 225px;
    border: 1px solid black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

ul {
    text-align:left;
}

.titleClose {
	margin: 0px!important;
	padding: 5px!important;
	margin-top: 20px!important;
	line-height: 32px;
	float:right;
	background-color: transparent;
    font-family: "Arial Black";
    font-size: 32px!important;
    color: #AAA;
}
.titleClose:hover {
    background-color: transparent!important;
    color: #0CF!important;
}

/* --- NAV Item ---------------------------------------------------------    
    min-width: 60px;
    padding-left: 4px; padding-right: 4px;
    padding: 0px;
    width: 72px;
    max-width: 196px;

*/

.NAV-item {
    min-height: 65px;
    margin: 3px; 
    padding-top: 20px!important;
    font-family: "Arial Black";
    font-size: 16px;
    line-height: 100%;
    /* 
    min-width: 100px;
    max-width: 122px;
    padding: 3px!important;
    */
}
.NAV-item-1 {
    min-height: 65px;
    margin: 0px; 
    padding-top: 20px!important;
    font-family: "Arial Black";
    font-size: 16px;
    line-height: 100%;
}
.NAV-item-a {
    /*
    width: 106px;
    max-width: 106px;
    */
    min-width: 80px;
    padding: 3px!important;
    padding-top: 16px!important;
    padding-bottom: 16px!important;
    margin: 3px!important;
    font-family: "Arial";
    font-size: 16px;
    line-height: 100%;
}
.NAV-item-list {
    max-width: 200px;
    min-height: 65px;
    margin: 3px;
    font-family: "Arial Black";
    font-size: 24px;
    line-height: 100%;
    padding-top: 20px;
}
.NAV-item-login {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
    padding-left: 4px!important;
    padding-right: 4px!important;
    line-height: 100%;
    margin: 3px;
}

/* *** Login - The Modal (background) ************************************** */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  /*
  document.getElementById("myDIV").style.zIndex = "-1";
  */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 120px;
}
  
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  padding: 5px;
  margin: 5% auto 5% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 460px;
}

.modal-close {
	margin: 2px!important;
	padding: 10px!important;
	line-height: 20px;
	float: right;
	background-color: #EEE!important;
    font-family: "Arial Black";
    font-size: 32px!important;
    color: #000;
}
.modal-close:hover {
	background-color: #EEE!important;
    color: red!important;
}
.login-pSub {
    font-family: "Arial Black";
    font-size: 32px;
    color: #000;
}

.animate {
  -webkit-animation: animatezoom 0.2s;
  animation: animatezoom 0.2s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

.can-robotVerify{
    margin: 0px; padding: 0px; 
    vertical-align: middle;
}

/* *** Application Control Panel ************************************** */
.ControlPanel {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 60px;
  }
  
  .CPAnim {
    -webkit-animation: CPAnim 2.6s;
    animation: CPAnim 2.6s
  }
  
  @-webkit-keyframes CPAnim {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
  @keyframes CPAnim {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  }
  

/*
 ======= Sound Volume Slider ================================
*/
/* The slider itself */
.volSlider {
      /* Override default CSS styles 
    */
    -webkit-appearance: none;
    appearance: none;
    
    width: 100%; /* Full-width */
    height: 40px; /* Specified height */
    border-radius: 40px;
    background: #888; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.8; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
  }
  
  /* Mouse-over effects */
  .volSlider:hover {
    opacity: 1; /* Fully shown on mouse-over */
  }
  
  /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
  .volSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;

    width: 40px; /* Set a specific slider handle width */
    height: 40px; /* Slider handle height */
    border-radius: 40px;
    background: #FF0; /* Green background */
    cursor: pointer; /* Cursor on hover */
  }
  
  .volSlider::-moz-range-thumb {
    -webkit-appearance: none;
    appearance: none;

    width: 40px; /* Set a specific slider handle width */
    height: 40px; /* Slider handle height */
    border-radius: 40px;
    background: #FF0; /* Green background */
    cursor: pointer; /* Cursor on hover */
  }

/*/ *****************************************************************
User Data
*/
.user-userID {
    font-family: "Arial Black";
    font-size: 32px;
    color: #28D;
}
.user-title {
    font-family: "Arial Black";
    font-size: 24px;
    color: #F70;
}
.user-itemlist {
    font-family: "Arial";
    font-size: 24px!important;
    vertical-align: text-bottom;
    color: #222;
}
.user-itemData {
    font-family: "Arial";
    /* 
    font-size: 24px!important; 
    vertical-align:text-bottom;
    */
    font-size: 24px;
    line-height: 0.8!important;
    vertical-align:baseline;
    color: #55F;
}
.user-rank {
    font-family: "Arial Black";
    /* font-size: 24px!important; */
    font-size: 24px;
    vertical-align:text-bottom;
    color: #24F;
}

.user-tableTH {
    font-family: "Arial black";
    font-size: 20px!important;
    vertical-align: text-bottom;
    color: #222;
}
.user-tableTitle {
    font-family: "Arial black";
    font-size: 24px!important;
    vertical-align: text-bottom;
    color: #222;
}
.user-tableData {
    font-family: "Arial";
    font-size: 16px;
    vertical-align:text-bottom;
    color: #24F;
}
.user-tableTH18 {
    font-family: "Arial black";
    font-size: 18px!important;
    vertical-align: text-bottom;
    color: #888;
}
.user-tableDataB {
    font-family: "Arial Black";
    font-size: 18px;
    vertical-align:text-bottom;
    color: #24F;
}

.text {
    font-family: "Arial";
    font-size: 18px;
}

</pre></body></html>