
body, input {
    color: rgba(0,0,0,.80);
}

.md-typeset .codehilite, .md-typeset .highlight {
    border-radius: .2rem;
}

.md-typeset h1 {
    font-weight: bold;
}

.md-typeset code, .md-typeset pre {
    color: #5F6C72;
}

.emJQQO {
    -webkit-appearance: none;
    color: rgb(255, 255, 255);
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 48px;
    text-align: center;
    white-space: nowrap;
    margin: 0px;
    overflow: visible;
    font: inherit inherit inherit inherit inherit inherit inherit;
    padding: 0px 1rem;
    background: rgb(0, 97, 235);
    border-radius: 3px;
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    text-decoration: none;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
}
.emJQQO:not(.is-disabled):hover {
    background-color: rgb(51, 135, 255);
}
.emJQQO:hover, .emJQQO:focus, .emJQQO:active {
    color: rgb(255, 255, 255);
}

