/* Source and licensing information for the line(s) below can be found at https://www.veracode.com/themes/custom/veracode_2022/assets/js/components/codesnippet/custom.css. */
.hljs table.hljs-ln{
	background-color: transparent;
    border: 0;
    border-collapse: unset;
}

.hljs table.hljs-ln td{
	border-top: 0;
	padding-left: 10px;
}

/* for block of numbers */
.hljs-ln-numbers {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    text-align: center;
    color: #ccc;
    border-right: 1px solid #CCC;
    vertical-align: top;
    padding-right: 5px;

    /* your custom style here */
}

/* for block of code */
.hljs-ln-code {
    padding-left: 10px;
}
/* Source and licensing information for the above line(s) can be found at https://www.veracode.com/themes/custom/veracode_2022/assets/js/components/codesnippet/custom.css. */