.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;
    margin-bottom: 15px;
}
.copy_button {
    position: absolute;
    width: 10px;
    height: 12px;
    right: 11px;
    top: 9px;
    padding: 5px;
    cursor: pointer;
    background: url(/sites/zweb/images/commonroot/product-api-sprite.png);
    background-position: -40px 0px;
    background-size: 80px;
    border: none !important;
}
.siqimg {
                border: 1px solid #ccc !important;
                image-rendering: -webkit-optimize-contrast;
            }
table 
        {
            column-width: 100%;
            font: 16px;
        }
        table, th, td 
        {
            border: solid 1px #DDD;
            border-collapse: collapse;
            padding: 10px 30px;
            text-align: center;
        }