<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Style the tab */
.tabbed-views ul.tabs {
  margin-bottom: 20px;
  display: flex;
  list-style-type: none;
  padding: 0 !important;
}

/* Style the buttons that are used to open the tab content */
.tabbed-views ul.tabs a {
  border: none;
  background: none;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  color: rgb(65, 64, 66);
}

.tabbed-views ul.tabs .tablinks {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.tabbed-views ul.tabs .tablinks:nth-child(2) {
  padding-left: 20px;
  padding-right: 20px;
  border-left: gray 1px solid;
  border-right: gray 1px solid;
}

.tabbed-views ul.tabs .tablinks:first-child {
  padding-right: 20px;
}

.tabbed-views ul.tabs .tablinks:last-child {
  padding-left: 20px;
}

/* Create an active/current tablink class */
.tabbed-views ul.tabs .tablinks.active a {
  color: #f15f27;
}

/* Style the tab content */
.tabcontent {
  display: none;
}

#app-view-container {
  padding-top: 10px;
  border-top: gray 1px solid;
}

.ca-column .ca-row {
  border-top: none;
  width: 22.5%;
}

strong.ca-label {
  color: #165c7d;
}

.ca-column .ca-summary-status {
  padding: 0 20px;
  margin: 0 20px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 55%;
}

.ca-info-column {
  display: flex;
}

ul.ca-links {
  color: #f15f27;
  padding-left: 10px;
  list-style-type: '- ';
}

.ca-base .collapsible.active + .content-dropdown {
  margin-bottom: 20px;
  padding-left: 0;
}

.code-amendments-tabs .ca-search {
  width: 60%;
}

.code-amendments-tabs &gt; ul.tabs {
  border-bottom: 2px solid #ddd;
  padding-bottom: 20px !important;
}

.code-amendments-tabs &gt; ul.tabs .tablinks {
  padding-top: 15px !important;
}

.code-amendments-tabs &gt; ul.tabs .tablinks:nth-child(2) {
  border-left: #ddd 2px solid;
  border-right: none;
  padding-right: 20px;
}

.code-amendments-tabs &gt; .tabbed-views ul.tabs .tablinks:first-child {
  padding-right: 20px;
}
</pre></body></html>