
html {
    font-family: Tahoma, -apple-system, Geneva, sans-serif;
    color: #222;
    font-size: 1rem;
    line-height: 1.5rem;
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: Tahoma, -apple-system, Geneva, sans-serif;
    color: #222;
    font-weight: 400;
}

.uk-h1, h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: bold;
    margin-top: 25px;
}

.uk-h2, h2, .uk-h3, h3, .uk-h4, h4, .uk-h5, h5, .uk-h6, h6 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
}

strong {
    font-weight: normal;
}

a, a:visited {
    text-decoration: none;
    color: #0055CC;
}

a:hover, a:visited:hover  {
    text-decoration: none;
    color: #d33a2c;
}

a.blue-link, a.blue-link:visited {
    padding: 10px 0 !important;
    text-decoration: none !important;
    color: #0055CC !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0, 85, 204, 0.7)),to(rgba(0, 85, 204, 0.7))) !important;
    background-image: linear-gradient(rgba(0, 85, 204, 0.7),rgba(0, 85, 204, 0.7)) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 1px !important;
    background-position: center bottom 20% !important;
    background-origin: padding-box !important;
}

a.blue-link:hover, a.blue-link:visited:hover {
    padding: 10px 0 !important;
    text-decoration: none !important;
    color: #d33a2c !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(211, 58, 44, 0.7)),to(rgba(211, 58, 44, 0.7))) !important;
    background-image: linear-gradient(rgba(211, 58, 44, 0.7),rgba(211, 58, 44, 0.7)) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 1px !important;
    background-position: center bottom 20% !important;
    background-origin: padding-box !important;
}

a.black-link, a.black-link:visited {
    padding: 10px 0 !important;
    text-decoration: none !important;
    color: #000000 !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0, 0, 0, 0.7)),to(rgba(0, 0, 0, 0.7))) !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 1px !important;
    background-position: center bottom 20% !important;
    background-origin: padding-box !important;
}

a.black-link:hover, a.black-link:visited:hover {
    padding: 10px 0 !important;
    text-decoration: none !important;
    color: #d33a2c !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(211, 58, 44, 0.7)),to(rgba(211, 58, 44, 0.7))) !important;
    background-image: linear-gradient(rgba(211, 58, 44, 0.7),rgba(211, 58, 44, 0.7)) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 1px !important;
    background-position: center bottom 20% !important;
    background-origin: padding-box !important;
}

a.grey-link, a.grey-link:visited {
    padding: 10px 0 !important;
    text-decoration: none !important;
    color: #555555 !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(85, 85, 85, 0.7)),to(rgba(85, 85, 85, 0.7))) !important;
    background-image: linear-gradient(rgba(85, 85, 85, 0.7),rgba(85, 85, 85, 0.7)) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 1px !important;
    background-position: center bottom 20% !important;
    background-origin: padding-box !important;
}

a.grey-link:hover, a.grey-link:visited:hover {
    padding: 10px 0 !important;
    text-decoration: none !important;
    color: #d33a2c !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(211, 58, 44, 0.7)),to(rgba(211, 58, 44, 0.7))) !important;
    background-image: linear-gradient(rgba(211, 58, 44, 0.7),rgba(211, 58, 44, 0.7)) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 1px !important;
    background-position: center bottom 20% !important;
    background-origin: padding-box !important;
}

a.white-link, a.white-link:visited, span.white-link {
    padding: 10px 0 !important;
    text-decoration: none !important;
    color: #FFF !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255, 255, 255, 0.7)),to(rgba(255, 255, 255, 0.7))) !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.7)) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 1px !important;
    background-position: center bottom 20% !important;
    background-origin: padding-box !important;
}

a.white-link:hover, a.white-link:visited:hover {
    padding: 10px 0 !important;
    text-decoration: none !important;
    color: rgba(255, 255, 255, 0.8) !important;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255, 255, 255, 0.6)),to(rgba(255, 255, 255, 0.6))) !important;
    background-image: linear-gradient(rgba(255, 255, 255, 0.6),rgba(255, 255, 255, 0.6)) !important;
    background-repeat: no-repeat !important;
    background-size: 100% 1px !important;
    background-position: center bottom 20% !important;
    background-origin: padding-box !important;
}

.pseudo-link {
    cursor: pointer;
    padding: 0px 0;
    text-decoration: none;
    color: #222;
    border-bottom: 1px dotted #222;
}

.pseudo-link:hover {
    cursor: pointer;
    padding: 0px 0;
    text-decoration: none;
    color: #d33a2c;
    border-bottom: 1px dotted #d33a2c;
}

.uk-nav li > a {
    display: inline-block;
}

.uk-link-muted a, a.uk-link-muted {
    text-decoration: none !important;
    color: #999 !important;
}

.uk-dropdown-nav > li > a, .uk-dropdown-nav > li > a:visited {
    text-decoration: underline;
    color: #0055CC;
}

.uk-dropdown-nav > li > a:hover {
    text-decoration: underline;
    color: #d33a2c;
}

.uk-navbar-nav > li > a, .uk-navbar-item, .uk-navbar-toggle {
    font-family: Tahoma, -apple-system, Geneva, sans-serif;
    text-transform: none;
    color: #222;
}

.uk-navbar-nav > li > a:hover {
    color: #BBB;
}

.uk-button {
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

.uk-subnav {
    margin-left: 0;
}

.uk-subnav > * > :first-child {
    background: none !important;
    text-transform: none;
    text-decoration: underline;
    color: #006fc6 !important;
    line-height: 1.25rem !important;
}

.uk-subnav > * > :first-child:hover {
    background: none !important;
    text-decoration: underline;
    color: #d33a2c !important;
}

.uk-subnav > li {
    padding: 0;
}

.uk-subnav-pill > * > :first-child {
    padding: 0;
    margin: 0.5rem 1rem 0.5rem 1rem;
}

.uk-subnav-pill > .uk-active {
    margin-right: 0.5rem;
}

.uk-subnav-pill > .uk-active > a {
    text-decoration: none;
    background: #7987a0 !important;
    color: #FFF !important;
    padding: 0.5rem 1rem 0.5rem 1rem;
    margin: 0;
}

.uk-subnav-pill > .uk-active > a:hover {
    text-decoration: none;
    background: #7987a0 !important;
    color: #FFF !important;
    padding: 0.5rem 1rem 0.5rem 1rem;
}

.uk-subnav-pill > li > a.pseudo-link {
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    color: #0055CC !important;
    border-bottom: 1px dotted #0055CC !important;
}

.uk-subnav-pill > li > a.pseudo-link:hover {
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    color: #d33a2c !important;
    border-bottom: 1px dotted #d33a2c !important;
}

.uk-table-small td, .uk-table-small th {
    padding: 9px 0;
}

.uk-table-small td:last-child:not(:first-child), .uk-table-small th:last-child:not(:first-child) {
    padding: 9px 0 9px 20px;
}

.table-small-extra-padding td, .uk-table-small th {
    padding: 12px 0;
}

.table-small-extra-padding td:last-child:not(:first-child), .uk-table-small th:last-child:not(:first-child) {
    padding: 12px 0 12px 20px;
}

@media only screen and (max-width: 639px) {
    .uk-table-responsive .uk-table-link:not(:last-child) > a, .uk-table-responsive td:not(:last-child):not(.uk-table-link), .uk-table-responsive th:not(:last-child):not(.uk-table-link) {
        padding-bottom: 0 !important;
        font-weight: bold;
    }
    .uk-table-small td:last-child:not(:first-child), .uk-table-small th:last-child:not(:first-child) {
        padding: 0 0 9px 0 !important;
    }
}

.uk-table-small tr:not(:last-child) {
    border-bottom: 1px dotted #999;
}

.uk-card-default {
    color: #222;
}

blockquote {
    font-size: 1rem;
    color: #555;
}

.uk-text-success {
    color: #0a8b2c !important;
}

.uk-text-danger {
    color: #d33a2c !important;
}

.uk-section-muted {
    background: #8e735b;
    color: #FFF;
    font-size: 0.85rem;
}

.uk-section-muted a, .uk-section-muted a:visited {
    text-decoration: underline;
    color: #FFF;
}

.uk-section-muted a:hover, .uk-section-muted a:visited:hover {
    text-decoration: underline;
    color: #FFF;
}

.uk-section-muted .uk-text-bold {
    font-size: 1.25rem;
}

tr:not(:first-child).first-data-row td:first-child {
    padding-top: 25px;
}

tr:not(:first-child).first-data-row td:last-child {
    padding-top: 25px;
}

tr.no-border-top {
    border-top: none;
}

.uk-table-small td.financial-data-cell, .uk-table-small th.financial-data-cell {
    padding: 12px;
}

.uk-table-small td.financial-data-cell-positive {
    padding: 12px;
    background: #F5F5F5;
}

.uk-table-small td.financial-data-cell-negative {
    padding: 12px;
    background: #fff6f6;
}

a.uk-accordion-title {
    text-decoration: none;
    color: #555;
    font-size: 1rem;
}

a.uk-accordion-title:focus {
    text-decoration: none;
    color: #555;
}

a.uk-accordion-title:hover {
    text-decoration: none;
    color: #d33a2c;
}

.uk-breadcrumb {
    overflow: hidden;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0 10px;
}

.uk-breadcrumb li, .uk-breadcrumb li.uk-disabled {
    font-size: .875rem;
    color: #555;
}

.uk-breadcrumb a, .uk-breadcrumb a:visited {
    text-decoration: none;
    color: #555;
}

.uk-breadcrumb a:hover, .uk-breadcrumb a:visited:hover {
    text-decoration: none;
    color: #d33a2c;
}

#region-select-modal ul li {
    line-height: 100%;
}

#region-select-modal ul li a {
    font-size: .875rem;
    text-decoration: underline;
    text-transform: none;
    color: #555;
}

#region-select-modal ul li a:hover {
    text-decoration: underline;
    color: #d33a2c;
}

.uk-button {
    text-transform: none;
}

.uk-pagination li a {
    text-decoration: none;
    color: #555;
}

.uk-pagination li a:hover {
    text-decoration: none;
    color: #d33a2c;
}

.uk-pagination li {
    padding: 4px 14px 4px 14px;
}

.uk-pagination li.uk-active {
    background: #efd780;
    margin-left: 5px;
    margin-right: 5px;
}

ul.index-accordion li a.uk-accordion-title {
    font-size: 1rem;
    text-decoration: none;
    color: #555;
}

ul.index-accordion li a.uk-accordion-title:focus {
    text-decoration: none;
    color: #555;
}

ul.index-accordion li a.uk-accordion-title:hover {
    text-decoration: none;
    color: #d33a2c;
}

ul.index-accordion li ul li {
    font-size: 0.85rem;
}

.uk-list > li:nth-child(n+2), .uk-list > li > ul {
    margin-top: 5px;
}

.uk-list-bullet > li::before {
    background-position: 0% 50%;
}

.uk-list-bullet > li {
    padding-left: 1.25em;
}

.uk-tab > * {
    line-height: 2.25rem;
}

.uk-tab > * > a {
    text-transform: none;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.uk-tab > .uk-active > a {
    border-color: #937b63;
    border-width: 6px;
}

.tooltip-icon {
    cursor:pointer;
    color: #999;
}

.uk-tooltip {
    max-width: 250px;
    padding: 5px 8px;
    background: #333;
    border-radius: 0;
    color: #fff;
    font-size: 0.85rem;
}

.uk-form-label {
    font-size: 1rem;
    margin-bottom: 5px;
}

.uk-alert {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.uk-alert-success {
    background: #3a9041;
    color: #FFF;
}

.uk-alert-warning {
    background: #08c;
    color: #FFF;
}

.uk-alert-danger {
    background: #c1353e;
    color: #FFF;
}

.display-none {
    display: none;
}

/* CHARTIST */

.ct-double-octave:after,.ct-major-eleventh:after,.ct-major-second:after,.ct-major-seventh:after,.ct-major-sixth:after,.ct-major-tenth:after,.ct-major-third:after,.ct-major-twelfth:after,.ct-minor-second:after,.ct-minor-seventh:after,.ct-minor-sixth:after,.ct-minor-third:after,.ct-octave:after,.ct-perfect-fifth:after,.ct-perfect-fourth:after,.ct-square:after{content:"";clear:both}.ct-label{fill:rgba(0,0,0,.4);color:rgba(0,0,0,.4);font-size:.75rem;line-height:1}.ct-grid-background,.ct-line{fill:none}.ct-chart-bar .ct-label,.ct-chart-line .ct-label{display:block;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.ct-chart-donut .ct-label,.ct-chart-pie .ct-label{dominant-baseline:central}.ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-label.ct-vertical.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right;text-anchor:end}.ct-label.ct-vertical.ct-end{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar .ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-anchor:start}.ct-chart-bar .ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-webkit-align-items:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-webkit-align-items:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-end;-webkit-justify-content:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right;text-anchor:end}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:end}.ct-grid{stroke:rgba(0,0,0,.2);stroke-width:1px;stroke-dasharray:2px}.ct-point{stroke-width:10px;stroke-linecap:round}.ct-line{stroke-width:4px}.ct-area{stroke:none;fill-opacity:.1}.ct-bar{fill:none;stroke-width:10px}.ct-slice-donut{fill:none;stroke-width:60px}.ct-series-a .ct-bar,.ct-series-a .ct-line,.ct-series-a .ct-point,.ct-series-a .ct-slice-donut{stroke:#d70206}.ct-series-a .ct-area,.ct-series-a .ct-slice-donut-solid,.ct-series-a .ct-slice-pie{fill:#d70206}.ct-series-b .ct-bar,.ct-series-b .ct-line,.ct-series-b .ct-point,.ct-series-b .ct-slice-donut{stroke:#f05b4f}.ct-series-b .ct-area,.ct-series-b .ct-slice-donut-solid,.ct-series-b .ct-slice-pie{fill:#f05b4f}.ct-series-c .ct-bar,.ct-series-c .ct-line,.ct-series-c .ct-point,.ct-series-c .ct-slice-donut{stroke:#f4c63d}.ct-series-c .ct-area,.ct-series-c .ct-slice-donut-solid,.ct-series-c .ct-slice-pie{fill:#f4c63d}.ct-series-d .ct-bar,.ct-series-d .ct-line,.ct-series-d .ct-point,.ct-series-d .ct-slice-donut{stroke:#d17905}.ct-series-d .ct-area,.ct-series-d .ct-slice-donut-solid,.ct-series-d .ct-slice-pie{fill:#d17905}.ct-series-e .ct-bar,.ct-series-e .ct-line,.ct-series-e .ct-point,.ct-series-e .ct-slice-donut{stroke:#453d3f}.ct-series-e .ct-area,.ct-series-e .ct-slice-donut-solid,.ct-series-e .ct-slice-pie{fill:#453d3f}.ct-series-f .ct-bar,.ct-series-f .ct-line,.ct-series-f .ct-point,.ct-series-f .ct-slice-donut{stroke:#59922b}.ct-series-f .ct-area,.ct-series-f .ct-slice-donut-solid,.ct-series-f .ct-slice-pie{fill:#59922b}.ct-series-g .ct-bar,.ct-series-g .ct-line,.ct-series-g .ct-point,.ct-series-g .ct-slice-donut{stroke:#0544d3}.ct-series-g .ct-area,.ct-series-g .ct-slice-donut-solid,.ct-series-g .ct-slice-pie{fill:#0544d3}.ct-series-h .ct-bar,.ct-series-h .ct-line,.ct-series-h .ct-point,.ct-series-h .ct-slice-donut{stroke:#6b0392}.ct-series-h .ct-area,.ct-series-h .ct-slice-donut-solid,.ct-series-h .ct-slice-pie{fill:#6b0392}.ct-series-i .ct-bar,.ct-series-i .ct-line,.ct-series-i .ct-point,.ct-series-i .ct-slice-donut{stroke:#f05b4f}.ct-series-i .ct-area,.ct-series-i .ct-slice-donut-solid,.ct-series-i .ct-slice-pie{fill:#f05b4f}.ct-series-j .ct-bar,.ct-series-j .ct-line,.ct-series-j .ct-point,.ct-series-j .ct-slice-donut{stroke:#dda458}.ct-series-j .ct-area,.ct-series-j .ct-slice-donut-solid,.ct-series-j .ct-slice-pie{fill:#dda458}.ct-series-k .ct-bar,.ct-series-k .ct-line,.ct-series-k .ct-point,.ct-series-k .ct-slice-donut{stroke:#eacf7d}.ct-series-k .ct-area,.ct-series-k .ct-slice-donut-solid,.ct-series-k .ct-slice-pie{fill:#eacf7d}.ct-series-l .ct-bar,.ct-series-l .ct-line,.ct-series-l .ct-point,.ct-series-l .ct-slice-donut{stroke:#86797d}.ct-series-l .ct-area,.ct-series-l .ct-slice-donut-solid,.ct-series-l .ct-slice-pie{fill:#86797d}.ct-series-m .ct-bar,.ct-series-m .ct-line,.ct-series-m .ct-point,.ct-series-m .ct-slice-donut{stroke:#b2c326}.ct-series-m .ct-area,.ct-series-m .ct-slice-donut-solid,.ct-series-m .ct-slice-pie{fill:#b2c326}.ct-series-n .ct-bar,.ct-series-n .ct-line,.ct-series-n .ct-point,.ct-series-n .ct-slice-donut{stroke:#6188e2}.ct-series-n .ct-area,.ct-series-n .ct-slice-donut-solid,.ct-series-n .ct-slice-pie{fill:#6188e2}.ct-series-o .ct-bar,.ct-series-o .ct-line,.ct-series-o .ct-point,.ct-series-o .ct-slice-donut{stroke:#a748ca}.ct-series-o .ct-area,.ct-series-o .ct-slice-donut-solid,.ct-series-o .ct-slice-pie{fill:#a748ca}.ct-square{display:block;position:relative;width:100%}.ct-square:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:100%}.ct-square:after{display:table}.ct-square>svg{display:block;position:absolute;top:0;left:0}.ct-minor-second{display:block;position:relative;width:100%}.ct-minor-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:93.75%}.ct-minor-second:after{display:table}.ct-minor-second>svg{display:block;position:absolute;top:0;left:0}.ct-major-second{display:block;position:relative;width:100%}.ct-major-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:88.8888888889%}.ct-major-second:after{display:table}.ct-major-second>svg{display:block;position:absolute;top:0;left:0}.ct-minor-third{display:block;position:relative;width:100%}.ct-minor-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:83.3333333333%}.ct-minor-third:after{display:table}.ct-minor-third>svg{display:block;position:absolute;top:0;left:0}.ct-major-third{display:block;position:relative;width:100%}.ct-major-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:80%}.ct-major-third:after{display:table}.ct-major-third>svg{display:block;position:absolute;top:0;left:0}.ct-perfect-fourth{display:block;position:relative;width:100%}.ct-perfect-fourth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:75%}.ct-perfect-fourth:after{display:table}.ct-perfect-fourth>svg{display:block;position:absolute;top:0;left:0}.ct-perfect-fifth{display:block;position:relative;width:100%}.ct-perfect-fifth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:66.5555555557%}.ct-perfect-fifth:after{display:table}.ct-perfect-fifth>svg{display:block;position:absolute;top:0;left:0}.ct-minor-sixth{display:block;position:relative;width:100%}.ct-minor-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:62.5%}.ct-minor-sixth:after{display:table}.ct-minor-sixth>svg{display:block;position:absolute;top:0;left:0}.ct-golden-section{display:block;position:relative;width:100%}.ct-golden-section:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:61.804697157%}.ct-golden-section:after{content:"";display:table;clear:both}.ct-golden-section>svg{display:block;position:absolute;top:0;left:0}.ct-major-sixth{display:block;position:relative;width:100%}.ct-major-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:60%}.ct-major-sixth:after{display:table}.ct-major-sixth>svg{display:block;position:absolute;top:0;left:0}.ct-minor-seventh{display:block;position:relative;width:100%}.ct-minor-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:56.25%}.ct-minor-seventh:after{display:table}.ct-minor-seventh>svg{display:block;position:absolute;top:0;left:0}.ct-major-seventh{display:block;position:relative;width:100%}.ct-major-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:53.3333333333%}.ct-major-seventh:after{display:table}.ct-major-seventh>svg{display:block;position:absolute;top:0;left:0}.ct-octave{display:block;position:relative;width:100%}.ct-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:50%}.ct-octave:after{display:table}.ct-octave>svg{display:block;position:absolute;top:0;left:0}.ct-major-tenth{display:block;position:relative;width:100%}.ct-major-tenth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:40%}.ct-major-tenth:after{display:table}.ct-major-tenth>svg{display:block;position:absolute;top:0;left:0}.ct-major-eleventh{display:block;position:relative;width:100%}.ct-major-eleventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:37.5%}.ct-major-eleventh:after{display:table}.ct-major-eleventh>svg{display:block;position:absolute;top:0;left:0}.ct-major-twelfth{display:block;position:relative;width:100%}.ct-major-twelfth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:33.3333333333%}.ct-major-twelfth:after{display:table}.ct-major-twelfth>svg{display:block;position:absolute;top:0;left:0}.ct-double-octave{display:block;position:relative;width:100%}.ct-double-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:25%}.ct-double-octave:after{display:table}.ct-double-octave>svg{display:block;position:absolute;top:0;left:0}

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
    stroke: #ca3d46;
}
.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
    stroke: #8d99ae;
}
.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
    stroke: #333;
}
.ct-bar {
    stroke-width: 10%;
}