<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">BODY {
    font-family: Verdana,Arial,sans-serif;
    color: rgb(255,255,255);
    font-size: 11px;
    line-height: 14px;
    padding: 0px;
    margin: 0px;
}

@font-face {
    font-family: "KontrapunktLight";
    font-style: normal;
    font-weight: normal;
    src: url("webfont/Kontrapunkt-Light-webfont.eot?#iefix") format("embedded-opentype"), url("webfont/Kontrapunkt-Light-webfont.woff") format("woff");
}

#graph {
    width: 980px;
    height: 400px;
}

.title {
    color: black;
    padding: 0px 20px 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-family: 'KontrapunktLight';
    font-style: italic;
    font-weight: normal;
}

.title H1 {
    color: #38AADB;
    margin: 20px 0px 15px 0px;
    font-size: 30px;
    line-height: 36px;
    font-style: normal;
    font-weight: normal;
}

#mainContainer {
    margin: auto;
    width: 980px;
    height: 600px;
    border: none;
}

.overlayCanvas {
    position: relative;
}

.errorMessage {
    color: red;
    display: none;
}

.footer {
    border-top: 1px solid rgb(154,154,154);
    margin: 0px 10px 0px 10px;
    padding-top: 5px;
    height: 55px;
}

.logos {
    float: left;
}

.logos IMG {
    margin-right: 15px;
}

.info {
    float: left;
    width: 16em;
    background: url("images/icon_info.png") no-repeat scroll 8px 50% transparent;
    border: 1px solid #FECA47;
    border-radius: 5px 5px 5px 5px;
    margin-left: 30px;
    margin-top: 5px;
    padding: 5px 5px 5px 25px;
    color: black;
}

.additionalInfo {
    float: left;
    width: 8em;
    margin-top: 5px;
    padding: 5px 5px 5px 25px;
    color: black;
}

.button {
    border: 1px solid rgb(150,150,150);
    border-radius: 3px;
    background: rgb(120,120,120);
    padding: 3px;
    text-align: center;
    margin: 3px 0px 3px 0px;
}

.button:hover, .cursor:hover {
    cursor: pointer;
}

.getTooltip {
	background: url(images/icon_info.png) 100% 50% no-repeat;
	width: 16px;
	margin-left: 2px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	height: auto !important;
	min-height: 16px;
	height: 16px;
}

/************************************************************\
                    Tooltip
\************************************************************/

.helpHover {
    background: url("images/icon_info.png") no-repeat scroll 100% 50% transparent;
    height: auto !important;
    margin-left: 5px;
    min-height: 16px;
    width: 16px;
}

.bigHelp {
    float: right;
    margin-top: 18px;
    margin-right: 12px;
    padding: 0 12px;
    display: block;
    height: 50px;
    width: auto;
    border-radius: 8px;
    background: rgb(100,200,255);
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    font-family: 'KontrapunktLight';
}

.tooltip {
    position: absolute;
    background-color: #FECA47;
    box-shadow: 2px 2px 5px #666666;
    color: #000000;
    display: none;
    font-size: 11px;
    line-height: 14px;
    padding: 10px;
    text-shadow: none;
    width: 345px;
    z-index: 50;
}
.tooltip.wide {
    width: 615px;
}

#tooltip1 {
    left: 150px !important;
    top: 170px !important;
}

.tooltip .tip {
    border-style: solid;
    border-width: 10px;
    display: inline-block;
    height: 0;
    position: relative;
    width: 0;
}
.tooltip.top .tip {
    border-color: #FECA47 transparent transparent;
    bottom: -20px;
    left: 50%;
    margin-bottom: -10px;
    margin-left: -10px;
}
.tooltip.bottom .tip {
    border-color: transparent transparent #FECA47;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    top: -20px;
}
.tooltip.bottomleft .tip {
    border-color: transparent transparent transparent #FECA47;
    float: right;
    margin-right: -10px;
    margin-top: 30px;
    right: -20px;
}
.tooltip.lefttop .tip {
    border-color: #FECA47 transparent transparent;
    bottom: -20px;
    float: right;
    margin-bottom: -10px;
    margin-right: -10px;
    right: 20px;
}
.tooltip p {
    color: #000000;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    padding: 0;
    text-align: left;
}
.tooltip small {
    font-size: 9px;
    line-height: 12px;
}
.tooltip a {
    font-size: 9px;
}
.tooltip h4 {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    margin: 12px 0 2px;
}

.tooltip p,
.tooltip dl,
.tooltip hr,
.tooltip h1,
.tooltip h2,
.tooltip h3,
.tooltip h5,
.tooltip h6,
.tooltip ol,
.tooltip ul,
.tooltip pre,
.tooltip table,
.tooltip address,
.tooltip fieldset,
.tooltip figure {
    margin-top: 1em;
    margin-bottom: 0em;
}

.tooltip p:first-child,
.tooltip dl:first-child,
.tooltip hr:first-child,
.tooltip h1:first-child,
.tooltip h2:first-child,
.tooltip h3:first-child,
.tooltip h5:first-child,
.tooltip h6:first-child,
.tooltip ol:first-child,
.tooltip ul:first-child,
.tooltip pre:first-child,
.tooltip table:first-child,
.tooltip address:first-child,
.tooltip fieldset:first-child,
.tooltip figure:first-child {
    margin-top: 0em;
}

/************************************************************\
                    Generic classes
\************************************************************/

.margin {
    margin: 3px;
}

.inline {
    display: inline-block;
}

.left {
    float: left;
}

.right {
    float: left;
}

.table {
    display: table;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
}

.cursor:hover {
    cursor: pointer;
}
</pre></body></html>