#table{
  table, th, td {
    border: 1px solid black;
    border-style: ridge;
    border-radius: 12px;
    color: #000000;
    border-color: #2A328B;
    background-color: #0077AC;
  }
  table {
    width: 100%;
  }
    th, td {
    text-align: center;
    background-color: #00944B;
    white-space: nowrap;
  } 
}
#jqlfilters{
  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;
  } 
}
