   /* Ozone 9 Color Palette */
   @supports (-webkit-appearance:none) {
    .palette-primary-ozone {
      background : #fff;
    }
  }
  .palette-primary-ozone .footer,
  .palette-primary-ozone .header {
    background : #13161a;
  }
  .palette-primary-ozone .drawer .toc a.current,
  .palette-primary-ozone .drawer .toc a:focus,
  .palette-primary-ozone .drawer .toc a:hover {
    color : #09B2DE;
  }
  .palette-primary-ozone .drawer .anchor a {
    border-left : #09B2DE solid 1px;
  }
  .ios.standalone .palette-primary-ozone .article {
    background : -webkit-linear-gradient(top,
                  #fff 50%,
                  #fff 0);
    background : linear-gradient(
                  180deg,
                  #fff 50%,
                  #fff 0
                );
  }
  .palette-primary-ozone .article a {
    color: #000;
    border-bottom: #09B2DE solid 1px;
    font-weight: 600;
  }
  .palette-accent-ozone .article a:focus,
  .palette-accent-ozone .article a:hover {
    color : #09B2DE;
  }
  .palette-primary-ozone .article h1{
    color: #09B2DE;
  }
  .palette-primary-ozone .article .headerlink {
    display: none;
  }
  .palette-primary-ozone .article table {
    border: #566068 1px solid;
  }
  .palette-primary-ozone .article table th {
    background : #13161a;
    text-transform: uppercase;
  }
  .palette-primary-ozone .results .meta {
    background : #fff;
  }
  .palette-primary-ozone .article .admonition.note {
    background: rgba(9, 178, 222, 0.1);
    border-color: #09B2DE;
  }
  .palette-primary-ozone .article .admonition.warning {
    background: rgba(239, 91, 95, 0.1);
    border-color: #EF5B5F;
  }
  .palette-primary-ozone .article .admonition.info {
    background: rgba(113, 85, 199, 0.1);
    border-color: #7155C7;
  }
  .palette-primary-ozone .article .admonition.tip {
    background: rgba(9, 185, 185, 0.1);
    border-color: #09B9B9;
  }
  .palette-primary-ozone .article .admonition.link {
    background: rgba(0, 174, 66, 0.1);
    border-color: #00AE42;
  }
  .palette-primary-ozone .wrapper a.lang-btn.active {
    color: #fff;
    background-color: #09B2DE;
    border: 1px solid #13161a;
}