<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body { background:#ffff; margin:0 }
svg { position:fixed; top:0; left:0; height:100%; width:100% }
@font-face {
  font-family: myStandardFont;
  src: url(../fonts/standard.ttc);



}

@font-face {
  font-family: mySecondFont;
  src: url(../fonts/digiFont1.ttf);
  font-weight: bold;

}
text {
  font-family: myStandardFont;
  font-size:14px;
  fill:#020058;
  letter-spacing: -1px;
}

tr {
  font-family: myStandardFont;
  font-size:14px;
  fill:#020058;
  letter-spacing: -1px;
  line-height: 14px;

}

td {
  vertical-align: bottom;
  padding: 1px;

}

.selectedRow {
  background:#0080F9;
  color:white;
}

.normalRow {
  background:#fff;
  color:black;
}

.mydiv {
  max-height:110;
  overflow-y: scroll;

}

* {

-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}


/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
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 */
}

/* Modal Content */
.modal-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
max-width: 800px;
overflow: visible;
height:65%;
}

.modal-top {
background-color: #fefefe;
font-family: arial;
font-size: 20px;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
max-width: 800px;
height:30px;
}

/* The Close Button */
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}

.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
</pre></body></html>