<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 99.5%;
    #background-color: #c4c4dd
    background-color: #ffffff
}

td, th {
    border: 0px;
}

a:visited{
   color:#0050a7 !important;
}

tr:nth-child(even){background-color: #a6ccdf;}


/*tr:hover {background-color: #80aec5;}*/

.paddingBetweenCols td
{
    padding:0 5px 0 5px;
}


th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #80adc4;
    color: white;
}
pre {
    font-family: Consolas, monaco, monospace;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
}
/*Style Autocomplete*/
.content {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

.tt-dropdown-menu {
    /*width: 150px;*/
    width: auto;
    margin-top: 5px;
    padding: 8px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px 8px 8px 8px;
    font-size: 18px;
    color: #111;
    background-color: #F1F1F1;
}

/* top navigation */
/*.topnav {
    overflow: hidden;
}*/

/* Style the links inside the navigation bar */
/*.topnav a {
    float: left;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    border-right: 1px solid #bbb;
}*/

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #0099ff;
}

.tutorial p{
color: red;
}

/*dropdown*/
.dropbtn {
  background-color: #a6ccdf;
  color: white;
  padding: 14px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #80aec5;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #007bff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.navbar {
  min-height: 70px;
}

.nav-link{

    font-size: 20px !important;
    }


</pre></body></html>