<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.abas-menu a {
  color:            #000;
  text-decoration:  none;
  display:          inline-block;
  float:            left;
  width:            194px;
  padding:          20px 50px;
  border-bottom:    3px solid #FFF;
  border-right:     1px solid #000;
  text-align:       center;
  font-size:        150%;
}

.abas-menu a[data-index="0"] {
  border-left: 1px solid #000;
}

.abas-menu a:hover, .abas-menu a.over, .abas-menu a.abas-active {
  border-bottom-color:  #000;
}

.abas-body {
  border-top:   1px solid #000;
  width:        100%;
  height:       100%;
  overflow:     hidden;
  padding-top:  15px;
}

.abas-aba {
  width:        100%;
  height:       100%;
  float:        left;
  margin-left:  5px;
}
</pre></body></html>