dl, ol, ul {
    margin-top: -8px !important;
    margin-bottom: 20px !important;
}

.code-block {
    position: relative;
    background: #f5f2f0;
    border: 1px solid #dee2e6;
    border-radius: .5rem;
    padding: 1rem;
    font-size: .875rem;
    margin-top: 15px;
}
.code-btn {
    position: absolute;
    top: .5rem;
    right: .5rem;
}
.language{
    left: 5px;
    color: #787878;
    text-align: left; 
}