.codeblock{
    color: #fff;
    background: #3f4255;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 7%);
    border-radius: 8px;
    overflow-x: auto;
    overflow-y: auto;
    position: relative;
    height: auto;
    animation: all .5s ease;
    padding: 10px;
}
.codeblock .copy_button {
    display: block;
width: 57px;
    right: 15px;
    top: 15px;
    padding: 1px;
}
table 
        {
            column-width: 100%;
            font: 16px;
        }
        table, th, td 
        {
            border: solid 1px #DDD;
            border-collapse: collapse;
            padding: 10px 30px;
            text-align: center;
        }
.codeblock button {
font-family: monosp;
    font-size: medium;
}
