/* You can add global styles to this file, and also import other style files */
.highlight pre {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
}
.highlight pre code {
    font-size: inherit;
    color: gray;
}
.highlight {
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}