<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tabs .nav-tabs { 
  border: none;
  background: none;
  border-bottom: solid 2px #72c02c;   
}

.tabs .nav-tabs a { 
  font-size: 14px;
  padding: 5px 15px; 
}

.tabs .nav-tabs &gt; .active &gt; a, 
.tabs .nav-tabs &gt; .active &gt; a:hover, 
.tabs .nav-tabs &gt; .active &gt; a:focus { 
  color: #fff;
  border: none; 
  background: #72c02c; 
}

.tabs .nav-tabs &gt; li &gt; a { 
  border: none;
}
.tabs .nav-tabs &gt; li &gt; a:hover { 
  color: #fff; 
  background: #72c02c; 
}

.tabs .tab-content { 
  padding: 10px 0;
}

.tabs .tab-content img {
  margin-top: 4px;
  margin-bottom: 15px; 
}

.tabs .tab-content img.img-tab-space {
  margin-top: 7px;
}</pre></body></html>