[data-md-color-scheme="percona-light"] {
    --md-primary-fg-color:        #0d184c;
    --md-primary-fg-color--light: #3e4875;
    --md-default-fg-color--lightest: #9096b0;
    --md-primary-fg-color--dark:  #080e2e;
    --md-typeset-a-color: #2cbea2;
  }
[data-md-color-scheme="slate"] {
    --md-primary-fg-color:        #0d184c;
    /*
    --md-primary-fg-color--light: #3e4875;
    --md-primary-fg-color--dark:  #080e2e;
    */
    --md-typeset-a-color: #2cbea2;
    --md-hue: 210; /* [0, 360] */
  }
ul li p {
	margin: 0;
}

.md-clipboard {
    color: #2cbea2;
}

.md-typeset {
    font-size: .7rem;
    line-height: 1.5;
}

.md-typeset h1 {
    color: var(--md-default-fg-color--light);
    font-size: 2em;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 0.9em;
}
.md-typeset h2 {
    font-size: 1.5625em;
    line-height: 1.4;
    margin: 1em 0 .54em;
}

article table {
  page-break-before: auto !important;
  page-break-inside: auto !important;
}

article ol {
  page-break-before: auto !important;
  page-break-inside: auto !important;
}

section {
  page-break-before: auto !important;
  page-break-inside: auto !important;
}

.imgcenter {
    display: block;
    margin: 0 auto;
}
dd {
    margin-left: 2em !important;
}

@keyframes bounce {
    from {
     transform: translate3d(0, 0, 0);
    }
    to {
     transform: translate3d(0, -4px, 0);
    }
 }

 .ellipsis {
    animation: bounce 0.4s ease infinite;
    animation-direction: alternate;
 }

 .ellipsis#ellipsis-two {
    animation-delay: 0.2s;
 }

 .ellipsis#ellipsis-three {
    animation-delay: 0.3s;
 }

 .operator-selector
{
font-size: .8rem;
color: #FFF;
background: #0d184c;
border: 0;
}

