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:20px;
  fill:#020058;
  letter-spacing: -1px;
}

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

}

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;
}
