@charset "UTF-8";

code {
    /*border: 5px solid #9280ff;*/
	border: 2px solid #e9e9e9;
}

.hljs-ln-numbers {
    text-align: right;
    border-right: 1px solid #ccc;
    color: #999;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hljs-ln-code .hljs-ln-line {
    margin-left: 10px;
    font-size: 10pt;
    white-space: pre-wrap;
	line-height:15px;
}

.hljs-ln-numbers .hljs-ln-line {
    margin-right: 10px;
    font-size: 10pt;
	line-height:15px;
}

.code-title {
    background-color: #9280ff;
    padding-left: 10px;
    padding-top: 5px;
    color: white;
    font-weight: 800;
}

@media screen and (max-width: 767px) {
    .hljs-ln-code .hljs-ln-line {
        font-size: 7pt;
    }

    .hljs-ln-numbers .hljs-ln-line {
        font-size: 7pt;
    }
}
/*code {
	border: 5px solid #9280ff;
}*/
.hljs-ln-numbers {
	text-align: right;
	border-right: 1px solid #ccc;
	color: #999;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.hljs-ln-code .hljs-ln-line{
	margin-left: 10px;
}
.hljs-ln-numbers .hljs-ln-line{
	margin-right: 10px;
}
.hljs-comment, .hljs-quote {
	color: #00ca03!important;
}
.code-title{
    /* background-color: #9280ff; */
    background-color: #e9e9e9;
    padding-left: 10px;
    padding-top: 5px;
    /* color: white; */
    color: black;
    font-weight: 800;
    /*font-size: 0.6rem;*/
}