body {
    background-color: #283c69;
    color: #dadada;
    text-shadow: 0 0 2px #000, 0 0 2px #000;
}
table{
  text-shadow: none;
  max-width: 65vw;
}
#tablekey{
  display: inline-block;
  min-width: 100%;
}
#table {
  font-size: 1.2em;
  min-width: 10vw;
  max-width: 65vw;
  min-height: 50vh;
  max-height: 80vh;
  padding: 0px;
  background-color: #0077AC;
  border: 7px solid #2A328B;
  border-style: ridge;
  border-radius: 12px;
  float:left;
  overflow-x: auto;
  direction: rtl;
  table, th, td {
    color: #000000;
    border-color: #2A328B;
    max-width: 65vw;
  }
  table{
    direction: ltr;
  }
  td:first-child, th:first-child {
    position:sticky;
    left:0;
  }
  td:last-child, th:last-child {
    background-color: #F6B413;
    position:sticky;
    right:0;
  }
  th, td {
    text-align: center;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 7px;
    margin-bottom: 7px;
    border: 3px solid #2A328B;
    border-style: ridge;
    border-radius: 12px;
    background-color: #00944B;
    white-space: nowrap;
  }
}
#key{
  float: left;
  margin-left: 1vw;
  table, th, td {
    border: 1px solid black;
    border-style: ridge;
    border-radius: 12px;
    color: #000000;
    border-color: #2A328B;
    background-color: #0077AC;
  }
  table {
    width: auto;
  }
  th, td {
    text-align: center;
    background-color: #00944B;
    white-space: nowrap;
  }
}
#jqlfilters {
  display: block;
  padding: 10px;
  min-width: 90vh;
  margin-left: 0vw;
  margin-right: 0vw;
  margin-top: 3vh;
  margin-bottom: 0vh;
  table, th, td {
    border: 1px solid black;
    border-style: ridge;
    border-radius: 12px;
    color: #000000;
    border-color: #2A328B;
    background-color: #0077AC;
  }
  table {
    width: 30%;
  }
    th, td {
    text-align: left;
    background-color: #00944B;
    white-space: nowrap;
    padding: 5px;
  } 
}
.name{
  width: auto;
  padding-left: 7px;
  padding-right: 7px;
}
.data{
  min-width: 60px;
  max-width: 4%;
  padding-left: 3px;
  padding-right: 3px;
}
.top_data{
  font-size: 1.2rem;
}
.bot_data{
  font-size: .9rem;
}