.h1_name {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
}

.content_3gpp {
    font-family: Arial, Helvetica, sans-serif;
}

.span_3gpp-ts-series {
    margin-right: 8px;
}

.span_3gpp-ts-release {
    margin-right: 8px;
}

.wrapper_a_asn1 {
    width: fit-content;
    background: #7e7e7e;
    margin-top: 18px;
    padding: 0px 6px 4px 6px;
}

.a_asn1 {
    color: #fcfcfc;
    font-family: monospace;
    font-size: 14px;
}

.wrapper_asn1 {
    background: #e8e8e8;
}

.pre_asn1 {
    font-family: monospace;
    margin: 0px;
    padding: 12px;
    font-size: 16px;
    tab-size: 4;
    overflow-x: auto;
}

.a_asn1-definition {
    text-decoration: none;
    color: #00b179;
    transition-duration: 0.2s;
}

.a_asn1-definition:hover {
    color: #ffffff;
    background: #009767;
}

.a_asn1-type {
    text-decoration: none;
    color: #b30ea3;
}

.a_asn1-optional {
    text-decoration: none;
    color: #241edd;
}

.a_asn1-comment {
    text-decoration: none;
    color: #16b921;
}