<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">

body {background-color: #FBFBFB;}

.drop-list {
    margin-left: 15px;
    width: 150px;
    white-space: pre;
    text-overflow: ellipsis;
    margin-top: 5px;
    background-color: #FBFBFB;
}

h1 {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;}

#datatable-id {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;  
}

#datatable-id th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #62825D;
  color: #FEFAE0;
}

</head>
</link>