<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS that overrides the default javadoc from stylesheet.css */

@import url('https://fonts.googleapis.com/css2?family=Roboto');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono');

body, button, dl.notes &gt; dt, dl.notes &gt; dd, .deprecation-block, .preview-block {
    font-family: 'Open Sans', sans-serif;  /* PFX 'DejaVu Sans', Arial, Helvetica, sans-serif; */
}

pre, code, tt, dt code, .member-signature {
    font-family:'JetBrains Mono', monospace;  /* PFX  'DejaVu Sans Mono', monospace;  */
}

a:link, a:visited {
    color: #0177A1; /* PFX  #4A6782; */
}

a[href]:hover, a[href]:focus {
    color:  #E95416;  /* PFX  #bb7a2a;  */
}

/* Hide the small sign after links */
a:after {
    display: none !important;
}

h3 {
    font-weight: 900; /* PFX */
}

.tile-container {
    display: flex;
    gap: 20px;
    margin-left: 20px;
    flex-wrap: wrap;
    margin-right: 20px;
    max-width: 1024px;
    margin-bottom: 1em;
}

.tile-container &gt; * {
    display: flex;
    flex: 1;
}

.tile-container.primary {
    margin-bottom: 3em;
}

.top-nav {
    left: 0;
    margin: 0;
	background: #004761 url(resources/logo.png) no-repeat right 5px;
	background-size: 200px 30px;
}

.top-nav a:hover {
    color: #E95416; /* PFX #bb7a2a; */
}

/* Block with the search field */
.sub-nav {
    background-color: #F4F5F7;  /* PFX  #dee3e9;  */
}

/* Sets a special color for the "Overview" item in the top bar */
.nav-bar-cell1-rev {
    background-color: #e95416;   /* PFX #F8981D; */
    color: white; /* PFX  #253441; */
}

/* Page title "Pricefx Backend Server - ... API" */
.title {
    color: #004761;   /* PFX #2c4557; */
}

dl.notes &gt; dt {
    font-size:13px;
    font-weight:bolder;
}

.caption span {
    background-color: #E95416; /* PFX  #F8981D; */
    color: white;
}

div.table-tabs &gt; button.active-table-tab {
    background: #E95416;  /* PFX  #F8981D;  */
    color: white;  /* PFX  #253441; */
}

div.table-tabs &gt; button.table-tab {
    background: #004761;  /* PFX  #4D7A97; */
}

div.block {
    font-family: 'Open Sans', sans-serif ; /* PFX 'DejaVu Serif', Georgia, "Times New Roman", Times, serif; */
}

.result-item {
    font-size:13px;
}

/* For some reason the focused lines in the search results are not highlighted without this so we override it */
.ui-state-active { 
    background-color: #F8981D;
    border: 1px solid #F8981D;
}
</pre></body></html>