<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Style tab links */
.tablink {
background-color: #999999;
color: white;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 5px 5px;
font-size: 13px;
width: 7%;
}

.tablink:hover {
background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
display: none;
padding: 40px 20px;
height: 100%;
font-size: 14px;
font-style: normal;
}


div.a {
  text-align: center;
}


.collapsible {
  background-color: #f1f1f1;
  color: #283F51;
  cursor: pointer;
  padding: 8px;
  width: 100%;
  border: none;
  border-bottom: 3px solid white;
  text-align: center;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #00B5AB;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: white;
}</pre></body></html>