<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
    max-height: 100%;
    /*overflow: hidden;*/
    overflow-y: auto;
    margin: 0;
    padding: 0;
    /*background-color: rgb(19, 41, 61);*/
    /* #006494; */
    font-family: Calibri;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    cursor: default;    
}

/* DARK BLUE    rgb(19, 41, 61);    */
/* LIGHTER BLUE rgb(0, 100, 148);   */
/* BROWN        rgb(160, 159, 120); */
/* LIGHT BLUE   rgb(27, 152, 224);  */
/* WHITE        rgb(232, 241, 242); */


/* ========================================================================== */

.fullwindow {
    background-color: #006494;
    /*#006494;*/
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;    
}

#loading &gt; span {
    position: absolute;
    top: 20%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-family: Calibri;
    font-weight: bold;
    font-size: 53px;  
}

.noscript {
    /* The image used */
    background-image: url("../img/screen.png");

    /* Full height */
    height: 100%;         

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.noscript div {   
    width: 100%;
    /*height: 100%;*/   
    position: absolute;
    display: block;
    text-align: center;
    font-family: Calibri;
    font-weight: bold;
    font-size: 40px;  
    top: 20%;
}

.noscript span {  
    font-weight: normal;
    font-size: 20px;  
}

.noscript .copyright {
    font-size: 20px;   
    width: 100%;  
    position: absolute;
    display: block;
    text-align: center;
    font-weight: normal;
    top: 93%;
}

/* ========================================================================== */

#page {
    background-color: #006494;
    /*#13293d;*/
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    left: 0;
    right: 0;
    text-align: center;
}

.about {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 20px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: left;
}

h1 {
    text-align: center;
}

h2 {
    margin-bottom: 5px;
}

ul {
    margin-top: 5px;
}

p {
    margin-top: 5px;
}

.copyright {
    margin-bottom: 20px;    
}

a {
    color: black;
    /*outline: 0;*/
    border: 0;
    text-decoration: none;    
    border-bottom: 1px dotted #000;
}

a:hover {
    border-bottom: 2px solid #000;
}

/* ========================================================================== */

/*canvas {
    vertical-align: bottom;
    display: block; 
    width: 100%;
    height: 100%;
}*/

/*img {
    vertical-align: bottom;
    display:block; 
}*/

.outerDiv {
    width: 100%;
    height: 100%;
    display: table;
}

.topDiv {
    width: 100%;
    height: 80px;
    text-align: center;
    /*position: relative;*/
    display: table-row;
}

.botDiv {
    width: 100%;
    height: 60px;
    text-align: center;
    line-height: 23px;
    /*position: relative;*/
    display: table-row;
    padding-top: 5px;
    padding-bottom: 10px;
}

.formDiv {    
    padding: 30px;
    vertical-align: bottom;
}

.formDiv span {
    margin-left: 10px;
    vertical-align: bottom;    
}

.formDiv button {
    margin-left: 10px;
    vertical-align: bottom;        
}

.formDiv input { 
    margin: 0px;
}

.fullDiv {
    display: table-row;
    width: 100%;
    height: 100%;
}

.overContainer {   
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    z-index: 10;
    text-align: center;
}

.loading {
    margin: auto;
}

/* ========================================================================== */

.number {    
    /*vertical-align: bottom;*/
    font-size: 60px;  
    line-height: 80px;
    height: 70px;
    display: block; 
}

.demo {    
    /*vertical-align: bottom;*/
    font-size: 35px;  
    line-height: 80px;
    height: 85px;
    display: block; 
}

.stars {
    color: #a08a39;
    font-size: 39px;  
    line-height: 50px;
    height: 60px;
    display: block;
}

.key {
    margin: 5px 5px 7px 2px;
    padding: 2px 5px 0px 5px;
    border: 0;
    border-width: 6px;
    min-width: 10px;
    box-shadow: 2px 2px 4px #000000;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

/* ========================================================================== */

table {    
    margin-left: auto; 
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-spacing: 10px;
}

td.cell {
    padding: 0;
    border: 0;
    margin: 0;
}

td.cell button::-moz-focus-inner {
    border:0;
    padding:0;
}

td.cell button {
    background-color: #7894a0;
    margin: 0;
    padding : 0;
    border: 0;
    border-width: 6px;
    box-shadow: inset 3px 3px 8px #000000;
    border-radius: 10px;
    width: 130px;
    height: 130px;
    text-align: center;
    cursor: default;
    font-weight: bold;
    display: block;
    color: #333;
}

td.cell button.available {    
    background-color: #1b98e0;
}

td.cell button.obtained {    
    background-color: #247ba0;
}

td.cell button.active {    
    cursor: pointer;
}

td.cell button:hover.active {
    background-color: #e8f1f2;
}

td.cell button:focus {
    background-color: #e8f1f2;    
}

/* ========================================================================== */

td.cell button:hover {
    position: relative;
}

td.cell button[alt]:hover:after {
    content: attr(alt);
    padding: 4px 0px;
    color: #333;

    display: inline;
    position: absolute;
    left: -10px;
    right: 10px;
    text-align: center;  
    top: 105%;
    width: 150px;
    text-align: center;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #222;
    background-color: #e8f1f2;
}


/* ========================================================================== */

/* Style the tab */
div.tab {
    overflow: hidden;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    border: none;
    /*outline: none;*/
    cursor: pointer;
    margin-left: 8px;
    margin-right: 8px;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    background-color: #f1f1f1;
    font-weight: bold;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

div.tab button::-moz-focus-inner {
    border: 0;
}

div.tab button:focus {    
    outline: 0 !important;
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
}
</pre></body></html>