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

.yy-point-0 {
  stroke: #008baa;
  stroke-width: 3px;
  fill: white; }

.yy-point-label-0 {
  fill: #008baa;
  color: #008baa;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-highlight-0 {
  stroke: #008baa;
  stroke-width: 3px;
  fill: #37a8b8; }

.yy-point-label-highlight-0 {
  fill: white;
  color: white;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-1 {
  stroke: #f34400;
  stroke-width: 3px;
  fill: white; }

.yy-point-label-1 {
  fill: #f34400;
  color: #f34400;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-highlight-1 {
  stroke: #f34400;
  stroke-width: 3px;
  fill: #F19165; }

.yy-point-label-highlight-1 {
  fill: white;
  color: white;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-2 {
  stroke: #f4c63d;
  stroke-width: 3px;
  fill: white; }

.yy-point-label-2 {
  fill: #f4c63d;
  color: #f4c63d;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-highlight-2 {
  stroke: #f4c63d;
  stroke-width: 3px;
  fill: #f4c63d; }

.yy-point-label-highlight-2 {
  fill: white;
  color: white;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-3 {
  stroke: #d17905;
  stroke-width: 3px;
  fill: white; }

.yy-point-label-3 {
  fill: #d17905;
  color: #d17905;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-highlight-3 {
  stroke: #d17905;
  stroke-width: 3px;
  fill: #d17905; }

.yy-point-label-highlight-3 {
  fill: white;
  color: white;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-4 {
  stroke: #453d3f;
  stroke-width: 3px;
  fill: white; }

.yy-point-label-4 {
  fill: #453d3f;
  color: #453d3f;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-highlight-4 {
  stroke: #453d3f;
  stroke-width: 3px;
  fill: #453d3f; }

.yy-point-label-highlight-4 {
  fill: white;
  color: white;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-5 {
  stroke: #59922b;
  stroke-width: 3px;
  fill: white; }

.yy-point-label-5 {
  fill: #59922b;
  color: #59922b;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-highlight-5 {
  stroke: #59922b;
  stroke-width: 3px;
  fill: #59922b; }

.yy-point-label-highlight-5 {
  fill: white;
  color: white;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-6 {
  stroke: #0544d3;
  stroke-width: 3px;
  fill: white; }

.yy-point-label-6 {
  fill: #0544d3;
  color: #0544d3;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-highlight-6 {
  stroke: #0544d3;
  stroke-width: 3px;
  fill: #0544d3; }

.yy-point-label-highlight-6 {
  fill: white;
  color: white;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-7 {
  stroke: #6b0392;
  stroke-width: 3px;
  fill: white; }

.yy-point-label-7 {
  fill: #6b0392;
  color: #6b0392;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-highlight-7 {
  stroke: #6b0392;
  stroke-width: 3px;
  fill: #6b0392; }

.yy-point-label-highlight-7 {
  fill: white;
  color: white;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-8 {
  stroke: #f05b4f;
  stroke-width: 3px;
  fill: white; }

.yy-point-label-8 {
  fill: #f05b4f;
  color: #f05b4f;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-highlight-8 {
  stroke: #f05b4f;
  stroke-width: 3px;
  fill: #f05b4f; }

.yy-point-label-highlight-8 {
  fill: white;
  color: white;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-9 {
  stroke: #dda458;
  stroke-width: 3px;
  fill: white; }

.yy-point-label-9 {
  fill: #dda458;
  color: #dda458;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-highlight-9 {
  stroke: #dda458;
  stroke-width: 3px;
  fill: #dda458; }

.yy-point-label-highlight-9 {
  fill: white;
  color: white;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-10 {
  stroke: #eacf7d;
  stroke-width: 3px;
  fill: white; }

.yy-point-label-10 {
  fill: #eacf7d;
  color: #eacf7d;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-highlight-10 {
  stroke: #eacf7d;
  stroke-width: 3px;
  fill: #eacf7d; }

.yy-point-label-highlight-10 {
  fill: white;
  color: white;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-11 {
  stroke: #86797d;
  stroke-width: 3px;
  fill: white; }

.yy-point-label-11 {
  fill: #86797d;
  color: #86797d;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-highlight-11 {
  stroke: #86797d;
  stroke-width: 3px;
  fill: #86797d; }

.yy-point-label-highlight-11 {
  fill: white;
  color: white;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-12 {
  stroke: #b2c326;
  stroke-width: 3px;
  fill: white; }

.yy-point-label-12 {
  fill: #b2c326;
  color: #b2c326;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-highlight-12 {
  stroke: #b2c326;
  stroke-width: 3px;
  fill: #b2c326; }

.yy-point-label-highlight-12 {
  fill: white;
  color: white;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-13 {
  stroke: #6188e2;
  stroke-width: 3px;
  fill: white; }

.yy-point-label-13 {
  fill: #6188e2;
  color: #6188e2;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-highlight-13 {
  stroke: #6188e2;
  stroke-width: 3px;
  fill: #6188e2; }

.yy-point-label-highlight-13 {
  fill: white;
  color: white;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-14 {
  stroke: #a748ca;
  stroke-width: 3px;
  fill: white; }

.yy-point-label-14 {
  fill: #a748ca;
  color: #a748ca;
  font-size: 1.4rem;
  line-height: 1; }

.yy-point-highlight-14 {
  stroke: #a748ca;
  stroke-width: 3px;
  fill: #a748ca; }

.yy-point-label-highlight-14 {
  fill: white;
  color: white;
  font-size: 1.4rem;
  line-height: 1; }

/*# sourceMappingURL=chartist.css.map */