.css-cnumop {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(235, 236, 240);
    border-image: initial;
    border-radius: 3px;
    padding: 16px;
    background-color: #fff;
    color: #172B4D;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    text-decoration-skip-ink: auto;
    margin: 0 15%;
}

.css-cnumop p, .css-cnumop li {
    overflow-wrap: break-word;
}

.css-cnumop hr {
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    margin: 16px 0px;
    border-width: 0px 0px 1px;
    border-image: initial;
    border-bottom: 1px solid rgb(223, 225, 230);
}

.css-cnumop .codehilite {
    margin-top: 8px;
}

.css-cnumop pre {
    overflow-wrap: normal;
    overflow-x: auto;
    padding: 16px 8px;
    background: rgb(244, 245, 247);
    border-radius: 3px;
}

.css-cnumop .codehilite .gp {
    color: rgb(85, 85, 85);
}

.css-cnumop .codehilite .s2 {
    color: rgb(187, 136, 68);
}

.css-cnumop .codehilite .go {
    color: rgb(136, 136, 136);
}

h2 {
    font-size: 1.7142857142857142em;
    font-style: inherit;
    line-height: 1.1666666666666667;
    color: #172B4D;
    font-weight: 500;
    letter-spacing: -0.01em;
}

h2:not(.first) {
	margin-top: 40px;
}

@media only screen and (max-width: 991px) {

	.css-cnumop {
	    margin: 0 7.5%;
	}
	
}

@media only screen and (max-width: 991px) {

	.css-cnumop {
	    margin: 0;
	}
	
}