#edgeone-watermark {
    display: none !important;
}

.alert-info code {
    color: #fff !important;
    font-weight: bold !important;
}

.alert-info a > code {
    color: #fff !important;
    font-weight: bold !important;
}

code.copyable-code {
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

code.copyable-code:hover {
    text-decoration: underline;
}

code.copyable-code.copied {
    background-color: rgba(46, 204, 113, 0.18);
}