body {
  font-family: "Gilroy", "Roboto", Arial, sans-serif, FreeSans;;
}
   
.hidden {
  display: none;
}
.fiobar {
  white-space: nowrap;
  padding-right: 1 rem;
}
.logo-font {
  font-family: "Ubuntu", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
} 
.highlighted {
  border: 2px solid black;
}
pre code {
  white-space: pre-wrap;
  font-size: .875em;
  word-wrap: break-word;
}
.article {
  font-size: 1.1rem;
}
.topic-content {
    display: none;
}
.table-no-border thead th {
    border: none;
}
.table-no-border tbody td {
    border: none;
}
