<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'AppleIcons';
    font-style: normal;
    font-weight: 400;
    src: url('../../dist/fonts/appleicons_text.eot');
    src: url('../../dist/fonts/appleicons_text.eot?#iefix') format('embedded-opentype'), url('../../dist/fonts/appleicons_text.woff') format('woff'), url('../../dist/fonts/appleicons_text.ttf') format('truetype');
}

@font-face {
    font-family: 'AppleIcons';
    font-style: normal;
    font-weight: 200;
    src: url('../../dist/fonts/appleicons_thin.eot');
    src: url('../../dist/fonts/appleicons_thin.eot?#iefix') format('embedded-opentype'), url('../../dist/fonts/appleicons_thin.woff') format('woff'), url('../../dist/fonts/appleicons_thin.ttf') format('truetype');
}

@font-face {
    font-family: 'AppleIcons';
    font-style: normal;
    font-weight: 100;
    src: url('../../dist/fonts/appleicons_ultralight.eot');
    src: url('../../dist/fonts/appleicons_ultralight.eot?#iefix') format('embedded-opentype'), url('../../dist/fonts/appleicons_ultralight.woff') format('woff'), url('../../dist/fonts/appleicons_ultralight.ttf') format('truetype');
}

/* line 11, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/src/styles/ac-appleicons/base/_icons.scss */

.appleicon {
    behavior: url(path('behaviors/icons.htc', 'ac-appleicons'));
}

/* line 60, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/src/styles/ac-appleicons/_core.scss */

.appleicon:before,
.appleicon:after,
.appleicon .icon-htc {
    display: inline-block;
    color: inherit;
    font-family: 'AppleIcons';
    font-style: normal;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

/* line 84, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/src/styles/ac-appleicons/_core.scss */

.appleicon:after {
    top: 0;
    padding-left: 0.3em;
}

/* line 88, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/src/styles/ac-appleicons/_core.scss */

.appleicon:before {
    display: none;
}

/* line 101, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/src/styles/ac-appleicons/_core.scss */

.appleicon .icon-htc {
    padding-left: false;
    padding-right: false;
}

/* line 48, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/src/styles/ac-appleicons/_core.scss */

.appleicon-apple:before,
.appleicon-apple:after {
    content: "\F8FF";
}

/* line 1, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/src/styles/main.scss */

html,
body,
.container {
    height: 100%;
    width: 100%;
    min-width: 970px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
    font-family: "SF Pro Display", "SF Pro Text", "Myriad Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 13, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/src/styles/main.scss */

body {
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #333333;
}

body {
    font-family: "SF Pro Display", "SF Pro Text", "Myriad Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: hidden;
}

body {
    font: 800400 17px/1.47059 "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}



/* line 12, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/src/app/views/dashboard/dashboard.scss */

.inblock {
    display: inline-block;
}

/* line 16, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/src/app/views/dashboard/dashboard.scss */

.dashboard {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

/* line 21, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/src/app/views/dashboard/dashboard.scss */

.dashboard&gt;div[ui-view='content'] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0 1px;
    -ms-flex: 1 0 1px;
    flex: 1 0 1px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: auto;
}

/* line 1, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/src/app/views/downloadList/downloadList.scss */

.dashboard header.main,
.dashboard header.details {
    height: 70px;
    padding: 0 35px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom: solid 1px #ccc;
    font-size: 24px;
}

/* line 12, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/src/app/views/header/header.scss */

.dashboard header.main .header-container,
.dashboard header.details .header-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 0 1px;
    -ms-flex: 1 0 1px;
    flex: 1 0 1px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    line-height: 70px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* line 15, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.container:before,
.container:after {
    content: " ";
    display: table;
}

/* line 19, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/mixins/_clearfix.scss */

.container:after {
    clear: both;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

a {
    color: #337ab7;
    text-decoration: none;
}

/* line 53, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}

/* line 58, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_scaffolding.scss */

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

/* line 266, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

button {
    overflow: visible;
}

/* line 278, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

button,
select {
    text-transform: none;
}

/* line 293, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

/* line 303, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

button[disabled],
html input[disabled] {
    cursor: default;
}

/* line 312, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_normalize.scss */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

[data-toggle="buttons"]&gt;.btn input[type="radio"],
[data-toggle="buttons"]&gt;.btn input[type="checkbox"],
[data-toggle="buttons"]&gt;.btn-group&gt;.btn input[type="radio"],
[data-toggle="buttons"]&gt;.btn-group&gt;.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

/* line 37, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* line 47, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

h1,
.h1 {
    font-size: 36px;
}

/* line 50, /Users/user/Workspace/speedracer/ui/web/src/main/webapp/bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/_type.scss */

h4,
.h4 {
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
.container {
    margin: 50px auto 0;
    text-align: center;
}

h1 {
    margin: 50px 0;
}

/* .margin-bottom-15,
.my-3 {
    margin-bottom: 1.5rem !important;
} */

.hide {
    display: none;
}

.btn-internal {
    display: inline-block;
    min-width: 90px;
    padding: 4px 15px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    letter-spacing: -0.022em;
    color: white;
    border: 1px solid #07c;
    border-radius: 4px;
    background: linear-gradient(#42a1ec, #0070c9);
}

.btn-internal:hover {
    text-decoration: none;
    border-color: #1482d0;
    background: linear-gradient(#51a9ee, #147bcd);
}

.btn-internal:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(131, 192, 253, 0.5);
}

.btn-internal:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
.btn-internal:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    box-shadow: none;
}

.btn-internal:active {
    border-color: #006dbc;
    outline: none;
    background: linear-gradient(#3d94d9, #0067b9);
}

.btn-internal:disabled,
.btn-internal.disabled {
    cursor: default;
    opacity: 0.3;
    color: white;
    border-color: #07c;
    background: linear-gradient(#42a1ec, #0070c9);
}

.btn-external {
    color: #0070c9 !important;
    border-color: #d6d6d6;
    background: linear-gradient(white, #e3e3e3);
}

.btn-external:hover {
    border-color: #d9d9d9;
    background: linear-gradient(white, #eeeeee);
}

.btn-external:active {
    border-color: #d0d0d0;
    background: linear-gradient(#f7f7f7, gainsboro);
}

.btn-external:disabled,
.btn-external.disabled {
    color: #0070c9;
    border-color: #d6d6d6;
    background: linear-gradient(white, #e3e3e3);
}

.external-link {
    margin-left: 10px;
}

.internal-link {
    margin-right: 10px;
}

.remember-me-info {
    margin-top: 10px;
}

.remember-me-info input {
    font-size: 30px;
    margin-top: 1px;
    margin-bottom: 0px;
    vertical-align: top;
}

.header-apple-icon-styles {
    font-size: 32px;
    color: 333333;
    font-weight: 700;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
</pre></body></html>