﻿@use 'sass:math';html{height:100%}body{min-height:100%;height:100vh;display:flex;flex-direction:column;width:1140px;margin:0 auto;font-family:"Roboto", "Helvetica Neue", Arial, sans-serif;font-size:16px;color:#636363;line-height:1.4}header{margin-top:1rem;display:flex;flex-flow:row nowrap;align-items:center;justify-content:flex-start}header a{display:block}header img{width:180px;display:block;margin-right:2rem}header h1#title{color:#1b5276}header:nth-of-type(2){background-color:#f8f8f8;color:#e99667}header h1#info-title{margin:0;padding:0}header h1#info-title small{color:black;font-size:70%;margin-left:1em;display:inline-block;color:#1b5276}header nav#info-nav{display:flex;margin-left:auto}header nav#info-nav>span{margin-right:0.5ex}header nav#info-nav>a+a{margin-left:0.5ex}main{margin-bottom:1rem}main h1{background-color:#f8f8f8;color:#e99667;padding-left:0.5ex}main h1.sample-table{display:flex;justify-content:space-between;align-items:center;padding:0 0.5ex}main h1.sample-table img{width:0.55em}main .sample-table-link{display:flex;align-items:center;gap:0.5em;font-weight:normal}main .sample-table-link a:first-of-type{color:inherit;text-decoration:underline}main .sample-table-link img{width:0.7em}main p#inspired-by{text-align:center}footer{margin-top:auto;background-color:#FAFAFA;padding:1rem;display:flex;justify-content:space-between;align-items:flex-start}footer a{display:inline-block;text-decoration:none}footer a:hover{text-decoration:underline}footer p{margin:0 0 1rem 0;padding:0}footer p#funded-by{display:flex;flex-flow:row nowrap;align-items:center}footer p#funded-by img{height:60px;margin-left:1ex}footer #plots-info{width:33em}.alert{padding:0.3rem 1rem;margin:0.5rem 0;border:1px solid transparent;border-radius:0.5rem}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d0e9c6}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bcdff1}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faf2cc}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebcccc}span[data-tooltip]{text-decoration:underline dotted 0.1em}[data-tooltip]{position:relative}[data-tooltip]:before{content:attr(data-tooltip);background:#333;color:#fff;left:50%;transform:translateX(-50%);top:80%;margin-top:1em;position:absolute;z-index:1;padding:1em;text-wrap:wrap;width:24em;border-radius:0.75em;opacity:0;transition:opacity 0.3s;visibility:hidden}[data-tooltip]:after{content:"";position:absolute;z-index:1;left:50%;transform:translateX(-50%);top:80%;margin-top:-0.3em;border:0.75em solid #333;border-color:transparent transparent #333 transparent;opacity:0;transition:opacity 0.3s;visibility:hidden}[data-tooltip]:hover:before{opacity:1;visibility:visible}[data-tooltip]:hover:after{opacity:1;visibility:visible}[data-tooltip].align-right:before{right:-3em;left:auto;transform:none}.btn-close{margin:0;border:0;padding:0;background:#e3773a;border-radius:50%;transition:all 0.3s;cursor:pointer;display:flex;justify-content:center;align-items:center}.btn-close .icon-cross{margin:0;padding:0;border:0;background:none;position:relative;width:8px;height:8px}.btn-close .icon-cross:before,.btn-close .icon-cross:after{content:'';position:absolute;top:calc((8px - 2px)/2);left:0;right:0;height:2px;background:#fff;border-radius:2px}.btn-close .icon-cross:before{transform:rotate(45deg)}.btn-close .icon-cross:after{transform:rotate(-45deg)}.btn-close .icon-cross span{display:block}.btn-close:hover{background:#cc5d1e}.btn-info{margin:0;border:0;padding:0;background:#7a7a7a;color:#fff;border-radius:50%;font-size:0.9em;width:0.8rem;height:0.8rem;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;cursor:pointer;transition:all 150ms;position:absolute;top:0;right:0}.btn-info:hover,.btn-info:focus{background:#616161}.popup{width:66.66%;position:fixed;width:42em;padding:1.5em;top:0;left:0;z-index:200;border:none;border-radius:5px}.popup[open]{opacity:1}.popup::backdrop{background:#666;opacity:0.5}.popup h2{margin:0;padding:0.5em;color:#e99667;background:#f8f8f8;font-size:1.2em}.popup .body{height:10.5em;overflow-y:auto}@-moz-document url-prefix(){.popup .body{scrollbar-width:thin}}.popup .body::-webkit-scrollbar{-webkit-appearance:none}.popup .body::-webkit-scrollbar:vertical{width:7px}.popup .body::-webkit-scrollbar:horizontal{height:7px}.popup .body::-webkit-scrollbar-track{background-color:#f1f1f1}.popup .body::-webkit-scrollbar-thumb{background-color:#c1c1c1;border:transparent}.popup p{text-indent:0.5em;text-align:justify;padding:0 1em}.popup button[name='close']{position:absolute;top:1ex;right:1ex;z-index:100;width:16px;height:16px}.popup-trigger{margin:0;border:0;padding:0;background:#7a7a7a;color:#fff;border-radius:50%;font-size:0.9em;width:0.8rem;height:0.8rem;display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;cursor:pointer;transition:all 150ms;position:absolute;top:0;right:0.5em}.popup-trigger:hover,.popup-trigger:focus{background:#616161}table{width:100%;min-height:8em}table thead{position:sticky;inset-block-start:0;background:#fff;z-index:1}table thead:after{height:0.1em;content:'';width:100%;background:#C4C4C4;position:absolute;left:0}table thead th{font-weight:bold;padding:0 0.5em 0.2em 0.5em;white-space:nowrap;position:relative;height:2em;border-left:0.1em solid #C4C4C4}table thead th.translucent{padding:0 0.25em;width:0}table thead th.translucent:before{width:0}table thead th:not(.mono-font-size){font-size:0.8em}table thead th:before{width:0.1em;content:'';height:100%;background:#C4C4C4;position:absolute;left:0;top:0}table thead th:first-child:before{display:none}table thead th details{position:absolute;right:0.5em;width:1em;height:1em;top:0.5em;display:inline-flex;justify-content:center;cursor:pointer}table thead th .filter i{color:#C4C4C4}table thead th .filter.filtered summary:before{content:" ";width:0.6em;height:0.6em;border-radius:100%;background:#EB6161;position:absolute;right:calc(100% - 0.3em);bottom:calc(100% - 0.3em)}table thead th .filter[open] summary{cursor:auto}table thead th .filter[open] summary:after{position:fixed;width:100%;height:100%;left:0;top:0;content:'';z-index:0;background:none}table thead th .filter div{right:0;position:absolute;box-shadow:-0.25em 0.25em #C4C4C4;background:#f8f8f8;border:solid 0.1em #C4C4C4;border-radius:.5em;left:auto;padding:0;margin-top:0.3em;width:auto;z-index:1}table thead th .filter div input,table thead th .filter div select{outline:none;border:none;background:none;min-width:9em;margin-bottom:0.25em;padding:0.5em}table thead th .sort{position:absolute;right:0.5em;top:1em;color:#C4C4C4;display:inline-flex;justify-content:center;font-size:1.1em;cursor:pointer}table thead th .sort.top-auto{top:auto}table thead th .sort[data-sorting="up"] i.fa-sort-up{opacity:0.3}table thead th .sort[data-sorting="down"] i.fa-sort-down{opacity:0.3}table thead th .sort+.filter{right:1.2em}table thead th .sort i{position:absolute}table thead th>span:not(.sort):not(.btn-info):first-of-type{margin-right:2em}table tbody>tr{background:#fff;position:relative}table tbody>tr:after{height:0.1em;content:'';width:100%;background:#C4C4C4;position:absolute;left:0;top:0}table tbody>tr:first-child:after{display:none}table tbody>tr td{padding:1em 0.5em;position:relative;text-align:center}table tbody>tr td.translucent{padding:0 0.25em;width:0}table tbody>tr td.translucent:before{width:0}table tbody>tr td:before{width:0.1em;content:'';height:100%;background:#C4C4C4;position:absolute;left:0;top:0}table tbody>tr td:first-child:before{display:none}table tbody>tr td.align-window-center:first-child:last-child{position:relative}table tbody>tr td.align-window-center:first-child:last-child>*{position:absolute;left:50vw;top:calc(50% - 14.4px)}table tbody>tr td div{margin-bottom:0.7em}table tbody>tr td div:last-child{margin-bottom:0}table tbody>tr td div i{color:#C4C4C4;width:1.5em;text-align:center}table tbody>tr td a{font-weight:bold;color:#155177;text-decoration:underline}table tbody>tr td a:hover{text-decoration:none}table tbody>tr td .timestamp{color:#C4C4C4;font-size:0.9em;margin:0}table tbody>tr td.editable{vertical-align:center;position:relative}table tbody>tr td.editable button{padding:0;background:none;border-radius:0;font-weight:normal}table tbody>tr td.editable .button-array{display:flex;justify-content:space-between;position:absolute;top:0;left:0;width:100%;padding:0.5em;margin:0;box-sizing:border-box}table tbody>tr td.editable .button-array i{transition:color 0.2s ease}table tbody>tr td.editable .button-array i:hover{color:#000}table tbody>tr td.editable .button-array .popup-trigger{margin-left:auto}table tbody>tr td.assignee p{min-width:8em}table tbody>tr td.assignee p.unassigned{font-style:italic}table tbody>tr td.assignee .button-array button:first-child{color:#155177;font-weight:bold;transition:all 0.2s ease;text-decoration:underline}table tbody>tr td.assignee .button-array button:first-child:hover{text-decoration:none}table tbody>tr td.comment{max-width:fit-content}table tbody>tr td.comment em{font-size:1em !important}table tbody>tr td.comment .button-array+div{white-space:normal !important}table tbody>tr:nth-child(odd){background:#f8f8f8}table tbody>tr.unfold td.trimmed>span,table tbody>tr.unfold td.trimmed span.trim-child{display:inline-block}table tbody>tr.unfold td.trimmed>p,table tbody>tr.unfold td.trimmed p.trim-child{display:block}table tbody>tr.unfold td.trimmed.comment>div>p{display:block}table tbody>tr.unfold td.trimmed.comment.gap div:last-child{margin-top:0.5em}table div{display:block}table+footer{justify-content:flex-start;z-index:1}table+footer .button{margin-right:0.5em}table+footer details{display:inline-flex}table+footer details[open]>summary:after{background:#000;position:fixed;height:100%;width:100%;content:'';top:0;left:0;opacity:0.5;z-index:99;cursor:default}table+footer details>div{position:fixed;top:20%;left:0;right:0;width:fit-content;margin:auto;z-index:100;background:#fff;border-radius:.5em;padding:1em;display:flex;flex-direction:column;text-align:left}table+footer details>div label{margin-bottom:0.5em;font-size:0.8em}table+footer details>div textarea{width:25em;height:15em;margin-bottom:0.5em;background:#f8f8f8;border:0.1em solid #C4C4C4;border-radius:.5em;padding:0.5em;font-size:1em}table+footer details>div input{align-self:flex-end}table+footer details>div p{margin-bottom:0.5em}table+footer details>div div{display:flex;justify-content:center}table.empty tbody{position:relative}table.empty tbody:after{width:100%;height:100%;content:'No Results';text-align:center;display:flex;background:#fff;position:absolute;align-items:center;justify-content:center}table:not(.loading).hide_col0 th:nth-child(1){display:none}table:not(.loading).hide_col0 td:nth-child(1){display:none}table:not(.loading).hide_col1 th:nth-child(2){display:none}table:not(.loading).hide_col1 td:nth-child(2){display:none}table:not(.loading).hide_col2 th:nth-child(3){display:none}table:not(.loading).hide_col2 td:nth-child(3){display:none}table:not(.loading).hide_col3 th:nth-child(4){display:none}table:not(.loading).hide_col3 td:nth-child(4){display:none}table:not(.loading).hide_col4 th:nth-child(5){display:none}table:not(.loading).hide_col4 td:nth-child(5){display:none}table:not(.loading).hide_col5 th:nth-child(6){display:none}table:not(.loading).hide_col5 td:nth-child(6){display:none}table:not(.loading).hide_col6 th:nth-child(7){display:none}table:not(.loading).hide_col6 td:nth-child(7){display:none}table:not(.loading).hide_col7 th:nth-child(8){display:none}table:not(.loading).hide_col7 td:nth-child(8){display:none}table:not(.loading).hide_col8 th:nth-child(9){display:none}table:not(.loading).hide_col8 td:nth-child(9){display:none}table:not(.loading).hide_col9 th:nth-child(10){display:none}table:not(.loading).hide_col9 td:nth-child(10){display:none}table:not(.loading).hide_col10 th:nth-child(11){display:none}table:not(.loading).hide_col10 td:nth-child(11){display:none}table:not(.loading).hide_col11 th:nth-child(12){display:none}table:not(.loading).hide_col11 td:nth-child(12){display:none}table:not(.loading).hide_col12 th:nth-child(13){display:none}table:not(.loading).hide_col12 td:nth-child(13){display:none}table:not(.loading).hide_col13 th:nth-child(14){display:none}table:not(.loading).hide_col13 td:nth-child(14){display:none}table:not(.loading).hide_col14 th:nth-child(15){display:none}table:not(.loading).hide_col14 td:nth-child(15){display:none}table:not(.loading).hide_col15 th:nth-child(16){display:none}table:not(.loading).hide_col15 td:nth-child(16){display:none}table:not(.loading).hide_col16 th:nth-child(17){display:none}table:not(.loading).hide_col16 td:nth-child(17){display:none}table:not(.loading).hide_col17 th:nth-child(18){display:none}table:not(.loading).hide_col17 td:nth-child(18){display:none}table:not(.loading).hide_col18 th:nth-child(19){display:none}table:not(.loading).hide_col18 td:nth-child(19){display:none}table:not(.loading).hide_col19 th:nth-child(20){display:none}table:not(.loading).hide_col19 td:nth-child(20){display:none}table:not(.loading).hide_col20 th:nth-child(21){display:none}table:not(.loading).hide_col20 td:nth-child(21){display:none}table:not(.loading).hide_col21 th:nth-child(22){display:none}table:not(.loading).hide_col21 td:nth-child(22){display:none}table:not(.loading).hide_col22 th:nth-child(23){display:none}table:not(.loading).hide_col22 td:nth-child(23){display:none}table:not(.loading).hide_col23 th:nth-child(24){display:none}table:not(.loading).hide_col23 td:nth-child(24){display:none}table:not(.loading).hide_col24 th:nth-child(25){display:none}table:not(.loading).hide_col24 td:nth-child(25){display:none}table:not(.loading).hide_col25 th:nth-child(26){display:none}table:not(.loading).hide_col25 td:nth-child(26){display:none}table:not(.loading).hide_col26 th:nth-child(27){display:none}table:not(.loading).hide_col26 td:nth-child(27){display:none}table:not(.loading).hide_col27 th:nth-child(28){display:none}table:not(.loading).hide_col27 td:nth-child(28){display:none}table:not(.loading).hide_col28 th:nth-child(29){display:none}table:not(.loading).hide_col28 td:nth-child(29){display:none}table:not(.loading).hide_col29 th:nth-child(30){display:none}table:not(.loading).hide_col29 td:nth-child(30){display:none}table:not(.loading).hide_col30 th:nth-child(31){display:none}table:not(.loading).hide_col30 td:nth-child(31){display:none}table:not(.loading).hide_col31 th:nth-child(32){display:none}table:not(.loading).hide_col31 td:nth-child(32){display:none}table:not(.loading).hide_col32 th:nth-child(33){display:none}table:not(.loading).hide_col32 td:nth-child(33){display:none}table:not(.loading).hide_col33 th:nth-child(34){display:none}table:not(.loading).hide_col33 td:nth-child(34){display:none}table:not(.loading).hide_col34 th:nth-child(35){display:none}table:not(.loading).hide_col34 td:nth-child(35){display:none}table:not(.loading).hide_col35 th:nth-child(36){display:none}table:not(.loading).hide_col35 td:nth-child(36){display:none}table:not(.loading).hide_col36 th:nth-child(37){display:none}table:not(.loading).hide_col36 td:nth-child(37){display:none}table:not(.loading).hide_col37 th:nth-child(38){display:none}table:not(.loading).hide_col37 td:nth-child(38){display:none}table:not(.loading).hide_col38 th:nth-child(39){display:none}table:not(.loading).hide_col38 td:nth-child(39){display:none}table:not(.loading).hide_col39 th:nth-child(40){display:none}table:not(.loading).hide_col39 td:nth-child(40){display:none}table:not(.loading).hide_col40 th:nth-child(41){display:none}table:not(.loading).hide_col40 td:nth-child(41){display:none}table:not(.loading).hide_col41 th:nth-child(42){display:none}table:not(.loading).hide_col41 td:nth-child(42){display:none}table:not(.loading).hide_col42 th:nth-child(43){display:none}table:not(.loading).hide_col42 td:nth-child(43){display:none}table:not(.loading).hide_col43 th:nth-child(44){display:none}table:not(.loading).hide_col43 td:nth-child(44){display:none}table:not(.loading).hide_col44 th:nth-child(45){display:none}table:not(.loading).hide_col44 td:nth-child(45){display:none}table:not(.loading).hide_col45 th:nth-child(46){display:none}table:not(.loading).hide_col45 td:nth-child(46){display:none}table:not(.loading).hide_col46 th:nth-child(47){display:none}table:not(.loading).hide_col46 td:nth-child(47){display:none}table:not(.loading).hide_col47 th:nth-child(48){display:none}table:not(.loading).hide_col47 td:nth-child(48){display:none}table:not(.loading).hide_col48 th:nth-child(49){display:none}table:not(.loading).hide_col48 td:nth-child(49){display:none}table:not(.loading).hide_col49 th:nth-child(50){display:none}table:not(.loading).hide_col49 td:nth-child(50){display:none}table:not(.loading).hide_col50 th:nth-child(51){display:none}table:not(.loading).hide_col50 td:nth-child(51){display:none}table.filtered>tbody>tr{background:#fff}table.filtered>tbody>tr.odd{background:#f8f8f8}table.loading thead{display:none}table.loading tbody tr td{border-top-left-radius:.5em;border-top-right-radius:.5em}table.loading tbody tr td i{font-size:2em}ul#info{list-style:none;padding:0;display:grid;grid-auto-flow:column;grid-template-rows:repeat(4, 1fr);grid-column-gap:1em}ul#info li{border-bottom:1px solid #e6e6e6;margin:0;padding-left:175px;position:relative;line-height:2rem;min-height:2rem;z-index:1}ul#info li:before{content:attr(data-title);display:block;position:absolute;top:0;left:0;width:180px;font-weight:bold;line-height:2rem;min-height:2rem}ul#info li[data-title="Publications"]:before,ul#info li[data-title="DACs"]:before,ul#info li[data-title="Datasets"]:before,ul#info li[data-title="Studies"]:before{padding-left:2em;padding-right:10px;width:calc(180px - 2em - 10px)}ul#info li[data-title="Publications"]:after,ul#info li[data-title="DACs"]:after,ul#info li[data-title="Datasets"]:after,ul#info li[data-title="Studies"]:after{font-family:"Font Awesome 6 Pro";font-weight:900;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-size:90%;text-rendering:auto;line-height:2;position:absolute;top:10%;left:0;height:80%;width:1.7em;text-align:center;color:white;background-color:#e99667;border-radius:50%}ul#info li[data-title="Publications"] .more-trigger,ul#info li[data-title="DACs"] .more-trigger,ul#info li[data-title="Datasets"] .more-trigger,ul#info li[data-title="Studies"] .more-trigger{cursor:pointer;position:absolute;top:0.6rem;right:0;z-index:10;font-size:0.8em;transition:.3s ease-out}ul#info li[data-title="Publications"].open .more-trigger,ul#info li[data-title="DACs"].open .more-trigger,ul#info li[data-title="Datasets"].open .more-trigger,ul#info li[data-title="Studies"].open .more-trigger{transform:rotate(45deg);top:1.6rem;right:-8px;z-index:30}ul#info li[data-title="Publications"] div,ul#info li[data-title="DACs"] div,ul#info li[data-title="Datasets"] div,ul#info li[data-title="Studies"] div{display:none;padding:0 10px;position:absolute;top:2rem;left:170px;width:calc(100% - 190px);z-index:5;background-color:white;box-shadow:0 10px 5px 0px #c3c3c3;border:1px solid #e6e6e6;border-top-color:white;max-height:8rem;overflow:auto}ul#info li[data-title="Publications"] div a,ul#info li[data-title="DACs"] div a,ul#info li[data-title="Datasets"] div a,ul#info li[data-title="Studies"] div a{display:block}ul#info li[data-title="Publications"].open div,ul#info li[data-title="DACs"].open div,ul#info li[data-title="Datasets"].open div,ul#info li[data-title="Studies"].open div{display:block;z-index:20}ul#info li[data-title="Datasets"].open{z-index:40}ul#info li[data-title="Studies"].open{z-index:30}ul#info li[data-title="DACs"].open{z-index:20}ul#info li[data-title="Publications"].open{z-index:10}ul#info li[data-title="Datasets"]:after{content:"\f00a"}ul#info li[data-title="Studies"]:after{content:"\f02d"}ul#info li[data-title="DACs"]:after{content:"\f0c0"}ul#info li[data-title="Publications"]:after{content:""}#data,.chart-container{width:800px;margin:1em auto;display:flex;flex-flow:row wrap;justify-content:space-between}#data section,.chart-container section{box-sizing:border-box;width:32%;padding:1ex;margin-bottom:1em;box-shadow:0 0 5px 0px #ccc;border:1px solid #ccc;border-radius:5px;background-color:transparent;position:relative;perspective:1000px}#data section h2,.chart-container section h2{margin-bottom:1em;text-align:center;font-size:1rem;font-weight:normal}#data section svg,.chart-container section svg{max-width:100%;position:relative;transform:rotateY(0deg);z-index:2;backface-visibility:hidden;background-color:white;transition:transform 0.8s;transform-style:preserve-3d}#data section svg.zoom,.chart-container section svg.zoom{cursor:zoom-in}#data section svg.zoom.grab,.chart-container section svg.zoom.grab{cursor:move}#data section.open svg,.chart-container section.open svg{transform:rotateY(180deg)}#data section>div:not(.svg-container),.chart-container section>div:not(.svg-container){position:absolute;top:4em;left:1ex;bottom:2ex;right:1ex;transform:rotateY(180deg);z-index:1;overflow:auto;padding:0 1em;backface-visibility:hidden;background-color:white;transition:transform 0.8s;transform-style:preserve-3d}#data section>div:not(.svg-container) p,.chart-container section>div:not(.svg-container) p{margin:0 0 1em 0;padding:0}#data section>div:not(.svg-container) img,.chart-container section>div:not(.svg-container) img{display:block;margin:0 auto;width:60%}#data section.open>div,.chart-container section.open>div{transform:rotateY(0deg)}#data section .trigger,.chart-container section .trigger{cursor:pointer}#data section .trigger:after,.chart-container section .trigger:after{content:'i';position:absolute;top:1ex;right:1ex;z-index:100;display:block;text-align:center;width:1em;padding:0 0.2ex;border-radius:50%;background:#7a7a7a;color:white;font-size:80%}#data section.open .trigger:after,.chart-container section.open .trigger:after{content:'x'}#data section.no-data,.chart-container section.no-data{position:relative;transition:transform 0.8s}#data section.no-data svg,.chart-container section.no-data svg{background:white}#data section.no-data::before,.chart-container section.no-data::before{content:attr(data-ifmissing);position:absolute;top:50%;left:50%;width:100px;text-align:center;transform:translate(-50%, -50%);z-index:100;transition:0.8s;color:#636363;font-style:italic;font-size:80%}#data section.no-data.open::before,.chart-container section.no-data.open::before{opacity:0}#data .wide,.chart-container .wide{width:100%}#data rect[height="0"],#data rect[width="0"],.chart-container rect[height="0"],.chart-container rect[width="0"]{display:none}#data text.no-data,.chart-container text.no-data{font-size:10px;text-anchor:middle;color:black;background:none}#data text.percent,.chart-container text.percent{text-anchor:middle}#data text.pie-data,.chart-container text.pie-data{text-anchor:middle;font-size:80%;color:#ccc}#data path.plot,.chart-container path.plot{stroke:#e68d59;stroke-width:3;fill:none}#data circle.point,.chart-container circle.point{cursor:none;stroke:none;fill:transparent}#data circle.point:hover,.chart-container circle.point:hover{fill:black}#data path.arc,.chart-container path.arc{fill:blue}#data path.arc.arc-0,.chart-container path.arc.arc-0{fill:#216696}#data path.arc.arc-1,.chart-container path.arc.arc-1{fill:#d6e9f3}#data .grid .tick,.chart-container .grid .tick{stroke:lightgrey;opacity:0.2}#data .grid path,.chart-container .grid path{stroke-width:0}#data text.x-axis-name,#data text.y-axis-name,.chart-container text.x-axis-name,.chart-container text.y-axis-name{font-variant:small-caps;text-transform:capitalize;font-size:0.7em}#data rect.bar,.chart-container rect.bar{stroke:white;stroke-width:1px;fill:#5e9cc3}#data rect.bar-spc,.chart-container rect.bar-spc{fill:#185177}#data .cheat,.chart-container .cheat{stroke:black;stroke-width:3;fill:red}#data g.stack,.chart-container g.stack{fill:blue}#data g.stack.stack-mapped,.chart-container g.stack.stack-mapped{fill:#15486f}#data g.stack.stack-unmapped,.chart-container g.stack.stack-unmapped{fill:#e68d59}#data g.legend.legend-mapped,.chart-container g.legend.legend-mapped{fill:#15486f}#data g.legend.legend-unmapped,.chart-container g.legend.legend-unmapped{fill:#e68d59}#data g.legend text,.chart-container g.legend text{color:black;font-variant:small-caps;text-transform:capitalize;font-size:0.7em}#data #base-coverage h2,#data #base-quality h2,#data #mapping-quality h2,#data #mapped-unmapped h2,.chart-container #base-coverage h2,.chart-container #base-quality h2,.chart-container #mapping-quality h2,.chart-container #mapped-unmapped h2{margin-bottom:0}#data rect.basechanges,.chart-container rect.basechanges{fill:black;stroke:black;stroke-width:0.5}#data rect.basechanges.basechanges-A,.chart-container rect.basechanges.basechanges-A{fill:#185177}#data rect.basechanges.basechanges-C,.chart-container rect.basechanges.basechanges-C{fill:#5e9cc3}#data rect.basechanges.basechanges-G,.chart-container rect.basechanges.basechanges-G{fill:#eb9662}#data rect.basechanges.basechanges-T,.chart-container rect.basechanges.basechanges-T{fill:#f6c75e}#data text.basechanges-label,.chart-container text.basechanges-label{font-size:90%}#data line.basechanges-label-line,.chart-container line.basechanges-label-line{stroke:black;stroke-width:0.5}#data span.tstv-ratio,.chart-container span.tstv-ratio{font-family:monospace}
