<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  NeuralNet Repository Styles.

	requires:
	
	https://www.wolframcdn.com/css/normalize.css
	https://www.wolframcloud.com/objects/resourcesystem/webresources/resourcesystem/2.2.0/header-and-results.css
	https://www.wolframcloud.com/objects/resourcesystem/webresources/resourcesystem/2.2.0/shingle.css
	https://www.wolframcloud.com/objects/resourcesystem/webresources/resourcesystem/2.2.0/wbi-override.css
*/

#gl-outer-wrapper {
    display: block;
}

#gl-header {
    overflow-x: overlay !important;
    display: block;
}

a {
    color: #6da330;
    font-weight: 600;
}

a:hover,
a:focus {
    color: #acd373;
}

#dr-links-frame a:hover,
#dr-links-frame button:hover,
#dr-links-frame a:focus,
#dr-links-frame button:focus {
    outline: none;
    box-shadow: none;
    color: #acd373;
}

#dr-common-navigation,
form.contact {
    display: none;
}

.wrap {
    box-sizing: content-box;
}

main .reference {
    font-size: 0.875em;
    font-weight: 300;
    color: #7d7d7d;
}

main .reference li {
    margin-bottom: 0.214286em;
}

main li.indentation-left {
    margin-left: 2.875em;
}

main .reference .property {
    color: #474747;
    font-weight: 400;
}

main ul.tasktype-group {
    padding: 0;
    list-style: none;
    margin: 0;
}

.info-tooltip-icon {
    cursor: pointer;
    margin-left: 0.3em;
}

main ul.tasktype-group li span.info-tooltip {
    display: inline-block;
    height: 0.9em;
    line-height: 0;
    right: 0;
    top: 0;
}

main ul.tasktype-group li span:first-child:before {
    font-size: 1em;
    padding-right: 0.25em;
    vertical-align: top;
}

main ul.tasktype-group li {
    display: inline-block;
    padding-bottom: 0;
    vertical-align: top;
}

main ul.tasktype-group li a:hover span.info,
main ul.tasktype-group li a:hover span.action,
main ul.tasktype-group li a:hover span.data,
main ul.tasktype-group li div.nowrap:hover+span.description {
    color: #598527;
}
main ul.tasktype-group li span.info.block::before {
    color: #cf5200;
    content: 'â–&nbsp;';
    margin: 0.1rem 0.2rem 0 0;
    vertical-align: top;
    font-size: 0.5em;
    display: inline-block;
}
main ul.tasktype-group li span.info.inline::before {
    color: #cf5200;
    content: 'â–&nbsp;';
    margin: 0.35rem 0.2rem 0 0;
    vertical-align: top;
    font-size: 0.5em;
    display: inline-block;
}

main ul.tasktype-group li {
    margin-top: 0.7em;
}

main ul.tasktype-group li:first-child,
main ul.tasktype-group li:nth-child(2) {
    margin-top: 0.8em;
}

main ul.tasktype-group li a {
    display: inline;
    font-weight: 600;
    color: #000000;
}

main ul.tasktype-group li span.action {
    color: #000000;
    font-weight: 300;
    font-size: 0.875em;
    white-space: normal;
}

main ul.tasktype-group li span.data {
    color: #000000;
    font-size: 0.875em;
    font-weight: 400;
}

div.resource-info {
    display: inline-block;
    width: 25em;
}

main ul.tasktype-group {
    font-size: 1.0em;
}

main span.status {
    font-size: 0.75em;
    color: #cf5200;
    font-weight: 400;
    margin-left: 0.35em;
}

main ul.tasktype-group li span.info.block {
    font-weight: 600;
    color: #000000;
    line-height: 0.85em;
    font-size: 1em;
    display: block;
}

main ul.tasktype-group li span.description {
    display: block;
    color: #7d7d7d;
    font-size: 0.875em;
    font-weight: 300;
    display: block;
    line-height: 1.250em;
}

main ul.tasktype-group li:nth-child(2n+1) {
    padding-right: 5em;
}

main ul.tasktype-group li:li:nth-child(4n + 4) span.info,
main ul.tasktype-group li:nth-child(4n + 3) span.info {
    display: inline-block;
    vertical-align:middle;
    padding-top: 0.49em;
    font-size: 1em;
    font-weight: 300;
    color: #292929;
}

.example-frame td.in-out,
main .example-notebook .nb-collapse.label h3,
main .example-notebook .nb-collapse.label h4 {
    color: #598527;
}
main ul.tasktype-group li {
    margin-bottom: 0.5rem;
}
main .example-notebook .nb-collapse.label:hover svg {
    fill: #598527;
}
main .example-frame td img,.img-frame.clipboard-active img {
    max-width: 100%;
    height: auto;
    width: auto;
}
main .example-frame {
    overflow: visible;
}
main #notebookButtons.example {
    position: absolute;
    top: 0;
    right: 0;
}

main #notebookButtons.construction {
    position: relative;
    top: 1.5em;
    right: 0;
    padding-bottom: 1.5em;
}

main #notebookButtons p {
    margin: 0 2em 0 0em;
}

main #notebookButtons a:hover .stroke {
    stroke: #acd373;
}

main .downloads a:hover {
    background-color: #acd373;
    border-color: #acd373;
    color: #fff;
}

main #notebookButtons a:hover .fill {
    fill: #acd373;
}

main#results-page #type-filter label {
    color: #598527;
}

main#results-page #type-filter label:hover,
main#results-page #type-filter input:active~label,
main#results-page #type-filter input:checked~label {
    background: #acd373;
    border-color: #acd373;
}

main#results-page #type-filter input:checked~label {
    background: #598527;
    border-color: #598527;
}

main#results-page .entry h3 {
    color: #363636;
}

main#results-page .entry h3 a:hover {
    color: #476920;
}

#home-page main {
    padding-bottom: 5em;
}

#home-page main .wrap {
    max-width: 1000px;
}

#home-page .intro .copy p {
    font-size: 1.1275em;
    font-weight: 300;
    line-height: 1.57894737em;
    margin: 0.789474em auto;
    color: #565656;
}

#home-page .intro .copy p.lead {
    font-size: 1.1875em;
    font-weight: 400;
    color: #598527;
    line-height: 1.3em;
    margin: 0;
}

#home-page .intro-tiles {
    font-size: 0.8125em;
    text-align: center;
}

#home-page p a:hover,
#home-page p a:focus,
#home-page p a:active {
    color: #acd373;
}

#home-page p a {
    color: #598527;
}

#home-page .intro-tiles .tile {
    display: table;
    margin: 0 auto;
    width: 21.153846em;
    text-align: left;
    border-bottom: 1px solid #ebeae6;
    line-height: 1;
}

#home-page .intro-tiles .tile p {
    font-size: 1em;
    line-height: 1.375;
}

#home-page .intro-tiles .tile:last-child {
    border: none;
}

#home-page .intro-tiles .col {
    display: table-cell;
    padding: 1em 0.40625em;
    vertical-align: middle;
}

#home-page .intro-tiles .tile svg {
    width: 2.5em;
    height: 2.5em;
}

#home-page .tile.using .image:hover,
#home-page .tile.using .image:focus,
#home-page .tile.using .image:active {
    background-position: 0% 100%;
}

#home-page .intro-tiles a {
    color: #363636;
}

#home-page .intro-tiles a:hover {
    color: #476920;
}

#home-page .intro-tiles a:hover path {
    fill: #598527;
}

#home-page main h2 {
    border-bottom: 1px solid #ebebeb;
    margin-top: 2.84em;
    padding-bottom: 0.54em;
    color: #7d7d7d;
    margin-bottom: 0.04em;
}

#home-page main div.tasktype-wrapper h2 {
    margin-top: 1.8em;
}

#home-page main h2.no-line {
    border: 0;
    margin-top: 3.3em;
    clear: both;
}

#home-page main h2 a {
    color: inherit;
}

#home-page main h2 a:hover,
#home-page main h2 a .arrow {
    color: #598527;
}

#home-page ul.buttons {
    font-size: 0.9375em;
    margin: 1em 0;
    position: relative;
}

#home-page ul.buttons li {
    display: inline-block;
    width: 50%;
    padding: 0.1em 0;
}

#home-page ul.buttons li a {
    display: block;
    padding: 0.25em 0;
    background-size: 0;
    color: #363636;
}

#home-page ul.buttons li a:hover,
#home-page ul.buttons li a:focus,
#home-page ul.buttons li a:active {
    outline: none;
    box-shadow: none;
    color: #598527;
}

#home-page #dr-links-frame.no-mobile {
    margin: 0 auto;
}

#home-page #dr-links-frame.no-mobile+.wrap {
    margin: 0 auto;
}

#home-page #dr-common-header p.tagline {
    display: none;
}

#dr-common-header .header-top .logo {
    width: 5.615385em;
    height: 5.512823em;
}
/* overwrite .img-frame.clipboard-active */

/* overwrite for displaying copy box */
#shingle .example-frame td {
    padding-bottom: 0.3rem;
}
#shingle main h1 {
    font-size: 2.0em;
    color: #5d9221;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
}

#shingle main span.action {
    font-weight: 300;
}

#shingle main span.data {
    font-weight: 400;
}

#shingle main p.lead {
    font-size: 1.625em;
    color: #555555;
    font-weight: 300;
    line-height: 1;
    font-style: italic;
    margin: 0.2em 0 1em;
}
#shingle #Construction-notebook {
    margin: 1.0em 0;
}

#shingle main ul li *,
#shingle main ul li:before,
#shingle main ul li:after,
#shingle main ul {
    margin: auto;
    display: inline-block;
    box-sizing: content-box;
    word-wrap: break-word;
    /* Adds a hyphen where the word breaks */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
}

#shingle main ul.source-metadata li *,
#shingle main ul.source-metadata {
    padding-left: 1em;
}

#shingle main ul {
    padding: 0;
    font-size: 0.875em;
    list-style: none;
}

#shingle main .example-notebook h3 {
    color: #cf5200;
    font-size: 1.1em;
    margin-left: 0;
}

#shingle main .example-notebook h4 {
    color: #cf5200;
    font-size: 1.08em;
    margin: 0;
}

#shingle main .netsize {
    font-size: 0.875em;
    font-weight: 300;
    color: #7d7d7d;
    margin: 1.0em 0;
}
main .example-notebook .nb-collapse.label svg {
    fill: #474747;
}

#shingle h2#training-set-info {
    margin: 1.5em 0 0.5em;
}
#shingle main .contributed-by {
  font-size: 0.75em;
  color: #7d7d7d;
  margin: 1.0em 0 1em;
}

#shingle main #nr-contributed-by-desktop-slot {
  display: inline-block;
  vertical-align: sub;
}

#shingle main .contributed-by.desktop {
  display: inline-block;
  margin: 0 0 0 1.25em;
  border-left: 1px solid #ccc;
  padding-left: 1.25em;
}

#shingle main .contributed-by.desktop .line {
  display: block;
}

main.contact p {
    font-size: 1.0625em;
    line-height: 1.47058824;
}

main form.contact {
    margin: 2em 0 4em;
}

main form.contact p {
    font-size: 1em;
}

main form.contact .line.text label {
    display: inline-block;
    padding: 0.3125em 0;
}

main form.contact .line.text input,
main form.contact .line.text textarea {
    display: block;
    width: 95%;
    padding: 0.375em;
    border-radius: 0.25em;
    border: 0.0625em solid #ccc;
}

main form.contact .line.text input.invalid,
main form.contact .line.text textarea.invalid {
    border-color: #d10;
}

main form.contact .line.text small {
    font-size: 0.875em;
    font-weight: 300;
    position: relative;
    top: -0.5em;
}

main form.contact .line.submit {
    padding: 1em 0;
}

main form.contact button {
    background: #598527;
    color: #fff;
    border: 0;
    padding: .5em 2em;
    border-radius: .25em;
}

main form.contact button:hover {
    background: #acd373;
}

main form.contact button:disabled {
    opacity: .3;
}

main form.contact .error {
    display: block;
    color: #d10;
    font-size: 0.875em;
    font-weight: 400;
    margin-top: 0.285714em;
}

main form.contact .error a {
    text-decoration: underline;
    color: inherit;
}

main form.contact .error:before {
    content: '';
    display: inline-block;
    height: 1em;
    width: 1em;
    vertical-align: -0.142857em;
    margin-right: 0.357143em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Ccircle fill='%23d10' cx='7' cy='7' r='7'/%3E%3Cg fill='%23fff'%3E%3Cpath class='cls-2' d='M6,3H8L7.7,8H6.3Z'/%3E%3Ccircle class='cls-3' cx='7' cy='10' r='1'/%3E%3C/g%3E%3C/svg%3E");
}

main .details .readmore {
    color: #598527;
}

main .details .readmore:hover {
    color: #acd373;
}

#hero-banner {
    text-align: center;
    white-space: nowrap;
    margin: -2.875em 0 2.5em;
    overflow: hidden;
}

#hero-banner ul {
    margin: 0;
    display: flex;
}

#hero-banner li {
    display: inline-block;
    width: 20%;
}

#hero-banner a {
    display: block;
    height: 85px;
    background-position: center;
    transition: 0.2s opacity;
}

#hero-banner a:hover {
    opacity: 0.5;
}

body#home-page #dr-common-header h1.site-title {
    font-size: 2.95em;
    max-width: 40rem;
    width: 826px;
}

#dr-common-header p.tagline {
    color: #c4df9d;
}

#dr-common-header h1.site-title {
    max-width: 32.5rem;
    vertical-align: top;
    margin: 0;
}

#dr-common-header .header-top.logo {
    background-size: 17%;
}

#dr-common-header {
    background: #609129;
}

#dr-common-header .header-top .logo-frame {
    width: 4.615385em;
    vertical-align: middle;
}

#dr-common-header .header-top {
    width: 100%;
    padding: 4vw 0;
}

#dr-common-header p.tagline {
    color: #c4df9d;
}

#dr-common-navigation {
    background: #476920;
}

#dr-common-navigation button:hover,
#dr-common-navigation button:focus,
#dr-common-navigation button[aria-expanded="true"] {
    background-color: #547e25;
}

#dr-links-frame {
    background: #476920;
}

#dr-links-frame ul ul {
    background: #3d5a1c;
}

#dr-links-frame.no-mobile a:hover,
#dr-links-frame.no-mobile button:hover,
#dr-links-frame.no-mobile a:focus,
#dr-links-frame.no-mobile button:focus {
    background-color: #547e25;
}

#dr-links-frame.no-mobile ul ul {
    width: 13.78em;
    background: #547e25;
}

#dr-links-frame ul ul li {
    width: 100%;
}

#dr-links-frame.no-mobile ul ul a:hover,
#dr-links-frame.no-mobile ul ul a:focus {
    background-color: #3d5a1c;
}

#dr-search-frame {
    background: #547e25;
}

#dr-links-frame.no-mobile {
    max-width: 44.785714em;
}

#dr-links-frame.no-mobile #dr-button-browse-by-inputdomain,
#dr-links-frame.no-mobile #dr-browse-by-inputdomain {
    width: 15.357143em;
}

#dr-links-frame.no-mobile #dr-button-browse-by-tasktype {
    width: 13.785714em;
}

#dr-links-frame.no-mobile #dr-browse-by-inputdomain {
    left: 0;
}

#dr-links-frame.no-mobile button.search-button {
    width: 7.5em;
}

#dr-links-frame.no-mobile ul ul a {
    padding: .5em 2em;
}

#dr-contact-us-link {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.2;
    width: 7.48em;
}

#dr-links-frame.no-mobile #dr-browse-by-tasktype {
    left: 15.357143em;
}

#home-page #dr-links-frame.no-mobile+.wrap {
    max-width: 38.4em;
}

#hero-banner li:first-child,
#hero-banner li:last-child {
    display: inline-block;
}
@media only screen and (max-width: 320px) {
    .nowrap {
        white-space: unset;
    }
    #hero-banner li:first-child,
    #hero-banner li:last-child {
        display: none;
    }
    #hero-banner li {
        display: inline-block;
        width: 33.333%;
        max-width: 400px;
    }
    div.resource-info {
        width: 17em;
    }
    #home-page ul.buttons li {
        width: 33.333333%;
    }
    #home-page .intro-tiles {
        padding: 1.8125em 0 0.9375em;
    }
    #home-page .intro-tiles .tile {
        display: inline-table;
        border-bottom: none;
        padding: 0 1em;
        vertical-align: middle;
        border-right: 2px solid #ebeae6;
    }
    #home-page .intro-tiles .tile.using {
        width: 13.538462em;
    }
    #home-page .intro-tiles .tile.submitting {
        width: 11.846154em;
    }
    #home-page .intro-tiles .tile.language {
        width: 12.923077em;
    }
    #home-page .intro-tiles .col {
        padding: 0 0.40625em;
    }
    #dr-common-header .header-top.logo {
        background-size: 11.5%;
    }
    main#results-page .entry h3 {
        font-size: 1.0em;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 600px) {
    html:not(._header-thin-only) {
        border-top: 0;
    }
    #dr-common-header h1.site-title {
        max-width: 25rem;
        vertical-align: top;
        margin: 0;
        font-size: 2.5rem;
    }
    body#home-page #dr-common-header h1.site-title {
        font-size: 2.6em;
        max-width: 25rem;
        margin-top: -0.9rem;
        width: auto;
    }
    .nowrap {
        white-space: unset;
    }
    main ul.tasktype-group li {
        position: relative;
    }
    main ul.tasktype-group li {
        margin-bottom: 1rem;
    }
    main ul.tasktype-group li a {
        display: inline;
    }
    main ul.tasktype-group li span.info {
        white-space: normal;
        display: inline;
    }
    #hero-banner li {
        width: 33.333%;
        max-width: 400px;
    }
    #hero-banner li:first-child,
    #hero-banner li:last-child {
        display: none;
    }
    main ul.tasktype-group li:nth-child(2n+1) {
        padding-right: 0;
    }
    #dr-common-header .header-top.logo {
        background-size: 4.5em 4.5em;
        padding-top: 5em;
    }
    #home-page ul.buttons li {
        padding: 0.138888em 0;
    }
    #home-page ul.buttons li a {
        background-repeat: no-repeat;
        background-position: 0% 0%;
        background-size: 2.666667em;
        line-height: 1;
        padding: 0.944444em 0.5em 0.944444em 2.888889em;
    }
    #home-page .tile.using .image:hover,
    #home-page .tile.using .image:focus,
    #home-page .tile.using .image:active {
        background-position: 0% 100%;
    }
    #home-page ul.buttons.without-image li a {
        padding: 0.944444em 0.5em 0.944444em 0em;
    }
    #home-page ul.buttons li a:hover,
    #home-page ul.buttons li a:focus,
    #home-page ul.buttons li a:active {
        background-position: 0% 100%;
    }
    #home-page .intro-tiles .tile {
        padding: 0 1.25em;
    }
    #shingle main .example-notebook p,
    main .example-notebook h4 {
        margin: 1.5em 0 -0.5em 4.8em;
    }
}

@media only screen and (max-width: 900px) {
    #home-page ul.buttons li {
        width: 25%;
    }
}

@media only screen and (min-width: 1200px) {
    table.example {
        border-collapse: collapse;
    }
    .wrap {
        max-width: 900px;
    }

}

#benchmark-reference table {
  font-size: 0.875em;
}
#benchmark-reference table {
  margin: 1.071429em 0;
}
#benchmark-reference table caption {
  text-align: left;
  padding: 0.357143em;
}
#benchmark-reference table td {
  min-width: 8em;
  border-bottom: 1px solid #ccc;
  padding: 0.178571em 0.357143em;
  font-weight: 300;
}
#benchmark-reference table tr td:first-child {
  font-weight: 400;
}
#benchmark-reference tbody :last-child td {
  border-bottom: 0;
}</pre></body></html>