<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.reveal a{
    text-decoration: underline;
    color: #0b0;
}

.reveal a:hover{
    color: #0b0;
}

.reveal section.has-dark-background a {
    color: #0f0;
}

.reveal p{
    hyphens: auto;
}


/*
.reveal {
    font-family: Tex Gyre Adventor;
    font-size: 40px;
}
*/

#tabledec {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#tabledec td, #tabledec th {
  border: 1px solid #ddd;
  padding: 8px;
}

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

#tabledec tr:hover {background-color: #ddd;}

#tabledec th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #04AA6D;
  color: white;
}

.fragment.highlight-light.visible{
    font-weight: bold;
    color:#00aa00!important;
}
.fragment.highlight-current-light.current-fragment{
    font-weight: bold;
    color:#00aa00!important;
}
</pre></body></html>