/* $Id: manual.css,v 1.22 2010/05/07 07:49:31 selma Exp $ */

/* Imports the extended stylesheet that is generated when the user logs in. */
@import url(extendedStylesheet.css);
/* Imports the stylesheet for the $Document settings. */
@import url(documentStylesheet.css);
/* Imports a derivate specific stylesheet that will be maintained by docufy. */
@import url(customizationStylesheet.css);
/* Imports a customer stylesheet that will be maintained by the customer. */ 
@import url(customerStylesheet.css);

$COMMENT {
    background-color : #FFFFC0;
    color : #FF0000;
    display : inline;
    text-align : left;
    white-space : pre;
}

$PROCINS {
    background-color : #FFFFC0;
    color : Green;
    display : none;
    text-align : left;
    white-space : pre;
}

* {
    margin-top : 5px;
}

*[y\.modified="true"] {
    background-color : yellow;
}

*[y\.validity\.text][y\.validity\.mode="positive"] {
    border-color : #008000;
}

*[y\.validity\.text][y\.validity\.mode="positive"]:after {
    color : #008000;
    margin-top : 5px;
    display : block;
    font-style : italic;
}

*[y\.validity\.text][y\.validity\.mode="positive"]:before {
    color : #008000;
    display : block;
    margin-bottom : 5px;
    font-style : italic;
}

*[y\.validity\.text][y\.validity\.mode="negative"] {
    border-color : #FF0000;
}

*[y\.validity\.text][y\.validity\.mode="negative"]:after {
    color : #FF0000;
    margin-top : 5px;
    display : block;
    font-style : italic;
}

*[y\.validity\.text][y\.validity\.mode="negative"]:before {
    color : #FF0000;
    display : block;
    margin-bottom : 5px;
    font-style : italic;
}

*[y\.validity\.text][y\.validity\.mode="mixed"] {
    border-color : #E46D00;
}

*[y\.validity\.text][y\.validity\.mode="mixed"]:after {
    color : #E46D00;
    margin-top : 5px;
    display : block;
    font-style : italic;
}

*[y\.validity\.text][y\.validity\.mode="mixed"]:before {
    color : #E46D00;
    display : block;
    margin-bottom : 5px;
    font-style : italic;
}

*[y\.validity\.text] {
    padding : 5px;
    border: dashed 1px #888888;
}

*[y\.validity\.text]:after {
    content : %(cgo2015_*@y.validity.text_after);
}

*[y\.validity\.text]:before {
    content : %(cgo2015_*@y.validity.text_before);
}

*[y\.io\.validity\.text][y\.io\.validity\.mode="positive"] {
    border-color : #008000;
}

*[y\.io\.validity\.text][y\.io\.validity\.mode="positive"]:after {
    color : #008000;
    margin-top : 5px;
    display : block;
    font-style : italic;
}

*[y\.io\.validity\.text][y\.io\.validity\.mode="positive"]:before {
    color : #008000;
    display : block;
    margin-bottom : 5px;
    font-style : italic;
}

*[y\.io\.validity\.text][y\.io\.validity\.mode="negative"] {
    border-color : #FF0000;
}

*[y\.io\.validity\.text][y\.io\.validity\.mode="negative"]:after {
    color : #FF0000;
    margin-top : 5px;
    display : block;
    font-style : italic;
}

*[y\.io\.validity\.text][y\.io\.validity\.mode="negative"]:before {
    color : #FF0000;
    display : block;
    margin-bottom : 5px;
    font-style : italic;
}

*[y\.io\.validity\.text][y\.io\.validity\.mode="mixed"] {
    border-color : #E46D00;
}

*[y\.io\.validity\.text][y\.io\.validity\.mode="mixed"]:after {
    color : #E46D00;
    margin-top : 5px;
    display : block;
    font-style : italic;
}

*[y\.io\.validity\.text][y\.io\.validity\.mode="mixed"]:before {
    color : #E46D00;
    display : block;
    margin-bottom : 5px;
    font-style : italic;
}

*[y\.io\.validity\.text] {
    padding : 5px;
    border: dashed 1px #888888;
}

*[y\.io\.validity\.text]:after {
    content : %(cgo2015_*@y.io.validity.text_after);
}

*[y\.io\.validity\.text]:before {
    content : %(cgo2015_*@y.io.validity.text_before);
}

*[y\.validity\.text][y\.reftype="text"]:before {
    content : %(cgo2015_*@y.validity.text@y.reftype_text_before);
}

*[y\.validity\.text][y\.reftype="text"]:after {
    content : %(cgo2015_*@y.validity.text@y.reftype_text_after);
}

*[y\.validity\.text][y\.validity\.filtered="true"] {
    border : none;
}

*[y\.validity\.text][y\.validity\.filtered="true"]:after {
    color : silver;
    content : %(cgo2015_*@y.validity.text@y.validity.filtered_true_after);
}

*[y\.validity\.text][y\.validity\.filtered="true"]:before {
    color : silver;
    content : %(cgo2015_*@y.validity.text@y.validity.filtered_true_after);
}

*[y\.validity\.filtered="true"] {
    color : silver;
}

*[y\.io\.validity\.text][y\.validity\.text]:before {
    content : %(cgo2015_*@y.io.validity.text@y.validity.text_before);
}

*[shading = "white"]{
    background-color: white;
}

*[shading= "light-grey"]{
    background-color: #B9E5FB;
}

*[shading= "grey"]{
    background-color: #6CCFF6;
}

*[shading= "dark-grey"]{
    background-color: #00BDF2;
}

*[y\.is\.comment="true"]:before {
    content : %(cgo2015_*@y.is.comment_true_before);
    color : black;
    font-size : 11pt;
    font-weight : bold;
}

*[y\.is\.comment="true"][y\.comment\.status="statusvalue-01010101010101010102"] {
    border-top: 1px #466F82 solid;
    border-bottom: 1px #466F82 solid;
    border-right: 6px #FFA500 solid;
    border-left: 6px #FFA500 solid;
    background-color : #FFFF88;
}

*[y\.is\.comment="true"][y\.comment\.status="statusvalue-comment-finished-010"] {
    border-top: 1px #466F82 solid;
    border-bottom: 1px #466F82 solid;
    border-right: 6px #008000 solid;
    border-left: 6px #008000 solid;
    background-color : #FFFF88;
}

*[y\.is\.comment="true"][y\.comment\.status="statusvalue-comment-rejected-010"] {
    border-top: 1px #466F82 solid;
    border-bottom: 1px #466F82 solid;
    border-right: 6px #FF0000 solid;
    border-left: 6px #FF0000 solid;
    background-color : #FFFF88;
}

*[y\.is\.comment="true"][y\.comment\.iotype="todo"]:before {
    content : %(cgo2015_*@y.is.comment_true_@y.comment.iotype_todo_before);
    color : black;
    font-size : 11pt;
    font-weight : bold;
}

*[y\.is\.comment="true"] {
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    text-align:justify;
    background-color : #FFFF88;
    font-size : 11pt;
    font-weight : normal;
    font-style : italic;
    display : block;
    color : black;
}

*[y\.is\.comment="true"][y\.comment\.iotype="todo"] {
    border-width:1px;
    border-style:solid;
    border-color:#000000;
    text-align:justify;
    background-color : #F0F8FF;
    font-size : 11pt;
    font-weight : normal;
    font-style : italic;
    display : block;
    color : black;
}

y\.comment\.property {
    display : block;
}

y\.comment\.property[key="cmt_content"]:before {
    content : %(cgo2015_y.comment.property@key_cmt_content_before);
    display : inline;
    font-weight : bold;
}

y\.comment\.property[key="cmt_rev_finished"]:before {
    content : %(cgo2015_y.comment.property@key_cmt_rev_finished_before);
    display : inline;
    font-weight : bold;
}

y\.comment\.property[key="cmt_rev_created"]:before {
    content : %(cgo2015_y.comment.property@key_cmt_rev_created_before);
    display : inline;
    font-weight : bold;
}

y\.textvar\.property {
    display : none;
}

v-ref {
    background : #CCCCCC;
}

acro[type="REUSE"] {
    background-color : #cecf00;
}

acro[type="ACTIVE"] {
    background-color : #ffff80;
}

acro[type="STYLE"] {
    background-color : #7dfb87;
}

acro[type="GRAMMAR"] {
    background-color : #6be6ff;
}

acro[type="VALID"] {
    background-color : #ffc300;
}

acro[type="MULTI"] {
    background-color : #ba9448;
}

acro[type="NULL"] {
    background-color : #ffffff;
}

acro[type="DEPRECATED"] {
    background-color : #ffc0ff;
}

acro[type="ADMITTED"] {
    background-color : #82b0ff;
}

acro[type="TERMCANDIDATE"] {
    background-color : #9b9bff;
}

acro[type="SPELLING"] {
    background-color : #ff9b9b;
}

action {
    display : block;
}

adress\.email {
    display : block;
}

adress\.email:before {
    content : %(cgo2015_adress.email_before);
    font-weight : bold;
    display : inline;
    padding-left : 5px;
    margin-left : 0mm;
}

adress\.name {
    display : block;
}

adress\.name:before {
    content : %(cgo2015_adress.name_before);
    font-weight : bold;
    display : inline;
    padding-left : 5px;
    margin-left : 0mm;
}

adress\.fax {
    display : block;
}

adress\.fax:before {
    content : %(cgo2015_adress.fax_before);
    font-weight : bold;
    display : inline;
    padding-left : 5px;
    margin-left : 0mm;
}

adress\.internet {
    display : block;
}

adress\.internet:before {
    content : %(cgo2015_adress.internet_before);
    font-weight : bold;
    display : inline;
    padding-left : 5px;
    margin-left : 0mm;
}

adress\.phone {
    display : block;
}

adress\.phone:before {
    content : %(cgo2015_adress.phone_before);
    font-weight : bold;
    display : inline;
    padding-left : 5px;
    margin-left : 0mm;
}

adress {
    display : block;
}

adress:before {
    content : %(cgo2015_adress_before);
    font-weight : bold;
    display : block;
    color : gray; 
}

line {
    display : block;
}

ar-3dmodel-ref {
    display : block;
}

ar-3dmodel-ref:before {
    content : %(cgo2015_ar-3dmodel-ref_before);
    font-weight : bold;
    color : gray; 
}

ar-container {
    display : block;
}

ar-container-ref {
    display : block;
}

ar-tracking-ref {
    display : block;
}

ar-tracking-ref:before {
    content : %(cgo2015_ar-tracking-ref_before);
    font-weight : bold;
    color : gray; 
}

attribute {
    display : inline;
    font-family : "Courier New", Courier, monospace;
}

attribute:before {
    content : %(cgo2015_attribute_before);
    display : inline;
}

author {
    display : block;
}

authorname {
    display : inline;
}

authors {
    display : block;
}

authors:before {
    content : %(cgo2015_authors_before);
    font-weight : bold;
    display : block;
    padding-left : 5px;
    margin-left : 0mm;
}

b {
    display : inline;
    font-weight : bold;
}

br:after {
    content: "\A";
}

caption {
    display : block;
    font-weight : bold;
}

cfield-1 {
    display : block;
}

cfield-2 {
    display : block;
}

cfield-3 {
    display : block;
}

cfield-4 {
    display : block;
}

cfield-5 {
    display : block;
}

cfield-6 {
    display : block;
}

cfield-7 {
    display : block;
}

cfield-8 {
    display : block;
}

cfield-1:before {
    content : %(cgo2015_cfield-1_before);
    font-weight : bold;
    color : gray; 
}

cfield-2:before {
    content : %(cgo2015_cfield-2_before);
    font-weight : bold;
    color : gray; 
}

cfield-3:before {
    content : %(cgo2015_cfield-3_before);
    font-weight : bold;
    color : gray; 
}

cfield-4:before {
    content : %(cgo2015_cfield-4_before);
    font-weight : bold;
    color : gray; 
}

cfield-5:before {
    content : %(cgo2015_cfield-5_before);
    font-weight : bold;
    color : gray; 
}

cfield-6:before {
    content : %(cgo2015_cfield-6_before);
    font-weight : bold;
    color : gray; 
}

cfield-7:before {
    content : %(cgo2015_cfield-7_before);
    font-weight : bold;
    color : gray; 
}

cfield-8:before {
    content : %(cgo2015_cfield-8_before);
    font-weight : bold;
    color : gray; 
}

copyright {
    display : block;
}

cover-note {
    display : block;
}

cover-note:before {
    content : %(cgo2015_cover-note_before);
    font-weight : bold;
}

creator {
    display : block;
}

creator:before {
    content : %(cgo2015_creator_before);
    font-weight : bold;
    color : gray;
}

y\.cover-stylesheet {
    display : block;
}

/* chapter[toc="..."] und chapter[chapter-category="..."] */

chapter[toc="true"]:before {
    content : %(cgo2015_chapter@toc_true_before);
    font-style : italic;
    color : gray;
}

chapter[y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@y.validity.text@toc_true_before);
}

manual>chapter-ref>chapter[y\.io\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@y.io.validity.text@toc_true_before);
}

chapter[chapter-category]:before {
    content : %(cgo2015_chapter@category_safety_before);
    font-style : italic;
    color : gray;
}

chapter[chapter-category][toc="true"]:before {
    content : %(cgo2015_chapter@category_safety@toc_true_before);
}

chapter[y\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@y.validity.text@chapter-category_safety_before);
}

chapter[y\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@y.validity.text@chapter-category_safety@toc_true_before);
}

chapter[newpage="left"]:before {
    content : %(cgo2015_chapter@newpage_left_before);
    font-style : italic;
    color : gray;
}

manual>chapter-ref>chapter[newpage="left"]:before {
    content : %(cgo2015_chapter@newpage_left_before);
    font-style : italic;
    color : gray;
}

chapter[newpage="left"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_left@toc_true_before);
}

manual>chapter-ref>chapter[newpage="left"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_left@toc_true_before);
}

chapter[newpage="left"][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_left_@chapter-category_safety_before);
}

manual>chapter-ref>chapter[newpage="left"][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_left_@chapter-category_safety_before);
}

chapter[newpage="left"][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_left_@chapter-category_safety@toc_true_before);
}

manual>chapter-ref>chapter[newpage="left"][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_left_@chapter-category_safety@toc_true_before);
}

chapter[newpage="right"]:before {
    content : %(cgo2015_chapter@newpage_right_before);
    font-style : italic;
    color : gray;
}

manual>chapter-ref>chapter[newpage="right"]:before {
    content : %(cgo2015_chapter@newpage_right_before);
    font-style : italic;
    color : gray;
}

chapter[newpage="right"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_right@toc_true_before);
}

manual>chapter-ref>chapter[newpage="right"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_right@toc_true_before);
}

chapter[newpage="right"][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_right_@chapter-category_safety_before);
}

manual>chapter-ref>chapter[newpage="right"][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_right_@chapter-category_safety_before);
}

chapter[newpage="right"][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_right_@chapter-category_safety@toc_true_before);
}

manual>chapter-ref>chapter[newpage="right"][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_right_@chapter-category_safety@toc_true_before);
}

chapter[newpage="any"]:before {
    content : %(cgo2015_chapter@newpage_any_before);
    font-style : italic;
    color : gray;
}

manual>chapter-ref>chapter[newpage="any"]:before {
    content : %(cgo2015_chapter@newpage_any_before);
    font-style : italic;
    color : gray;
}

chapter[newpage="any"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_any@toc_true_before);
}

manual>chapter-ref>chapter[newpage="any"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_any@toc_true_before);
}

chapter[newpage="any"][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_any_@chapter-category_safety_before);
}

manual>chapter-ref>chapter[newpage="any"][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_any_@chapter-category_safety_before);
}

chapter[newpage="any"][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_any_@chapter-category_safety@toc_true_before);
}

manual>chapter-ref>chapter[newpage="any"][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_any_@chapter-category_safety@toc_true_before);
}

chapter[newpage="left"][y\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_left_@y.validity.text_before);
}

manual>chapter-ref>chapter[newpage="left"][y\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_left_@y.validity.text_before);
}

chapter[newpage="left"][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.validity.text@toc_true_before);
}

manual>chapter-ref>chapter[newpage="left"][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.validity.text@toc_true_before);
}

chapter[y\.io\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@y.io.validity.text@chapter-category_safety_before);
}

chapter[y\.io\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@y.io.validity.text@toc_true_before);
}

chapter[y\.io\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@y.io.validity.text@chapter-category_safety@toc_true_before);
}

chapter[newpage="left"][y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_left_@y.io.validity.text_before);
}

manual>chapter-ref>chapter[newpage="left"][y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_left_@y.io.validity.text_before);
}

chapter[newpage="left"][y\.io\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.io.validity.text@toc_true_before);
}

manual>chapter-ref>chapter[newpage="left"][y\.io\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.io.validity.text@toc_true_before);
}

chapter[newpage="left"][y\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.validity.text_@chapter-category_safety_before);
}

manual>chapter-ref>chapter[newpage="left"][y\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.validity.text_@chapter-category_safety_before);
}

chapter[newpage="left"][y\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.validity.text_@chapter-category_safety@toc_true_before);
}

manual>chapter-ref>chapter[newpage="left"][y\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.validity.text_@chapter-category_safety@toc_true_before);
}

chapter[newpage="left"][y\.io\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.io.validity.text_@chapter-category_safety_before);
}

manual>chapter-ref>chapter[newpage="left"][y\.io\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.io.validity.text_@chapter-category_safety_before);
}

chapter[newpage="left"][y\.io\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.io.validity.text_@chapter-category_safety@toc_true_before);
}

manual>chapter-ref>chapter[newpage="left"][y\.io\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.io.validity.text_@chapter-category_safety@toc_true_before);
}

chapter[newpage="right"][y\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_right_@y.validity.text_before);
}

manual>chapter-ref>chapter[newpage="right"][y\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_right_@y.validity.text_before);
}

chapter[newpage="right"][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.validity.text@toc_true_before);
}

manual>chapter-ref>chapter[newpage="right"][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.validity.text@toc_true_before);
}

chapter[newpage="right"][y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_right_@y.io.validity.text_before);
}

manual>chapter-ref>chapter[newpage="right"][y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_right_@y.io.validity.text_before);
}

chapter[newpage="right"][y\.io\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.io.validity.text@toc_true_before);
}

manual>chapter-ref>chapter[newpage="right"][y\.io\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.io.validity.text@toc_true_before);
}

chapter[newpage="right"][y\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.validity.text_@chapter-category_safety_before);
}

manual>chapter-ref>chapter[newpage="right"][y\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.validity.text_@chapter-category_safety_before);
}

chapter[newpage="right"][y\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.validity.text_@chapter-category_safety@toc_true_before);
}

manual>chapter-ref>chapter[newpage="right"][y\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.validity.text_@chapter-category_safety@toc_true_before);
}

chapter[newpage="right"][y\.io\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.io.validity.text_@chapter-category_safety_before);
}

manual>chapter-ref>chapter[newpage="right"][y\.io\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.io.validity.text_@chapter-category_safety_before);
}

chapter[newpage="right"][y\.io\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.io.validity.text_@chapter-category_safety@toc_true_before);
}

manual>chapter-ref>chapter[newpage="right"][y\.io\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.io.validity.text_@chapter-category_safety@toc_true_before);
}

chapter[newpage="any"][y\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_any_@y.validity.text_before);
}

manual>chapter-ref>chapter[newpage="any"][y\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_any_@y.validity.text_before);
}

chapter[newpage="any"][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.validity.text@toc_true_before);
}

manual>chapter-ref>chapter[newpage="any"][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.validity.text@toc_true_before);
}

chapter[newpage="any"][y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_any_@y.io.validity.text_before);
}

manual>chapter-ref>chapter[newpage="any"][y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_any_@y.io.validity.text_before);
}

chapter[newpage="any"][y\.io\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.io.validity.text@toc_true_before);
}

manual>chapter-ref>chapter[newpage="any"][y\.io\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.io.validity.text@toc_true_before);
}

chapter[newpage="any"][y\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.validity.text_@chapter-category_safety_before);
}

manual>chapter-ref>chapter[newpage="any"][y\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.validity.text_@chapter-category_safety_before);
}

chapter[newpage="any"][y\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.validity.text_@chapter-category_safety@toc_true_before);
}

manual>chapter-ref>chapter[newpage="any"][y\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.validity.text_@chapter-category_safety@toc_true_before);
}

chapter[newpage="any"][y\.io\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.io.validity.text_@chapter-category_safety_before);
}

manual>chapter-ref>chapter[newpage="any"][y\.io\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.io.validity.text_@chapter-category_safety_before);
}

chapter[newpage="any"][y\.io\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.io.validity.text_@chapter-category_safety@toc_true_before);
}

manual>chapter-ref>chapter[newpage="any"][y\.io\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.io.validity.text_@chapter-category_safety@toc_true_before);
}

chapter[newpage="left"][y\.io\.validity\.text][y\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_left_@y.io.validity.text@y.validity.text_before);
}

manual>chapter-ref>chapter[newpage="left"][y\.io\.validity\.text][y\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_left_@y.io.validity.text@y.validity.text_before);
}

chapter[newpage="left"][y\.io\.validity\.text][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.io.validity.text@y.validity.text@toc_true_before);
}

manual>chapter-ref>chapter[newpage="left"][y\.io\.validity\.text][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.io.validity.text@y.validity.text@toc_true_before);
}

chapter[newpage="left"][y\.io\.validity\.text][y\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.io.validity.text@y.validity.text@chapter-category_safety_before);
}

manual>chapter-ref>chapter[newpage="left"][y\.io\.validity\.text][y\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.io.validity.text@y.validity.text@chapter-category_safety_before);
}

chapter[newpage="left"][y\.io\.validity\.text][y\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.io.validity.text@y.validity.text@chapter-category_safety@toc_true_before);
}

manual>chapter-ref>chapter[newpage="left"][y\.io\.validity\.text][y\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_left_@y.io.validity.text@y.validity.text@chapter-category_safety@toc_true_before);
}

chapter[newpage="right"][y\.io\.validity\.text][y\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_right_@y.io.validity.text@y.validity.text_before);
}

manual>chapter-ref>chapter[newpage="right"][y\.io\.validity\.text][y\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_right_@y.io.validity.text@y.validity.text_before);
}

chapter[newpage="right"][y\.io\.validity\.text][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.io.validity.text@y.validity.text@toc_true_before);
}

manual>chapter-ref>chapter[newpage="right"][y\.io\.validity\.text][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.io.validity.text@y.validity.text@toc_true_before);
}

chapter[newpage="right"][y\.io\.validity\.text][y\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.io.validity.text@y.validity.text@chapter-category_safety_before);
}

manual>chapter-ref>chapter[newpage="right"][y\.io\.validity\.text][y\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.io.validity.text@y.validity.text@chapter-category_safety_before);
}

chapter[newpage="right"][y\.io\.validity\.text][y\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.io.validity.text@y.validity.text@chapter-category_safety@toc_true_before);
}

manual>chapter-ref>chapter[newpage="right"][y\.io\.validity\.text][y\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_right_@y.io.validity.text@y.validity.text@chapter-category_safety@toc_true_before);
}

chapter[newpage="any"][y\.io\.validity\.text][y\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_any_@y.io.validity.text@y.validity.text_before);
}

manual>chapter-ref>chapter[newpage="any"][y\.io\.validity\.text][y\.validity\.text]:before {
    content : %(cgo2015_chapter@newpage_any_@y.io.validity.text@y.validity.text_before);
}

chapter[newpage="any"][y\.io\.validity\.text][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.io.validity.text@y.validity.text@toc_true_before);
}

manual>chapter-ref>chapter[newpage="any"][y\.io\.validity\.text][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.io.validity.text@y.validity.text@toc_true_before);
}

chapter[newpage="any"][y\.io\.validity\.text][y\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.io.validity.text@y.validity.text@chapter-category_safety_before);
}

manual>chapter-ref>chapter[newpage="any"][y\.io\.validity\.text][y\.validity\.text][chapter-category="safety"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.io.validity.text@y.validity.text@chapter-category_safety_before);
}

chapter[newpage="any"][y\.io\.validity\.text][y\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.io.validity.text@y.validity.text@chapter-category_safety@toc_true_before);
}

manual>chapter-ref>chapter[newpage="any"][y\.io\.validity\.text][y\.validity\.text][chapter-category="safety"][toc="true"]:before {
    content : %(cgo2015_chapter@newpage_any_@y.io.validity.text@y.validity.text@chapter-category_safety@toc_true_before);
}

chapter,
chapter-ref>chapter {
    counter-increment : chapter1;
    counter-reset : chapter2;
    display : block;
    margin-top : 5mm;
    margin-left : 5px;
    margin-right : 5px;
    #border: 0.5pt solid #466F82;
}

chapter>chapter,
chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter-ref>chapter {
    counter-increment : chapter2;
    counter-reset : chapter3;
        border: 0pt solid white;
}

chapter>chapter>chapter,
chapter>chapter>chapter-ref>chapter,
chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter>chapter,
chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter {
    counter-increment : chapter3;
    counter-reset : chapter4;
            border: 0pt solid white;
}

chapter>chapter>chapter>chapter,
chapter>chapter>chapter>chapter-ref>chapter,
chapter>chapter>chapter-ref>chapter>chapter,
chapter>chapter-ref>chapter>chapter>chapter,
chapter-ref>chapter>chapter>chapter>chapter,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter {
    counter-increment : chapter4;
    counter-reset : chapter5;
            border: 0pt solid white;
}


chapter>chapter>chapter>chapter>chapter,
chapter>chapter>chapter>chapter>chapter-ref>chapter,
chapter>chapter>chapter>chapter-ref>chapter>chapter,
chapter>chapter>chapter-ref>chapter>chapter>chapter,
chapter>chapter-ref>chapter>chapter>chapter>chapter,
chapter-ref>chapter>chapter>chapter>chapter>chapter,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter {
    counter-increment : chapter5;
    counter-reset : chapter6;
            border: 0pt solid white;
}

/* Überschrift 6+ */
chapter>chapter>chapter>chapter>chapter>chapter,
chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter {
    counter-increment : chapter6;
    counter-reset : chapter7;
    border: 0pt solid white;
}


/*
chapter>chapter>chapter>chapter>chapter {
    counter-increment : chapter5;
    counter-reset : chapter6;
}

chapter>chapter>chapter>chapter>chapter>chapter {
    counter-increment : chapter6;
    counter-reset : chapter7;
}*/

/* Überschrift 1 */
chapter>title,
chapter>title-ref>title {
    font-size : 180%;
    padding : 5px;
}

chapter>title:before,
chapter>title-ref>title:before,
chapter-ref>chapter>title:before,
chapter-ref>chapter>title-ref>title:before {
    content : %(cgo2015_chapter-ref>chapter>title-ref>title_before);
    display : inline;
}

chapter>title[y\.validity\.text]:before,
chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>title-ref>title[y\.validity\.text]:before {
    content : %(cgo2015_chapter-ref>chapter>title-ref>title@y.validity.text_before);
    display : inline;
}

chapter>title[y\.validity\.text]:after,
chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>title-ref>title[y\.validity\.text]:after {
    content : %(cgo2015_chapter-ref>chapter>title-ref>title@y.validity.text_after);
    display : inline;
}

chapter>title[y\.io\.validity\.text]:before,
chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter-ref>chapter>title-ref>title@y.io.validity.text_before);
    display : inline;
}

chapter>title[y\.io\.validity\.text]:after,
chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_chapter-ref>chapter>title-ref>title@y.io.validity.text_after);
    display : inline;
}

/* Überschrift 2 */
 
chapter>chapter-ref>chapter>title,
chapter>chapter-ref>chapter>title-ref>title,
chapter-ref>chapter>chapter>title,
chapter-ref>chapter>chapter>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>title,
chapter-ref>chapter>chapter-ref>chapter>title-ref>title {
    font-size : 160%;
    color :  #466F82;
    display : inline;
}
chapter>chapter>title,
chapter>chapter>title-ref>title {
    font-size : 160%;
    display : inline;
}

chapter>chapter>title:before,
chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>title:before,
chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>title:before,
chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before {
    content : %(cgo2015_chapter>title2_before);
    display : inline;
}

chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before {
    content : %(cgo2015_chapter>title2@y.validity.text_before);
    display : inline;
}

chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after {
    content : %(cgo2015_chapter>title2@y.validity.text_after);
    display : inline;
}

chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter>title2@y.io.validity.text_before);
    display : inline;
}

chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_chapter>title2@y.io.validity.text_after);
    display : inline;
}

/* Überschrift 3 */ 
chapter>chapter>chapter-ref>chapter>title,
chapter>chapter>chapter-ref>chapter>title-ref>title,
chapter>chapter-ref>chapter>chapter>title,
chapter>chapter-ref>chapter>chapter>title-ref>title,
chapter-ref>chapter>chapter>chapter>title,
chapter-ref>chapter>chapter>chapter>title-ref>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title {
    font-size : 140%;
    color :  #466F82;
    display : inline;
}

chapter>chapter>chapter>title,
chapter>chapter>chapter>title-ref>title {
    font-size : 140%;
    display : inline;
}

chapter>chapter>chapter>title:before,
chapter>chapter>chapter>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>title:before,
chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>title:before,
chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>title:before,
chapter-ref>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before {
    content : %(cgo2015_chapter>title3_before);
    display : inline;
}

chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before {
    content : %(cgo2015_chapter>title3@y.validity.text_before);
    display : inline;
}

chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after {
    content : %(cgo2015_chapter>title3@y.validity.text_after);
    display : inline;
}

chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter>title3@y.io.validity.text_before);
    display : inline;
}

chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_chapter>title3@y.io.validity.text_after);
    display : inline;
}

/* Überschrift 4 */
chapter>chapter>chapter>chapter>title,
chapter>chapter>chapter>chapter>title-ref>title {
    font-size : 120%;
    display : inline;
}

chapter>chapter>chapter>chapter-ref>chapter>title,
chapter>chapter>chapter>chapter-ref>chapter>title-ref>title,
chapter>chapter>chapter-ref>chapter>chapter>title,
chapter>chapter>chapter-ref>chapter>chapter>title-ref>title,
chapter>chapter-ref>chapter>chapter>chapter>title,
chapter>chapter-ref>chapter>chapter>chapter>title-ref>title,
chapter-ref>chapter>chapter>chapter>chapter>title,
chapter-ref>chapter>chapter>chapter>chapter>title-ref>title,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title {
    font-size : 120%;
    color :  #466F82;
    display : inline;
}


chapter>chapter>chapter>chapter>title:before,
chapter>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter>chapter>chapter-ref>chapter>title:before,
chapter>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter>title:before,
chapter>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter>title:before,
chapter>chapter-ref>chapter>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter>title:before,
chapter-ref>chapter>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before {
    content : %(cgo2015_chapter>title4_before);
    display : inline;

}

chapter>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before {
    content : %(cgo2015_chapter>title4@y.validity.text_before);
    display : inline;

}

chapter>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after {
    content : %(cgo2015_chapter>title4@y.validity.text_after);
    display : inline;

}

chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter>title4@y.io.validity.text_before);
    display : inline;

}

chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_chapter>title4@y.io.validity.text_after);
    display : inline;

}

/* Überschrift 5 */
chapter>chapter>chapter>chapter>chapter-ref>chapter>title,
chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title,
chapter>chapter>chapter>chapter-ref>chapter>chapter>title,
chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title,
chapter>chapter>chapter-ref>chapter>chapter>chapter>title,
chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title,
chapter>chapter-ref>chapter>chapter>chapter>chapter>title,
chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title,
chapter-ref>chapter>chapter>chapter>chapter>chapter>title,
chapter-ref>chapter>chapter>chapter>chapter>chapter>title-ref>title,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title {
    font-size : 100%;
    color :  #466F82;
    display : inline;
}

chapter>chapter>chapter>chapter>chapter>title:before,
chapter>chapter>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>title:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before {
    content : %(cgo2015_chapter>title5_before);
    display : inline;
}

chapter>chapter>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before {
    content : %(cgo2015_chapter>title5@y.validity.text_before);
    display : inline;
}

chapter>chapter>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after {
    content : %(cgo2015_chapter>title5@y.validity.text_after);
    display : inline;
}

chapter>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter>title5@y.io.validity.text_before);
    display : inline;
}

chapter>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_chapter>title5@y.io.validity.text_after);
    display : inline;
}

/* Überschrift 6+ */
chapter>chapter>chapter>chapter>chapter>chapter>title:before,
chapter>chapter>chapter>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title:before,
chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chaptertitle-ref>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title:before
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title:before{
    content : %(cgo2015_chapter>title6_before);
    display : inline;
}

chapter>chapter>chapter>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:before
/*chapter-ref*/
chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:before{
    content : %(cgo2015_chapter>title6@y.validity.text_before);
    display : inline;
}

chapter>chapter>chapter>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.validity\.text]:after
/*chapter-ref*/
chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.validity\.text]:after
    content : %(cgo2015_chapter>title6@y.validity.text_after);
    display : inline;
}

chapter>chapter>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:before
/*chapter-ref*/
chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter>title6@y.io.validity.text_before);
    display : inline;
}

chapter>chapter>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>title-ref>title[y\.io\.validity\.text]:after
/*chapter-ref*/
chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_chapter>title6@y.io.validity.text_after);
    display : inline;
}

chapter>chapter>chapter>chapter>chapter>title,
chapter>chapter>chapter>chapter>chapter>title-ref>title {
    font-size : 100%;
}

chapter-ref {
    display : block;
}

chapter-ref>chapter>title,
chapter-ref>chapter>title-ref>title {
    font-style : italic;
    color : #466F82;
}

code {
    display : inline;
    font-family : "Courier New", Courier, monospace;
}

col {
    display : block;
}

colgroup {
    display : block;
}

component-chapter[toc="true"]:before {
    content : %(cgo2015_component-chapter@toc_true_before);
    font-style : italic;
    color : gray;
}

component-chapter[toc="true"]:before {
    content : %(cgo2015_component-chapter@toc_true_before);
    font-style : italic;
    color : gray;
}

component-chapter[y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@y.validity.text@toc_true_before);
}

manual>component-chapter-ref>component-chapter[y\.io\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@y.io.validity.text@toc_true_before);
}

component-chapter[hide="true"]:before {
    content : %(cgo2015_component-chapter@component-chapter-hide_before);
    font-style : italic;
    color : gray;
}

component-chapter[hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@component-chapter-hide@toc_true_before);
}

component-chapter[y\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@y.validity.text@component-chapter-hide_before);
}

component-chapter[y\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@y.validity.text@component-chapter-hide@toc_true_before);
}

component-chapter[newpage="left"]:before {
    content : %(cgo2015_component-chapter@newpage_left_before);
    font-style : italic;
    color : gray;
}

manual>component-chapter-ref>component-chapter[newpage="left"]:before {
    content : %(cgo2015_component-chapter@newpage_left_before);
    font-style : italic;
    color : gray;
}

component-chapter[newpage="left"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="left"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left@toc_true_before);
}

component-chapter[newpage="left"][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@component-chapter-hide_before);
}

manual>component-chapter-ref>component-chapter[newpage="left"][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@component-chapter-hide_before);
}

component-chapter[newpage="left"][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@component-chapter-hide@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="left"][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@component-chapter-hide@toc_true_before);
}

component-chapter[newpage="right"]:before {
    content : %(cgo2015_component-chapter@newpage_right_before);
    font-style : italic;
    color : gray;
}

manual>component-chapter-ref>component-chapter[newpage="right"]:before {
    content : %(cgo2015_component-chapter@newpage_right_before);
    font-style : italic;
    color : gray;
}

component-chapter[newpage="right"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="right"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right@toc_true_before);
}

component-chapter[newpage="right"][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@component-chapter-hide_before);
}

manual>component-chapter-ref>component-chapter[newpage="right"][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@component-chapter-hide_before);
}

component-chapter[newpage="right"][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@component-chapter-hide@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="right"][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@component-chapter-hide@toc_true_before);
}

component-chapter[newpage="any"]:before {
    content : %(cgo2015_component-chapter@newpage_any_before);
    font-style : italic;
    color : gray;
}

manual>component-chapter-ref>component-chapter[newpage="any"]:before {
    content : %(cgo2015_component-chapter@newpage_any_before);
    font-style : italic;
    color : gray;
}

component-chapter[newpage="any"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="any"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any@toc_true_before);
}

component-chapter[newpage="any"][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@component-chapter-hide_before);
}

manual>component-chapter-ref>component-chapter[newpage="any"][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@component-chapter-hide_before);
}

component-chapter[newpage="any"][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@component-chapter-hide@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="any"][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@component-chapter-hide@toc_true_before);
}

component-chapter[newpage="left"][y\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.validity.text_before);
}

manual>component-chapter-ref>component-chapter[newpage="left"][y\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.validity.text_before);
}

component-chapter[newpage="left"][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.validity.text@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="left"][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.validity.text@toc_true_before);
}

component-chapter[y\.io\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@y.io.validity.text@component-chapter-hide_before);
}

component-chapter[y\.io\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@y.io.validity.text@toc_true_before);
}

component-chapter[y\.io\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@y.io.validity.text@component-chapter-hide@toc_true_before);
}

component-chapter[newpage="left"][y\.io\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.io.validity.text_before);
}

manual>component-chapter-ref>component-chapter[newpage="left"][y\.io\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.io.validity.text_before);
}

component-chapter[newpage="left"][y\.io\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.io.validity.text@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="left"][y\.io\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.io.validity.text@toc_true_before);
}

component-chapter[newpage="left"][y\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.validity.text_@component-chapter-hide_before);
}

manual>component-chapter-ref>component-chapter[newpage="left"][y\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.validity.text_@component-chapter-hide_before);
}

component-chapter[newpage="left"][y\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.validity.text_@component-chapter-hide@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="left"][y\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.validity.text_@component-chapter-hide@toc_true_before);
}

component-chapter[newpage="left"][y\.io\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.io.validity.text_@component-chapter-hide_before);
}

manual>component-chapter-ref>component-chapter[newpage="left"][y\.io\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.io.validity.text_@component-chapter-hide_before);
}

component-chapter[newpage="left"][y\.io\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.io.validity.text_@component-chapter-hide@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="left"][y\.io\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.io.validity.text_@component-chapter-hide@toc_true_before);
}

component-chapter[newpage="right"][y\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.validity.text_before);
}

manual>component-chapter-ref>component-chapter[newpage="right"][y\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.validity.text_before);
}

component-chapter[newpage="right"][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.validity.text@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="right"][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.validity.text@toc_true_before);
}

component-chapter[newpage="right"][y\.io\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.io.validity.text_before);
}

manual>component-chapter-ref>component-chapter[newpage="right"][y\.io\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.io.validity.text_before);
}

component-chapter[newpage="right"][y\.io\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.io.validity.text@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="right"][y\.io\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.io.validity.text@toc_true_before);
}

component-chapter[newpage="right"][y\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.validity.text_@component-chapter-hide_before);
}

manual>component-chapter-ref>component-chapter[newpage="right"][y\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.validity.text_@component-chapter-hide_before);
}

component-chapter[newpage="right"][y\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.validity.text_@component-chapter-hide@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="right"][y\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.validity.text_@component-chapter-hide@toc_true_before);
}

component-chapter[newpage="right"][y\.io\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.io.validity.text_@component-chapter-hide_before);
}

manual>component-chapter-ref>component-chapter[newpage="right"][y\.io\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.io.validity.text_@component-chapter-hide_before);
}

component-chapter[newpage="right"][y\.io\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.io.validity.text_@component-chapter-hide@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="right"][y\.io\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.io.validity.text_@component-chapter-hide@toc_true_before);
}

component-chapter[newpage="any"][y\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.validity.text_before);
}

manual>component-chapter-ref>component-chapter[newpage="any"][y\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.validity.text_before);
}

component-chapter[newpage="any"][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.validity.text@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="any"][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.validity.text@toc_true_before);
}

component-chapter[newpage="any"][y\.io\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.io.validity.text_before);
}

manual>component-chapter-ref>component-chapter[newpage="any"][y\.io\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.io.validity.text_before);
}

component-chapter[newpage="any"][y\.io\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.io.validity.text@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="any"][y\.io\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.io.validity.text@toc_true_before);
}

component-chapter[newpage="any"][y\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.validity.text_@component-chapter-hide_before);
}

manual>component-chapter-ref>component-chapter[newpage="any"][y\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.validity.text_@component-chapter-hide_before);
}

component-chapter[newpage="any"][y\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.validity.text_@component-chapter-hide@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="any"][y\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.validity.text_@component-chapter-hide@toc_true_before);
}

component-chapter[newpage="any"][y\.io\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.io.validity.text_@component-chapter-hide_before);
}

manual>component-chapter-ref>component-chapter[newpage="any"][y\.io\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.io.validity.text_@component-chapter-hide_before);
}

component-chapter[newpage="any"][y\.io\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.io.validity.text_@component-chapter-hide@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="any"][y\.io\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.io.validity.text_@component-chapter-hide@toc_true_before);
}

component-chapter[newpage="left"][y\.io\.validity\.text][y\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.io.validity.text@y.validity.text_before);
}

manual>component-chapter-ref>component-chapter[newpage="left"][y\.io\.validity\.text][y\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.io.validity.text@y.validity.text_before);
}

component-chapter[newpage="left"][y\.io\.validity\.text][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.io.validity.text@y.validity.text@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="left"][y\.io\.validity\.text][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.io.validity.text@y.validity.text@toc_true_before);
}

component-chapter[newpage="left"][y\.io\.validity\.text][y\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.io.validity.text@y.validity.text@component-chapter-hide_before);
}

manual>component-chapter-ref>component-chapter[newpage="left"][y\.io\.validity\.text][y\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.io.validity.text@y.validity.text@component-chapter-hide_before);
}

component-chapter[newpage="left"][y\.io\.validity\.text][y\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.io.validity.text@y.validity.text@component-chapter-hide@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="left"][y\.io\.validity\.text][y\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_left_@y.io.validity.text@y.validity.text@component-chapter-hide@toc_true_before);
}

component-chapter[newpage="right"][y\.io\.validity\.text][y\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.io.validity.text@y.validity.text_before);
}

manual>component-chapter-ref>component-chapter[newpage="right"][y\.io\.validity\.text][y\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.io.validity.text@y.validity.text_before);
}

component-chapter[newpage="right"][y\.io\.validity\.text][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.io.validity.text@y.validity.text@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="right"][y\.io\.validity\.text][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.io.validity.text@y.validity.text@toc_true_before);
}

component-chapter[newpage="right"][y\.io\.validity\.text][y\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.io.validity.text@y.validity.text@component-chapter-hide_before);
}

manual>component-chapter-ref>component-chapter[newpage="right"][y\.io\.validity\.text][y\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.io.validity.text@y.validity.text@component-chapter-hide_before);
}

component-chapter[newpage="right"][y\.io\.validity\.text][y\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.io.validity.text@y.validity.text@component-chapter-hide@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="right"][y\.io\.validity\.text][y\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_right_@y.io.validity.text@y.validity.text@component-chapter-hide@toc_true_before);
}

component-chapter[newpage="any"][y\.io\.validity\.text][y\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.io.validity.text@y.validity.text_before);
}

manual>component-chapter-ref>component-chapter[newpage="any"][y\.io\.validity\.text][y\.validity\.text]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.io.validity.text@y.validity.text_before);
}

component-chapter[newpage="any"][y\.io\.validity\.text][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.io.validity.text@y.validity.text@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="any"][y\.io\.validity\.text][y\.validity\.text][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.io.validity.text@y.validity.text@toc_true_before);
}

component-chapter[newpage="any"][y\.io\.validity\.text][y\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.io.validity.text@y.validity.text@component-chapter-hide_before);
}

manual>component-chapter-ref>component-chapter[newpage="any"][y\.io\.validity\.text][y\.validity\.text][hide="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.io.validity.text@y.validity.text@component-chapter-hide_before);
}

component-chapter[newpage="any"][y\.io\.validity\.text][y\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.io.validity.text@y.validity.text@component-chapter-hide@toc_true_before);
}

manual>component-chapter-ref>component-chapter[newpage="any"][y\.io\.validity\.text][y\.validity\.text][hide="true"][toc="true"]:before {
    content : %(cgo2015_component-chapter@newpage_any_@y.io.validity.text@y.validity.text@component-chapter-hide@toc_true_before);
}

comment {
    background-color : #FFFFC0;
    display : block;
    margin-top : 3mm;
}

companyname {
    display : inline;
}

companyname:before {
    content : %(cgo2015_companyname_before);
    display : inline;
}

date {
    display : block;
}

date:before {
    content : %(cgo2015_date_before);
    display : inline;
}

dd {
    display : inline;
}

dd>p {
    display : inline;
    margin-top : 5px;
}

desc {
    display : inline;
    margin-left : 10mm;
}

dl {
    display : block;
    margin-top : 5mm;
}

dl>title,
dl>title-ref>title {
    font-weight : normal;
}

dli {
    display : list-item;
    list-style-type : disc;
    margin-left : 20px;
    /*display : block;*/
}

docid {
    display : block;
}

docid:before {
    content : %(cgo2015_docid_before);
}

doctype {
    display : block;
}

doctype:before {
    content : %(cgo2015_doctype_before);
    font-weight : bold;
    color : gray;
}

dt {
    display : inline;
}

dt:after {
    content : %(cgo2015_dt_after);
}

dystandard {
    display : block;
}

element {
    display : inline;
    font-family : "Courier New", Courier, monospace;
}

element:before {
    content : %(cgo2015_element_before);
    display : inline;
}

element:after {
    content : %(cgo2015_element_after);
    display : inline;
}

email {
    display : inline;
}

entry[rotate]:before {
    content : %(cgo2015_entry@rotate_before);
    font-style : italic;
    color : gray;
    font-weight : normal;
}

entry[y\.validity\.text][rotate]:before {
    content : %(cgo2015_entry@y.validity.text@rotate_before);
}

thead>row>entry[y\.validity\.text][rotate]:before {
    font-weight :  bold;
}

tfoot>row>entry[y\.validity\.text][rotate]:before {
    font-weight :  bold;
}

io{
    display : inline;
    font-family : "Courier New", Courier, monospace;
}
 status{
    display : inline;
    font-family : "Courier New", Courier, monospace;
}
validity{
    display : inline;
    font-family : "Courier New", Courier, monospace;
}
validity:before {
    content : %(cgo2015_validity_before);
    display : inline;
}

validity:after {
    content : %(cgo2015_validity_after);
    display : inline;
}

example-text{
 font-family: "MS Sans Serif", Geneva, sans-serif;
 color: #466F82;
}

link {
    display : inline;
}

link:after {
    content : %(cgo2015_link_after);
    color : blue;
}

link:before {
    content : %(cgo2015_link_before);
    color : blue;
}

link[y\.target\.id]:before {
    content : %(cgo2015_link@y.target.id_before);
    color : blue;
}

y\.link-meta {
    display : none;
}

link[y\.linktype="ardynamic"]:after {
    content : %(cgo2015_link@y.linktype_ardynamic_after);
    color : #E46D00;
}

link[y\.linktype="ardynamic"]:before {
    content : %(cgo2015_link@y.linktype_ardynamic_before);
    color : #E46D00;
}

link[y\.linktype="dynamic"]:after {
    content : %(cgo2015_link@y.linktype_dynamic_after);
    color : #E46D00;
}

link[y\.linktype="dynamic"]:before {
    content : %(cgo2015_link@y.linktype_dynamic_before);
    color : #E46D00;
}

e\.text {
    display : inline;
}

e\.text:after {
    content : %(cgo2015_e.text_after);
    color : #466F82;
}

e\.text:before {
    content : %(cgo2015_e.text_before);
    color : #466F82;
}

pdf-ref {
    display: block;
}

pdf-ref:after {
    content : %(cgo2015_pdf-ref_after);
    color : blue;
}

figure {
    display : block;
    margin-top : 5mm;
    padding : 5px;
}

figure:before {
    content : %(cgo2015_figure_before);
    color : gray;
    font-style : italic;    
}

figure[y\.keep\.together\.within\.page="true"]:before {
    content : %(cgo2015_figure@y.keep.together.within.page_true_before);
    color : gray;
    font-style : italic;    
}

figure[y\.keep\.together\.within\.page="false"]:before {
    content : %(cgo2015_figure@y.keep.together.within.page_false_before);
    color : gray;
    font-style : italic;    
}

figure[flip="open"]:before {
    content : %(cgo2015_figure@flip_open_before);
    color : gray;
    font-style : italic;    
}

figure[flip="close"]:before {
    content : %(cgo2015_figure@flip_close_before);
    color : gray;
    font-style : italic;    
}

figure[y\.keep\.together\.within\.page="true"][flip="open"]:before {
    content : %(cgo2015_figure@y.keep.together.within.page_true@flip_open_before);
}

figure[y\.keep\.together\.within\.page="true"][flip="close"]:before {
    content : %(cgo2015_figure@y.keep.together.within.page_true@flip_close_before);
}

figure[y\.keep\.together\.within\.page="false"][flip="open"]:before {
    content : %(cgo2015_figure@y.keep.together.within.page_false@flip_open_before);
}

figure[y\.keep\.together\.within\.page="false"][flip="close"]:before {
    content : %(cgo2015_figure@y.keep.together.within.page_false@flip_close_before);
}

figure[y\.validity\.text]:before {
    content : %(cgo2015_figure@y.validity.text_before);
}

figure[y\.validity\.text][y\.keep\.together\.within\.page="true"]:before {
    content : %(cgo2015_figure@y.validity.text@y.keep.together.within.page_true_before);
}

figure[y\.validity\.text][y\.keep\.together\.within\.page="false"]:before {
    content : %(cgo2015_figure@y.validity.text@y.keep.together.within.page_false_before);
}

figure[y\.validity\.text][flip="close"]:before {
    content : %(cgo2015_figure@y.validity.text@flip_close_before);
}

figure[y\.validity\.text][flip="open"]:before {
    content : %(cgo2015_figure@y.validity.text@flip_open_before);
}

figure[y\.validity\.text][y\.keep\.together\.within\.page="false"][flip="close"]:before {
    content : %(cgo2015_figure@y.validity.text@y.keep.together.within.page_false@flip_close_before);
}

figure[y\.validity\.text][y\.keep\.together\.within\.page="false"][flip="open"]:before {
    content : %(cgo2015_figure@y.validity.text@y.keep.together.within.page_false@flip_open_before);
}

figure[y\.validity\.text][y\.keep\.together\.within\.page="true"][flip="close"]:before {
    content : %(cgo2015_figure@y.validity.text@y.keep.together.within.page_true@flip_close_before);
}

figure[y\.validity\.text][y\.keep\.together\.within\.page="true"][flip="open"]:before {
    content : %(cgo2015_figure@y.validity.text@y.keep.together.within.page_true@flip_open_before);
}

figure-toc {
    display : block;
    background-color : #00AEEF;
    color : white;
    font-size : 180%;
    font-weight : bold;
    margin-top : 5mm;
    padding : 5px;
}

figure-toc:before {
    content : %(cgo2015_figure-toc_before);
    display : inline;
}

figure-toc[newpage="left"]:before {
    content : %(cgo2015_figure-toc@newpage_left_before);
    font-weight : normal;
    display : inline;
}

figure-toc[newpage="right"]:before {
    content : %(cgo2015_figure-toc@newpage_right_before);
    font-weight : normal;
    display : inline;
}

figure-toc[newpage="any"]:before {
    content : %(cgo2015_figure-toc@newpage_any_before);
    font-weight : normal;
    display : inline;
}


fn {
    display : inline;
    font-size : 70%;
    vertical-align : super;
}

fn:before {
    content : %(cgo2015_fn_before);
    color : #466F82;
}

fn>p {
    display : inline;
    margin-top : 5px;
}

gd {
    display : block;
    margin-left : 10mm;
}

gd>p {
    margin-top : 5px;
}

ge {
    display : block;
    margin-top : 5mm;
}

gt {
    display : block;
    font-weight : bold;
}

gl {
    display : inline;
    text-decoration : underline;
}

gui-element {
    display : inline;
    font-style : italic;
}

history {
    display : block;
}

history:before {
    content : %(cgo2015_history_before);
    font-weight : bold;
    display : block;
    padding-left : 5px;
    margin-left : 0mm;
}

history-entry {
    display : list-item;
    margin-top : 3mm;
}

history-entry>version:before {
    font-weight : normal;
    display : inline;
}

history-entry>author {
    display : block;
}

history-entry>author:before {
    content : %(cgo2015_history-entry>author_before);
    display : inline;
}

icon {
     display : block;
}

icon[y\.validity\.text][y\.validity\.filtered="true"]:before {
    content : %(cgo2015_img@y.validity.text@y.validity.filtered_true_before);
}

img {
    display : block;
}

img[y\.io\.validity\.text]:before {
    content : %(cgo2015_*@y.io.validity.text_before);
    display : block;
    margin-bottom : 5px;
    font-style : italic;
}

img[y\.validity\.text][y\.validity\.filtered="true"]:before {
    content : %(cgo2015_img@y.validity.text@y.validity.filtered_true_before);
}

img-cover {
    display : block;
}

img-cover:before {
    content : %(cgo2015_img-cover_before);
    font-weight : bold;
    color : gray; 
}

img-label {
    display : block;
}

img-label:before {
    content : %(cgo2015_img-label_before);
    font-weight : bold;
    color : gray; 
}

img-logos {
    display : block;
}

img-logos:before {
    content : %(cgo2015_img-logos_before);
    font-weight : bold;
    display : block;
    padding-left : 5px;
    margin-left : 0mm;
    color : gray; 
}

index {
    display : block;
    background-color : #00AEEF;
    color : white;
    font-size : 180%;
    font-weight : bold;
    margin-top : 5mm;
    padding : 5px;
}

index:before {
    content : %(cgo2015_index_before);
    display : inline;
}

index[newpage="left"]:before {
    content : %(cgo2015_index@newpage_left_before);
    display : inline;
}


index[newpage="right"]:before {
    content : %(cgo2015_index@newpage_right_before);
    display : inline;
}

index[newpage="any"]:before {
    content : %(cgo2015_index@newpage_any_before);
    display : inline;
}

i {
    display : inline;
    font-style : italic;
}

key {
    display : inline;
}

key:before {
    color : blue;
    content : %(cgo2015_key_before);
}

key:after {
    color : blue;
    content : %(cgo2015_key_after);
}

keyword-list {
    display : block;
}

keywords {
    display : block;
    margin-top : 2mm;
    padding : 5px;
}

legend {
    display : block;
    margin-left : 10px;
}

legentry {
    list-style-type : none;
    display : list-item;
    margin-left : 20px;
}

legentry>desc:before{
    content : %(cgo2015_legentry>desc_before);
}

li {
    display : list-item;
}

li>p {
    margin-top : 5px;
}

li2 {
    display : list-item;
}

li2>p {
    margin-top : 5px;
}

mblock {
    display : block;
    margin-top : 5mm;
    margin-left : 10mm;
}

mblock>title,
mblock>title-ref>title {
    margin-left : 0mm;
}

mblock table>caption {
    margin-left : -5mm;
}

menu {
    display : block;
    margin-top : 5mm;
    padding : 5px;
}

menupath {
    display : inline;
}

me {
    display : inline;
    font-style: italic;
}

dialogbox, register, view, window, perspective{
display : inline;
     font-style: italic;
}

me:before {
    content : %(cgo2015_me_before);
}

mediaobject {
    display : block;
}

mediaobject:before {
    content : %(cgo2015_mediaobject_before);
    color : gray;
    font-style : italic;    
}

mediaobject[y\.validity\.text]:before {
    content : %(cgo2015_mediaobject@y.validity.text_before);
}

mediaobject[y\.io\.validity\.text]:before {
    content : %(cgo2015_mediaobject@y.io.validity.text_before);
}
mediaobject[y\.validity\.text][y\.io\.validity\.text]:before {
    content : %(cgo2015_mediaobject@y.validity.text@y.io.validity.text_before);
}

medium {
    display : block;
    margin-top : 5mm;
    padding : 5px;
}

menu-entry {
    display : block;
}

menu-entry>menu-entry {
    display : block;
    margin-left : 10mm;
}

menu-item {
    display : block;
}

meta {
    display : block;
    background-color : #FFFFCC;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

meta:before {
    content : %(cgo2015_meta_before);
    font-weight : bold;
    font-size : 180%;
    color : white;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

meta table>caption {
    margin-left : -5mm;
}

nb\.text {
    display : inline;
    white-space : nowrap;
}

ol {
    display : block;
    list-style-type : decimal;
    margin-left : 6mm;
    margin-top : 5mm;
}

ol ol {
    margin-top : 0mm;
}

ol ul {
    margin-top : 0mm;
}

original {
    display : block;
}

original:before {
    content : %(cgo2015_original_before);
        font-weight : bold;
}

p {
    display : block;
    margin-top : 3mm;
    padding : 5px;
}

parameter {
    display : list-item;
    margin-left : 20px;
}

pre {
    display : block;
}

primary {
    display : inline;
}

procedure {
    display : block;
    list-style-type : decimal;
    margin-top : 5mm;
    padding : 5px;
}

product-name {
    display : block;
}

product-name:before {
    content : %(cgo2015_product-name_before);
    font-weight : bold;
    color : gray; 
}

product-type {
    display : block;
}

product-type:before {
    content : %(cgo2015_product-type_before);
    font-weight : bold;
    color : gray; 
}

p\.text {
    display : inline;
}

p\.text:after {
    content : %(cgo2015_e.text_after);
    color : #466F82;
}

p\.text:before {
    content : %(cgo2015_p.text_before);
    color : #466F82;
}

q {
    display : inline;
}

q:after {
    content : %(cgo2015_q_after);
}

q:before {
    content : %(cgo2015_q_before);
}

result {
    display : block;
    margin-left : 4mm
}

result:before {
    content : %(cgo2015_result_before);
    font-family : Wingdings;
}

result>p:first-child {
    display : inline;
}

sc {
    display : block;
}

sc[type]:before {
    content : %(cgo2015_sc@type_before);
    color : gray;
    font-style : italic;    
}

schar {
    display : inline;
    font-style : normal;
}

schar[font="TIMES"] {
    font-family : "Times New Roman", Times, serif;
}

schar[font="tnr"] {
    font-family : "Times New Roman", Times, serif;
}

schar[font="Times New Roman"] {
    font-family : "Times New Roman", Times, serif;
}

schar[font="Arial Unicode MS"] {
    font-family : Arial Unicode MS;
}

schar[font="Symbol"] {
    font-family : Symbol;
}

schar[font="Webdings"] {
    font-family : Webdings;
}

schar[font="Wingdings"] {
    font-family : Wingdings;
}

schar[font="Wingdings 2"] {
    font-family : "Wingdings 2";
}

schar[font="Wingdings 3"] {
    font-family : "Wingdings 3";
}

schar[font="ZapfDingbats BT"] {
    font-family : "ZapfDingbats BT";
}

secondary {
    display : inline;
}

secondary:before {
    content : %(cgo2015_secondary_before);
}

seealso\.link {
    display : block;
}

seealso\.target {
    display : block;
}

step {
    display : list-item;
    margin-left : 6mm;
    margin-top : 3mm;
}

sub {
    display : inline;
    font-size : 70%;
    vertical-align : sub;
}

subtitle {
    display : block;
    margin-left : 10px;
    font-style : italic;
}

subtitle:before {
    content : %(cgo2015_subtitle_before);
    font-weight : bold;
    font-style : italic;
}

sup {
    display : inline;
    font-size : 70%;
    vertical-align : super;
}

sy {
    display : inline;
}

symbol {
    display : inline;
}

tec-data {
    display : block;
}

table {
    display : block;
    margin-top : 5mm;
    border: 0.5pt solid white;
    padding : 5px;
    counter-reset : row1;
}

table:before {
    content : %(cgo2015_table_before);
    color : gray;
    font-style : italic;    
}

table[fontsize]:before {
    content : %(cgo2015_table@fontsize_before);
    color : gray;
    font-style : italic;    
}

table[size_calculation="no"]:before {
    content : %(cgo2015_table@size_calculation_no_before);
    color : gray;
    font-style : italic;    
}

table[size_calculation="no"][fontsize]:before {
    content : %(cgo2015_table@size_calculation_no_@fontsize_before);
}

table[size_calculation="no_horizontal"]:before {
    content : %(cgo2015_table@size_calculation_no_horizontal_before);
    color : gray;
    font-style : italic;    
}

table[size_calculation="no_horizontal"][fontsize]:before {
    content : %(cgo2015_table@size_calculation_no_horizontal_@fontsize_before);
}

table[size_calculation="no_vertical"]:before {
    content : %(cgo2015_table@size_calculation_no_vertical_before);
    color : gray;
    font-style : italic;    
}

table[size_calculation="no_vertical"][fontsize]:before {
    content : %(cgo2015_table@size_calculation_no_vertical_@fontsize_before);
}

table[y\.validity\.text]:before {
    content : %(cgo2015_table@y.validity.text_before);
    display : block;
    margin-bottom : 5px;
    font-style : italic;    
}

table[y\.validity\.text][fontsize]:before {
    content : %(cgo2015_table@y.validity.text_@fontsize_before);
    display : block;
    margin-bottom : 5px;
    font-style : italic;    
}

table[y\.validity\.text][size_calculation="no"]:before {
    content : %(cgo2015_table@y.validity.text@size_calculation_no_before);
    display : block;
    margin-bottom : 5px;
    font-style : italic;    
}

table[y\.validity\.text][size_calculation="no"][fontsize]:before {
    content : %(cgo2015_table@y.validity.text@size_calculation_no_@fontsize_before);
    display : block;
    margin-bottom : 5px;
    font-style : italic;    
}

table[y\.validity\.text][size_calculation="no_horizontal"]:before {
    content : %(cgo2015_table@y.validity.text@size_calculation_no_horizontal_before);
    display : block;
    margin-bottom : 5px;
    font-style : italic;    
}

table[y\.validity\.text][size_calculation="no_horizontal"][fontsize]:before {
    content : %(cgo2015_table@y.validity.text@size_calculation_no_horizontal_@fontsize_before);
    display : block;
    margin-bottom : 5px;
    font-style : italic;    
}

table[y\.validity\.text][size_calculation="no_vertical"]:before {
    content : %(cgo2015_table@y.validity.text@size_calculation_no_vertical_before);
    display : block;
    margin-bottom : 5px;
    font-style : italic;    
}

table[y\.validity\.text][size_calculation="no_vertical"][fontsize]:before {
    content : %(cgo2015_table@y.validity.text@size_calculation_no_vertical_@fontsize_before);
    display : block;
    margin-bottom : 5px;
    font-style : italic;    
}

table>title:before {
    content : %(cgo2015_table-title_before);
}

table-toc {
    display : block;
    background-color : #00AEEF;
    color : white;
    font-size : 180%;
    font-weight : bold;
    margin-top : 5mm;
    padding : 5px;
}

table-toc:before {
    content : %(cgo2015_table-toc_before);
    display : inline;
}

table-toc[newpage="left"]:before {
    content : %(cgo2015_table-toc@newpage_left_before);
    font-weight : normal;
    display : inline;
}

table-toc[newpage="right"]:before {
    content : %(cgo2015_table-toc@newpage_right_before);
    font-weight : normal;
    display : inline;
}

table-toc[newpage="any"]:before {
    content : %(cgo2015_table-toc@newpage_any_before);
    font-weight : normal;
    display : inline;
}

tbody {
    display : block;
}

tfoot {
    display : block;
}

tgroup {
    display : block;
}

thead {
    display : block;
}

row {
    counter-increment : row1;
    display : block;
    border: 1pt solid #466F82;
}

row:before {
    content : %(cgo2015_row_before);
    font-weight : bold;
    font-size : 120%;
    color : black;
    padding : 5px;
    display : block;
}

row>entry {
  display : block;
}

thead>row>entry {
    display : block;
    background-color : #E1E1E1;
    font-weight : bold;
}

tfoot>row>entry {
    display : block;
    background-color : #E1E1E1;
    font-weight : bold;
}

tip {
    background-color : #E1F4FD;
    display : block;
    margin-left: 5px;
    padding : 5px;
}

tip:before {
    content : %(cgo2015_tip_before);
    color : #00AEEF;
    display : block;
    font-weight : bold;
    margin-top : 5px;
}

title {
    display : block;
    font-weight : bold;
}

tkeyword {
    display : block;
}

toc {
    display : block;
    background-color : #00AEEF;
    color : white;
    font-size : 180%;
    font-weight : bold;
    margin-top : 5mm;
    padding : 5px;
}

toc:before {
    content : %(cgo2015_toc_before);
    display : inline;
}

toc[newpage="left"]:before {
    content : %(cgo2015_toc@newpage_left_before);
    font-weight : normal;
    display : inline;
}

toc[newpage="right"]:before {
    content : %(cgo2015_toc@newpage_right_before);
    font-weight : normal;
    display : inline;
}

toc[newpage="any"]:before {
    content : %(cgo2015_toc@newpage_any_before);
    font-weight : normal;
    display : inline;
}

topicinfo {
    display : block;
    font-style : italic;
    background-color : #C7E93A;
}

topicmeta {
    display : block;
    font-style : italic;
}

topicmeta[defaulttopic="true"]:before {
    content : %(cgo2015_topicmeta@defaulttopic_true_before);
    color : gray;
}

tr {
    display : block;
}

u {
    display : inline;
    text-decoration : underline;
}

ul {
    display : block;
    list-style-type : disc;
    margin-left : 6mm;
    margin-top : 5mm;
}

ul>title,
ul>title-ref>title {
    font-weight : normal;
}

ul2 {
    display : block;
    list-style-type : circle;
    margin-left : 6mm;
    margin-top : 2mm;
}

url {
    display : inline;
    text-decoration : underline;
}

url[address]:after {
    content : %(cgo2015_url@address_after);
    text-decoration : none;
        font-style : italic;
}

verbatim {
    display : block;
    margin-top : 5mm;
}

verbatim[width="page"]:before {
    content : %(cgo2015_verbatim@width_before);
    font-style : italic;
    color : gray;
}

verbatim[width="column"]:before {
    content : %(cgo2015_verbatim@width_before);
    font-style : italic;
    color : gray;
}

verbatim[y\.validity\.text][width="page"]:before {
    content : %(cgo2015_verbatim@y.validity@width_before);
}

verbatim[y\.validity\.text][width="column"]:before {
    content : %(cgo2015_verbatim@y.validity@width_before);
}

verbatim\.text {
    display : block;
    font-family : "Courier New", Courier, monospace;
    font-size : 90%;
    white-space: pre;
}

verbatim\.text[fontsize]:before {
    content : %(cgo2015_verbatim.text@fontsize_before);
    font-style : italic;
    color : gray;
}

xe {
    background-color : white;
    color : black;
    display : block;
    font-weight: normal;
    font-style : italic;
}

xe:after {
    content : %(cgo2015_xe_after);
}

xe:before {
    content : %(cgo2015_xe_before);
}

y\.abstract {
    display : block;
}

y\.abstract\.text {
    display : block;
}

y\.abstract\.img {
    display : block;
}

y\.abstract\.img[device]:before {
    content : %(cgo2015_y.abstract.img_before);
    font-style : italic;
    color : gray;
}

y\.enum {
    display : inline;
}

y\.enum:before {
    content : %(cgo2015_y.enum_before);
    color : #466F82;
}

y\.label {
    display : #466F82;
}

y\.label:before {
    content : %(cgo2015_y.label_before);
    color : #466F82;
}

y\.pnum {
    display : #466F82;
}

y\.pnum:before {
    content : %(cgo2015_y.pnum_before);
    color : #466F82;
}

y\.textvar-defs {
    display : block;
}

y\.textvar-defs:before {
    content : %(cgo2015_y.textvar-defs_before);
    font-weight : bold;
    color : gray; 
}

y\.textvar-def {
    display : block;
}

y\.textvar-def:before {
    content : %(cgo2015_y.textvar-def_before);
    font-weight : bold;
    color : gray; 
}

y\.textvar-def[y\.validity\.text] {
    border : none;
}

y\.textvar-def[y\.validity\.text][y\.validity\.mode]:before {
    content : %(cgo2015_y.textvar-def@y.validity.text_before);
    font-weight : bold;
    display: inline;
}

y\.textvar-def[y\.validity\.text]:after {
    content : %(cgo2015_y.textvar-def@y.validity.text_after);
}

y\.textvar:before {
    content : %(cgo2015_y.textvar_before);
    font-weight : bold;
}

y\.cover-stylesheet {
    display : block;
}

y\.cover-stylesheet:before {
    content : %(cgo2015_y.cover-stylesheet_before);
    font-weight : bold;
    color : gray; 
}

/* Referenz-Elemente */
*[y\.reftype="text"] {
    border-width:2px;
    border-style:solid;
    border-color:#466F82;
    text-align:justify;
    /*background-color : #DEE1EB;*/
}

*[y\.reftype="text"]:before {
    content : %(cgo2015_*@y.reftype_text_before);
    display : inline;
    color : #466F82;
    font-size : 120%;
}

*[y\.reftype="text"]:after {
    content : %(cgo2015_*@y.reftype_text_after);
    display : inline;
    color : #466F82;
    font-size : 120%;   
}

block-ref, caution-ref, chapter-ref, danger-ref, ge-ref, gear-ref, glossary-ref, mat-ref, note-ref, notice-ref, environment-ref, skill-ref, supp-directives-ref, tool-ref, warning-ref, appendix-ref, component-chapter-ref, meta-ref, appendix-introduction-ref, mediaobject-ref, figure-ref, ar-container-ref {
    color : #466F82;
    display : block;
    font-style : italic;
}

supp-directives:before {
    content : %(cgo2015_supp-directives_before);
    font-weight : bold;
    font-size : 180%;
    color : white;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

supp-directives[y\.io\.validity\.text]:before {
    content : %(cgo2015_supp-directives@y.io.validity.text_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

supp-directives[y\.io\.validity\.text][newpage="left"]:before {
    content : %(cgo2015_supp-directives@y.io.validity.text@newpage_left_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

supp-directives[y\.io\.validity\.text][newpage="right"]:before {
    content : %(cgo2015_supp-directives@y.io.validity.text@newpage_right_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

supp-directives[y\.io\.validity\.text][newpage="any"]:before {
    content : %(cgo2015_supp-directives@y.io.validity.text@newpage_any_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

supp-directives[y\.validity\.text]:before {
    content : %(cgo2015_supp-directives@y.validity.text_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

supp-directives[y\.validity\.text][newpage="left"]:before {
    content : %(cgo2015_supp-directives@y.validity.text@newpage_left_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

supp-directives[y\.validity\.text][newpage="right"]:before {
    content : %(cgo2015_supp-directives@y.validity.text@newpage_right_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

supp-directives[y\.validity\.text][newpage="any"]:before {
    content : %(cgo2015_supp-directives@y.validity.text@newpage_any_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

supp-directives[newpage="left"]:before {
    content : %(cgo2015_supp-directives@newpage_left_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

supp-directives[newpage="right"]:before {
    content : %(cgo2015_supp-directives@newpage_right_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

supp-directives[newpage="any"]:before {
    content : %(cgo2015_supp-directives@newpage_any_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

block-ref {
    background-color : #F3F4F8;
}

block {
    background-color : #F3F4F8;
    display : block;
    margin-top : 5mm;
    margin-right: 5px;
    margin-left: 5px;
    padding : 5px;
}

block[y\.keep\.together\.within\.page="true"]:before {
    content : %(cgo2015_block@y.keep.together.within.page_true_before);
    color : gray;
    font-style : italic;    
}

block[y\.keep\.together\.within\.page="false"]:before {
    content : %(cgo2015_block@y.keep.together.within.page_false_before);
    color : gray;
    font-style : italic;    
}

block[y\.keep\.together\.within\.page="true"][flip="open"]:before {
    content : %(cgo2015_block@y.keep.together.within.page_true_@flip_open_before);
}

block[y\.keep\.together\.within\.page="true"][flip="close"]:before {
    content : %(cgo2015_block@y.keep.together.within.page_true_@flip_close_before);
}

block[y\.keep\.together\.within\.page="false"][flip="open"]:before {
    content : %(cgo2015_block@y.keep.together.within.page_false_@flip_open_before);
}

block[y\.keep\.together\.within\.page="false"][flip="close"]:before {
    content : %(cgo2015_block@y.keep.together.within.page_false_@flip_close_before);
}

block[y\.keep\.together\.within\.page="true"][y\.validity\.text]:before {
    content : %(cgo2015_block@y.keep.together.within.page_true_@y.validity.text_before);
}

block[y\.keep\.together\.within\.page="true"][y\.io\.validity\.text]:before {
    content : %(cgo2015_block@y.keep.together.within.page_true_@y.io.validity.text_before);
}

block[y\.keep\.together\.within\.page="true"][y\.validity\.text][flip="open"]:before {
    content : %(cgo2015_block@y.keep.together.within.page_true_@y.validity.text@flip_open_before);
}

block[y\.keep\.together\.within\.page="true"][y\.io\.validity\.text][flip="open"]:before {
    content : %(cgo2015_block@y.keep.together.within.page_true_@y.io.validity.text@flip_open_before);
}

block[y\.keep\.together\.within\.page="true"][y\.validity\.text][flip="close"]:before {
    content : %(cgo2015_block@y.keep.together.within.page_true_@y.validity.text@flip_close_before);
}

block[y\.keep\.together\.within\.page="true"][y\.io\.validity\.text][flip="close"]:before {
    content : %(cgo2015_block@y.keep.together.within.page_true_@y.io.validity.text@flip_close_before);
}

block[y\.keep\.together\.within\.page="false"][y\.validity\.text]:before {
    content : %(cgo2015_block@y.keep.together.within.page_false_@y.validity.text_before);
}

block[y\.keep\.together\.within\.page="false"][y\.io\.validity\.text]:before {
    content : %(cgo2015_block@y.keep.together.within.page_false_@y.io.validity.text_before);
}

block[y\.keep\.together\.within\.page="false"][y\.validity\.text][flip="open"]:before {
    content : %(cgo2015_block@y.keep.together.within.page_false_@y.validity.text@flip_open_before);
}

block[y\.keep\.together\.within\.page="false"][y\.io\.validity\.text][flip="open"]:before {
    content : %(cgo2015_block@y.keep.together.within.page_false_@y.io.validity.text@flip_open_before);
}

block[y\.keep\.together\.within\.page="false"][y\.validity\.text][flip="close"]:before {
    content : %(cgo2015_block@y.keep.together.within.page_false_@y.validity.text@flip_close_before);
}

block[y\.keep\.together\.within\.page="false"][y\.io\.validity\.text][flip="close"]:before {
    content : %(cgo2015_block@y.keep.together.within.page_false_@y.io.validity.text@flip_close_before);
}

block[y\.keep\.together\.within\.page="false"][y\.validity\.text][y\.validity\.filtered="true"]:after {
    color : silver;
    content : %(cgo2015_*@y.validity.text@y.validity.filtered_true_after);
}

block[y\.keep\.together\.within\.page="false"][y\.validity\.text][y\.validity\.filtered="true"]:before {
    color : silver;
    content : %(cgo2015_*@y.validity.text@y.validity.filtered_true_after);
}

block[y\.keep\.together\.within\.page="true"][y\.validity\.text][y\.validity\.filtered="true"]:after {
    color : silver;
    content : %(cgo2015_*@y.validity.text@y.validity.filtered_true_after);
}

block[y\.keep\.together\.within\.page="true"][y\.validity\.text][y\.validity\.filtered="true"]:before {
    color : silver;
    content : %(cgo2015_*@y.validity.text@y.validity.filtered_true_after);
}

caution-ref {
    background-color : #FFF3E2;
    color : red;
    display : block;
    margin-bottom : 5px;
    font-style : italic;    
}

caution {
    background-color : #FFF3E2;
    display : block;
    padding : 5px;
}

caution[y\.io\.validity\.text]:before {
    content : %(cgo2015_caution@y.io.validity.text_before);
    display : block;
    font-weight : normal;
    margin-top : 5px;
}

caution[y\.validity\.text]:before {
    content : %(cgo2015_caution@y.validity.text_before);
    display : block;
    font-weight : normal;
    margin-top : 5px;
}

caution:before {
    content : %(cgo2015_caution_before);
    color : #EEBF00;
    display : block;
    font-weight : bold;
    margin-top : 5px;
}

danger-ref {
    background-color : #FFF3E2;
}

danger {
    background-color : #FFF3E2;
    display : block;
    padding : 5px;
}

danger:before {
    color : #B61E21;
    display : block;
    font-weight : bold;
    margin-top : 5px;
}

danger[category][y\.io\.validity\.text]:before {
    content : %(cgo2015_danger@category@y.io.validity.text_before);
    font-weight : normal;
}

danger[category][y\.validity\.text]:before {
    content : %(cgo2015_danger@category@y.validity.text_before);
    font-weight : normal;
}

danger[category]:before {
    content : %(cgo2015_danger@category_before);
}

example {
    background-color : #F1FFD4;
    display : block;
    padding : 5px;
}

gear-ref {
    background-color : #EEEEFF;    
}

gear {
    background-color : #EEEEFF;
    display : block;
    padding : 5px;
}

glossary-ref {
    display : block;
    margin-left: 0px;
    margin-right: 0px;
}

glossary {
    display : block;
    margin-top : 5mm;
}

glossary[newpage="left"]:before {
    content : %(cgo2015_glossary@newpage_left_before);
    font-style : italic;
    color : gray; 
}

glossary[newpage="right"]:before {
    content : %(cgo2015_glossary@newpage_right_before);
    font-style : italic;
    color : gray; 
}

glossary[newpage="any"]:before {
    content : %(cgo2015_glossary@newpage_any_before);
    font-style : italic;
    color : gray; 
}

glossary[newpage="left"][y\.io\.validity\.text]:before {
    content : %(cgo2015_glossary@newpage_left_@y.io.validity.text_before);
    font-style : italic;
}

glossary[newpage="right"][y\.io\.validity\.text]:before {
    content : %(cgo2015_glossary@newpage_right_@y.io.validity.text_before);
    font-style : italic;
}

glossary[newpage="any"][y\.io\.validity\.text]:before {
    content : %(cgo2015_glossary@newpage_any_@y.io.validity.text_before);
    font-style : italic;
}

glossary[only_existing="true"]:before {
    content : %(cgo2015_glossary@only_existing_true_before);
    font-style : italic;
    color : gray; 
}

glossary[only_existing="true"][newpage="left"]:before {
    content : %(cgo2015_glossary@only_existing_true_@newpage_left_before);
}

glossary[only_existing="true"][newpage="right"]:before {
    content : %(cgo2015_glossary@only_existing_true_@newpage_right_before);
}

glossary[only_existing="true"][newpage="any"]:before {
    content : %(cgo2015_glossary@only_existing_true_@newpage_any_before);

}

glossary[only_existing="true"][y\.io\.validity\.text]:before {
    content : %(cgo2015_glossary@only_existing_true_@y.io.validity.text_before);
}

glossary[only_existing="true"][newpage="left"][y\.io\.validity\.text]:before {
    content : %(cgo2015_glossary@only_existing_true_@newpage_left_@y.io.validity.text_before);
}

glossary[only_existing="true"][newpage="right"][y\.io\.validity\.text]:before {
    content : %(cgo2015_glossary@only_existing_true_@newpage_right_@y.io.validity.text_before);
}

glossary[only_existing="true"][newpage="any"][y\.io\.validity\.text]:before {
    content : %(cgo2015_glossary@only_existing_true_@newpage_any_@y.io.validity.text_before);
}

glossary[only_existing="linked"]:before {
    content : %(cgo2015_glossary@only_existing_linked_before);
    font-style : italic;
    color : gray; 
}

glossary[only_existing="linked"][newpage="left"]:before {
    content : %(cgo2015_glossary@only_existing_linked_@newpage_left_before);
}

glossary[only_existing="linked"][newpage="right"]:before {
    content : %(cgo2015_glossary@only_existing_linked_@newpage_right_before);
}

glossary[only_existing="linked"][newpage="any"]:before {
    content : %(cgo2015_glossary@only_existing_linked_@newpage_any_before);
}

glossary[only_existing="linked"][y\.io\.validity\.text]:before {
    content : %(cgo2015_glossary@only_existing_linked_@y.io.validity.text_before);
}

glossary[only_existing="linked"][newpage="left"][y\.io\.validity\.text]:before {
    content : %(cgo2015_glossary@only_existing_linked_@newpage_left_@y.io.validity.text_before);
}

glossary[only_existing="linked"][newpage="right"][y\.io\.validity\.text]:before {
    content : %(cgo2015_glossary@only_existing_linked_@newpage_right_@y.io.validity.text_before);
}

glossary[only_existing="linked"][newpage="any"][y\.io\.validity\.text]:before {
    content : %(cgo2015_glossary@only_existing_linked_@newpage_any_@y.io.validity.text_before);
}

glossary>title,
glossary>title-ref>title {
    display : block;
    background-color : #00AEEF;
    color : white;
    font-size : 180%;
    font-weight : bold;
    padding : 5px;
}

mat-ref {
    background-color : #EEEEFF;
}

mat {
    background-color : #EEEEFF;
    display : block;
    padding : 5px;
}

note-ref {
    background-color : #F1FFEC;
}

note {
    background-color : #F1FFEC;
    display : block;
    padding : 5px;
}

note[y\.io\.validity\.text]:before {
    content : %(cgo2015_note@y.io.validity.text_before);
    display : block;
    font-weight : normal;
    margin-top : 5px;
}

note[y\.validity\.text]:before {
    content : %(cgo2015_note@y.validity.text_before);
    display : block;
    font-weight : normal;
    margin-top : 5px;
}

note:before {
    content : %(cgo2015_note_before);
    color : #248700;
    display : block;
    font-weight : bold;
    margin-top : 5px;
}

notice-ref {
    background-color : #E1F4FD;
}

notice {
    background-color : #E1F4FD;
    display : block;
    padding : 5px;
}

notice[y\.io\.validity\.text]:before {
    content : %(cgo2015_notice@y.io.validity.text_before);
    display : block;
    font-weight : normal;
    margin-top : 5px;
}

notice[y\.validity\.text]:before {
    content : %(cgo2015_notice@y.validity.text_before);
    display : block;
    font-weight : normal;
    margin-top : 5px;
}

notice:before {
    content : %(cgo2015_notice_before);
    color : #005096;
    display : block;
    font-weight : bold;
    margin-top : 5px;
}

environment-ref {
    background-color : #DEFADE;
}

environment {
    background-color : #DEFADE;
    display : block;
    padding : 5px;
}

environment[y\.io\.validity\.text]:before {
    content : %(cgo2015_environment@y.io.validity.text_before);
    display : block;
    font-weight : normal;
    margin-top : 5px;
}

environment[y\.validity\.text]:before {
    content : %(cgo2015_environment@y.validity.text_before);
    display : block;
    font-weight : normal;
    margin-top : 5px;
}

environment:before {
    content : %(cgo2015_environment_before);
    color : #48944B;
    display : block;
    font-weight : bold;
    margin-top : 5px;
}

skill-ref {
    background-color : #EEEEFF;
}

skill {
    background-color : #EEEEFF;
    display : block;
    padding : 5px;
}

supp-directives-ref {
    background-color : #EEEEFF;
}

supp-directives {
    background-color : #EEEEFF;
    display : block;
    padding : 5px;
}

tool-ref {
    background-color : #EEEEFF;
}

tool {
    background-color : #EEEEFF;
    display : block;
    padding : 5px;
}

warning-ref {
    background-color : #FFF3E2;
}

warning {
    background-color : #FFF3E2;
    display : block;
    padding : 5px;
}

warning:before {
    color : #E46D00;
    display : block;
    font-weight : bold;
    margin-top : 5px;
}

warning[category][y\.io\.validity\.text]:before {
    content : %(cgo2015_warning@category@y.io.validity.text_before);
    font-weight : normal;
}

warning[category][y\.validity\.text]:before {
    content : %(cgo2015_warning@category@y.validity.text_before);
    font-weight : normal;
}

warning[category]:before {
    content : %(cgo2015_warning@category_before);
}

/* List-Elemente */
gear-list {
    display : block;
}

gear-list:before {
    color : #00AEEF;
    content : %(cgo2015_gear-list_before);
    font-weight : bold;
}

mat-list {
    display : block;
}

mat-list:before {
    color : #00AEEF;
    content : %(cgo2015_mat-list_before);
    font-weight : bold;
}

mat-list[mat-type]:before {
    content : %(cgo2015_mat-list@mat-type_before);
}

skill-list {
    display : block;
}

skill-list:before {
    color : #00AEEF;
    content : %(cgo2015_skill-list_before);
    font-weight : bold;
}

tool-list {
    display : block;
}

tool-list:before {
    color : #00AEEF;
    content : %(cgo2015_tool-list_before);
    font-weight : bold;
}

tool-list[tool-type]:before {
    content : %(cgo2015_tool-list@tool-type_before);
}

link-to-list {
    display : block;
}

link-to-list:before {
    color : #00AEEF;
    content : %(cgo2015_link-to-list_before);
    font-weight : bold;
}

safety-category-list:before {
    color : #00AEEF;
    content : %(cgo2015_safety-category-list_before);
    font-weight : bold;
}

safety-category-list {
    display : block;
}

safety-phrase-list:before {
    color : #00AEEF;
    content : %(cgo2015_safety-phrase-list_before);
    font-weight : bold;
}

safety-phrase-list {
    display : block;
}

/* Maintenance-Table */
maintenance-table {
    display : block;
}

maintenance-table:before {
    content : %(cgo2015_maintenance-table_before);
    font-weight : bold;
    color: gray;
}

maintenance-table>interval {
    margin-left : 20px;
    display : list-item;
}

interval>period {
    display : block;
}

interval>period:before {
    content : %(cgo2015_interval>period_before);
    font-weight : bold;
    color : gray; 
}

interval>maint-work {
    margin-left : 20px;
    display : list-item;
    list-style-type : circle;
}

maint-work>descr {
    display : block;
}

/* Troubleshooting*/
troubleshooting {
    display: block;
}

troubleshooting:before {
    content : %(cgo2015_troubleshooting_before);
    font-weight : bold;
    color: gray;
}

maldesc {
    display: block;
}

malfunction {
    background-color : #FECBC2;
    display : block;
    margin-left : 3mm;
    margin-top : 2mm;
    margin-bottom : 2mm;
    padding : 5px;
}

causedesc {
    display: block;
}

soldesc {
    display: block;
}

mdesc {
     display : block;
}

mcause {
     display : block;
}

/* Help-Merge */

chapter-helpmerge {
    display: block;
}

chapter-helpmerge:before {
    font-weight : bold;
    content : %(cgo2015_chapter-helpmerge_before);
    color : gray;
}

chapter-helpmerge[y\.validity\.text]:before {
    font-weight : bold;
    content : %(cgo2015_chapter-helpmerge@y.validity.text_before);
}

chapter-helpmerge[y\.validity\.text]:after {
    font-weight : bold;
    content : %(cgo2015_*@y.validity.text_after);
}

helpmerge-master-link {
    display: block;
}

helpmerge-master-link:before {
    font-weight : bold;
    content : %(cgo2015_chapter-helpmerge_before);
    color : gray;
}

helpmerge-slave-link {
    display : block;
}

helpmerge-slave-link:before {
    font-weight : bold;
    content : %(cgo2015_chapter-helpmerge_before);
    color : gray;
}

/* NEW appendix etc */

component-meta {
    background-color : #FFFFCC;
    display : block;
}
    
component-description { 
    display : block;
}

pdf {
    display : block;
    background-color: #F1E1FF;
}

pdf:before {
    color : gray;
    font-style : italic;
    content : %(cgo2015_pdf_before);
}

supplier, component-name, component-type, manual-type, component-number {
    display : block;
}


supplier:before {
    content : %(cgo2015_supplier_before);
    display: block;
    color: gray;
    font-weight: bold;
}

component-name:before {
    content : %(cgo2015_component-name_before);
    display: inline;
    color: black;
    font-weight: bold;
}

component-type:before {
    content : %(cgo2015_component-type_before);
    display: inline;
    color: black;
    font-weight: bold;
}

manual-type:before {
    content : %(cgo2015_manual-type_before);
    display: inline;
    color: black;
    font-weight: bold;
}

component-number:before {
    content : %(cgo2015_component-number_before);
    display: inline;
    color: black;
    font-weight: bold;
}

safety-comp, description-comp, displays-comp, tec-data-comp, maintenance-comp, troubleshooting-comp, var-comp {
    display : block;
}

var-comp:before {
    content : %(cgo2015_var-comp_before);
    font-weight : bold;
    color : gray; 
}

var-comp-list:before {
    content : %(cgo2015_var-comp_before);
    font-weight : bold;
    color : gray; 
}

appendix, appendix-intro, appendix-toc {
    display : block;
}

appendix:before {
    content : %(cgo2015_appendix_before);
    font-weight : bold;
    font-size : 180%;
    color : white;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

appendix[newpage="left"]:before {
    content : %(cgo2015_appendix@newpage_left_before);
    font-weight : bold;
    font-size : 180%;
    color : white;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

appendix[newpage="right"]:before {
    content : %(cgo2015_appendix@newpage_right_before);
    font-weight : bold;
    font-size : 180%;
    color : white;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

appendix[newpage="any"]:before {
    content : %(cgo2015_appendix@newpage_any_before);
    font-weight : bold;
    font-size : 180%;
    color : white;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

appendix[y\.io\.validity\.text]:before {
    content : %(cgo2015_appendix@y.io.validity.text_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

appendix[y\.io\.validity\.text][newpage="left"]:before {
    content : %(cgo2015_appendix@y.io.validity.text@newpage_left_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

appendix[y\.io\.validity\.text][newpage="right"]:before {
    content : %(cgo2015_appendix@y.io.validity.text@newpage_right_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

appendix[y\.io\.validity\.text][newpage="any"]:before {
    content : %(cgo2015_appendix@y.io.validity.text@newpage_any_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

appendix[y\.validity\.text]:before {
    content : %(cgo2015_appendix@y.validity.text_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

appendix[y\.validity\.text][newpage="left"]:before {
    content : %(cgo2015_appendix@y.validity.text@newpage_left_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

appendix[y\.validity\.text][newpage="right"]:before {
    content : %(cgo2015_appendix@y.validity.text@newpage_right_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

appendix[y\.validity\.text][newpage="any"]:before {
    content : %(cgo2015_appendix@y.validity.text@newpage_any_before);
    font-weight : normal;
    font-size : 180%;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

appendix-toc:before {
    content : %(cgo2015_appendix-toc_before);
    font-weight : bold;
    font-size : 180%;
    color : white;
    margin-left : 0mm;
    margin-right : 0px;
    padding : 5px;
    display:block;
    background-color : #00AEEF;
}

description-comp-list, displays-comp-list, tec-data-comp-list, var-comp-list {
    display : block;
}


/* Component Chapters/Headings*/

component-chapter,
component-chapter-ref>component-chapter {
    display : block;
    margin-top : 5mm;
    margin-left : 5px;
    margin-right : 5px;
}

appendix>component-chapter,
appendix>component-chapter-ref>component-chapter {
    counter-increment : component-chapter1;
    counter-reset : component-chapter2;
    border: 0.5pt solid #466F82;
}

appendix>component-chapter>component-chapter,
appendix>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter {
    counter-increment : component-chapter2;
    counter-reset : component-chapter3;
        border: 0pt solid white;
}

appendix>component-chapter>component-chapter>component-chapter,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter {
    counter-increment : component-chapter3;
    counter-reset : component-chapter4;
            border: 0pt solid white;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter {
    counter-increment : component-chapter4;
    counter-reset : component-chapter5;
            border: 0pt solid white;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter {
    counter-increment : component-chapter5;
    counter-reset : component-chapter6;
            border: 0pt solid white;
}



/* Überschrift 1 */
appendix>component-chapter>title,
appendix>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>title,
appendix>component-chapter-ref-component-chapter>title-ref>title{
    font-size : 180%;
    padding : 5px;
}

appendix>component-chapter>title:before,
appendix>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>title-ref>title:before {
    content : %(cgo2015_component-chapter>title1_before);
    display : inline;
}

appendix>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before {
    content : %(cgo2015_component-chapter>title1@y.validity.text_before);
    display : inline;
}

appendix>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after {
    content : %(cgo2015_component-chapter>title1@y.validity.text_after);
    display : inline;
}

appendix>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_component-chapter>title1@y.io.validity.text_before);
    display : inline;
}

appendix>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_component-chapter>title1@y.io.validity.text_after);
    display : inline;
}

/* Überschrift 2 */

appendix>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title {
    font-size : 160%;
    color :  #466F82;
}

appendix>component-chapter>component-chapter>title,
appendix>component-chapter>component-chapter>title-ref>title {
    font-size : 140%;
}

appendix>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before {
    content : %(cgo2015_component-chapter>title2_before);
    display : inline;
}

appendix>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before {
    content : %(cgo2015_component-chapter>title2@y.validity.text_before);
    display : inline;
}

appendix>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after {
    content : %(cgo2015_component-chapter>title2@y.validity.text_after);
    display : inline;
}

appendix>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_component-chapter>title2@y.io.validity.text_before);
    display : inline;
}

appendix>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_component-chapter>title2@y.io.validity.text_after);
    display : inline;
}

/* Überschrift 3 */
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title {
    font-size : 140%;
    color :  #466F82;
}

appendix>component-chapter>component-chapter>component-chapter>title,
appendix>component-chapter>component-chapter>component-chapter>title-ref>title {
    font-size : 140%;
}

appendix>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before {
    content : %(cgo2015_component-chapter>title3_before);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before {
    content : %(cgo2015_component-chapter>title3@y.validity.text_before);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after {
    content : %(cgo2015_component-chapter>title3@y.validity.text_after);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_component-chapter>title3@y.io.validity.text_before);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_component-chapter>title3@y.io.validity.text_after);
    display : inline;
}

/* Überschrift 4 */

appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title {
    font-size : 120%;
    color :  #466F82;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter>title,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title {
    font-size : 120%;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before {
    content : %(cgo2015_component-chapter>title4_before);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before {
    content : %(cgo2015_component-chapter>title4@y.validity.text_before);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after {
    content : %(cgo2015_component-chapter>title4@y.validity.text_after);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_component-chapter>title4@y.io.validity.text_before);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_component-chapter>title4@y.io.validity.text_after);
    display : inline;
}

/* Überschrift 5 */
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title {
    font-size : 100%;
    color :  #466F82;
}

/* Überschrift 5 */
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before {
    content : %(cgo2015_component-chapter>title5_before);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before {
    content : %(cgo2015_component-chapter>title5@y.validity.text_before);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after {
    content : %(cgo2015_component-chapter>title5@y.validity.text_after);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_component-chapter>title5@y.io.validity.text_before);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_component-chapter>title5@y.io.validity.text_after);
    display : inline;
}

/* Überschrift 6+ */
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title:before
/*component-chapter-ref*/
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title:before{
    content : %(cgo2015_component-chapter>title6_before);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:before
/*component-chapter-ref*/
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:before {
    content : %(cgo2015_component-chapter>title6@y.validity.text_before);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.validity\.text]:after
/*component-chapter-ref*/
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.validity\.text]:after {
    content : %(cgo2015_component-chapter>title6@y.validity.text_after);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:before 
/*component-chapter-ref*/
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:before,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_component-chapter>title6@y.io.validity.text_before);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>title-ref>title[y\.io\.validity\.text]:after 
/*component-chapter-ref*/
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title[y\.io\.validity\.text]:after,
appendix>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>component-chapter-ref>component-chapter>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_component-chapter>title6@y.io.validity.text_after);
    display : inline;
}

appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title,
appendix>component-chapter>component-chapter>component-chapter>component-chapter>component-chapter>title-ref>title {
    font-size : 100%;
}

/* Appendix Compilation Reference Chapters*/
/* Ebene 2 */

chapter>description-comp-list>title,
chapter>description-comp-list>title-ref>title,
chapter>displays-comp-list>title,
chapter>displays-comp-list>title-ref>title,
chapter>tec-data-comp-list>title,
chapter>tec-data-comp-list>title-ref>title {
    font-size : 160%;
}

chapter-ref>chapter>description-comp-list>title,
chapter-ref>chapter>description-comp-list>title-ref>title,
chapter-ref>chapter>displays-comp-list>title,
chapter-ref>chapter>displays-comp-list>title-ref>title,
chapter-ref>chapter>tec-data-comp-list>title,
chapter-ref>chapter>tec-data-comp-list>title-ref>title {
    font-size : 160%;
    color :  #466F82;
}

chapter>description-comp-list,
chapter>displays-comp-list,
chapter>tec-data-comp-list,
chapter-ref>chapter>description-comp-list,
chapter-ref>chapter>displays-comp-list,
chapter-ref>chapter>tec-data-comp-list {
    counter-increment : chapter2;
    counter-reset : chapter3;
    border: 0pt solid white;
}

chapter>description-comp-list>title:before,
chapter>description-comp-list>title-ref>title:before,
chapter>displays-comp-list>title:before,
chapter>displays-comp-list>title-ref>title:before,
chapter>tec-data-comp-list>title:before,
chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>description-comp-list>title:before,
chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>displays-comp-list>title:before,
chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>tec-data-comp-list>title-ref>title:before {
    content : %(cgo2015_chapter>title2_before);
    display: inline;
}

chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before {
    content : %(cgo2015_chapter>title2@y.validity.text_before);
    display: inline;
}

chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after {
    content : %(cgo2015_chapter>title2@y.validity.text_after);
    display: inline;
}

chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter>title2@y.io.validity.text_before);
    display: inline;
}

chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_chapter>title2@y.io.validity.text_after);
    display: inline;
}


/* Ebene 3 */
chapter>chapter>description-comp-list>title,
chapter>chapter>description-comp-list>title-ref>title,
chapter>chapter>displays-comp-list>title,
chapter>chapter>displays-comp-list>title-ref>title,
chapter>chapter>tec-data-comp-list>title,
chapter>chapter>tec-data-comp-list>title-ref>title {
    font-size : 140%;
}

chapter-ref>chapter>chapter>description-comp-list>title,
chapter-ref>chapter>chapter>description-comp-list>title-ref>title,
chapter-ref>chapter>chapter>displays-comp-list>title,
chapter-ref>chapter>chapter>displays-comp-list>title-ref>title,
chapter-ref>chapter>chapter>tec-data-comp-list>title,
chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title,
chapter>chapter-ref>chapter>description-comp-list>title,
chapter>chapter-ref>chapter>description-comp-list>title-ref>title,
chapter>chapter-ref>chapter>displays-comp-list>title,
chapter>chapter-ref>chapter>displays-comp-list>title-ref>title,
chapter>chapter-ref>chapter>tec-data-comp-list>title,
chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title {
    font-size : 140%;
    color :  #466F82;
}

chapter>chapter>description-comp-list,
chapter>chapter>displays-comp-list,
chapter>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter>description-comp-list,
chapter-ref>chapter>chapter>displays-comp-list,
chapter-ref>chapter>chapter>tec-data-comp-list,
chapter>chapter-ref>chapter>description-comp-list,
chapter>chapter-ref>chapter>displays-comp-list,
chapter>chapter-ref>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter-ref>chapter>description-comp-list,
chapter-ref>chapter>chapter-ref>chapter>displays-comp-list,
chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list {
    counter-increment : chapter3;
    counter-reset : chapter4;
    border: 0pt solid white;
}

chapter>chapter>description-comp-list>title:before,
chapter>chapter>description-comp-list>title-ref>title:before,
chapter>chapter>displays-comp-list>title:before,
chapter>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter>tec-data-comp-list>title:before,
chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before {
    content : %(cgo2015_chapter>title3_before);
    display: inline;
}

chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before {
    content : %(cgo2015_chapter>title3@y.validity.text_before);
    display: inline;
}

chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after {
    content : %(cgo2015_chapter>title3@y.validity.text_after);
    display: inline;
}

chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter>title3@y.io.validity.text_before);
    display: inline;
}

chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_chapter>title3@y.io.validity.text_after);
    display: inline;
}

/* Ebene 4 */
chapter>chapter>chapter>description-comp-list>title,
chapter>chapter>chapter>description-comp-list>title-ref>title,
chapter>chapter>chapter>displays-comp-list>title,
chapter>chapter>chapter>displays-comp-list>title-ref>title,
chapter>chapter>chapter>tec-data-comp-list>title,
chapter>chapter>chapter>tec-data-comp-list>title-ref>title {
    font-size : 120%;
}

chapter-ref>chapter>chapter>chapter>description-comp-list>title,
chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter>displays-comp-list>title,
chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title,
chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter>description-comp-list>title,
chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter>displays-comp-list>title,
chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title,
chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title,
chapter>chapter>chapter-ref>chapter>description-comp-list>title,
chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title,
chapter>chapter>chapter-ref>chapter>displays-comp-list>title,
chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title,
chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title,
chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title {
    font-size : 120%;
    color :  #466F82;
}


chapter>chapter>chapter>description-comp-list,
chapter>chapter>chapter>displays-comp-list,
chapter>chapter>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter>chapter>description-comp-list,
chapter-ref>chapter>chapter>chapter>displays-comp-list,
chapter-ref>chapter>chapter>chapter>tec-data-comp-list,
chapter>chapter-ref>chapter>chapter>description-comp-list,
chapter>chapter-ref>chapter>chapter>displays-comp-list,
chapter>chapter-ref>chapter>chapter>tec-data-comp-list,
chapter>chapter>chapter-ref>chapter>description-comp-list,
chapter>chapter>chapter-ref>chapter>displays-comp-list,
chapter>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list, 
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list {
    counter-increment : chapter4;
    counter-reset : chapter5;
    border: 0pt solid white;
}

chapter>chapter>chapter>description-comp-list>title:before,
chapter>chapter>chapter>description-comp-list>title-ref>title:before,
chapter>chapter>chapter>displays-comp-list>title:before,
chapter>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter>chapter>tec-data-comp-list>title:before,
chapter>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>description-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>displays-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before {
    content : %(cgo2015_chapter>title4_before);
    display: inline;
}

chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before {
    content : %(cgo2015_chapter>title4@y.validity.text_before);
    display: inline;
}

chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after {
    content : %(cgo2015_chapter>title4@y.validity.text_after);
    display: inline;
}

chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter>title4@y.io.validity.text_before);
    display: inline;
}

chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_chapter>title4@y.io.validity.text_after);
    display: inline;
}


/* Ebene 5 */
chapter>chapter>chapter>chapter>description-comp-list>title,
chapter>chapter>chapter>chapter>description-comp-list>title-ref>title,
chapter>chapter>chapter>chapter>displays-comp-list>title,
chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title,
chapter>chapter>chapter>chapter>tec-data-comp-list>title,
chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title
{
    font-size : 100%;
}

chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title,
chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title,
chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title,
chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title,
chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title,
chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title,
chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title,
chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title,
chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title,
chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title,
chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title,
chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title,
chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title,
chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title,
chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title,
chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title,
chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title,
chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title {
    font-size : 100%;
    color :  #466F82;
}

chapter>chapter>chapter>chapter>description-comp-list,
chapter>chapter>chapter>chapter>displays-comp-list,
chapter>chapter>chapter>chapter>tec-data-comp-list,
chapter>chapter>chapter>chapter-ref>chapter>description-comp-list,
chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list,
chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter>chapter>chapter-ref>chapter>chapter>description-comp-list,
chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list,
chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list,
chapter>chapter-ref>chapter>chapter>chapter>description-comp-list,
chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list,
chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter>chapter>chapter>description-comp-list,
chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list,
chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list {
    counter-increment : chapter5;
    counter-reset : chapter6;
            border: 0pt solid white;
}

chapter>chapter>chapter>chapter>description-comp-list>title:before,
chapter>chapter>chapter>chapter>description-comp-list>title-ref>title:before,
chapter>chapter>chapter>chapter>displays-comp-list>title:before,
chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter>chapter>chapter>tec-data-comp-list>title:before,
chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before {
    content : %(cgo2015_chapter>title5_before);
    display: inline;
}

chapter>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before {
    content : %(cgo2015_chapter>title5@y.validity.text_before);
    display: inline;
}

chapter>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after {
    content : %(cgo2015_chapter>title5@y.validity.text_after);
    display: inline;
}

chapter>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter>title5@y.io.validity.text_before);
    display: inline;
}

chapter>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_chapter>title5@y.io.validity.text_after);
    display: inline;
}

/* Überschrift 6+*/

chapter>chapter>chapter>chapter>chapter>description-comp-list,
chapter>chapter>chapter>chapter>chapter>displays-comp-list,
chapter>chapter>chapter>chapter>chapter>tec-data-comp-list,
chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list,
chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list,
chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list,
chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list,
chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list,
chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list,
chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list,
chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list,
chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter>chapter>chapter>chapter>description-comp-list,
chapter-ref>chapter>chapter>chapter>chapter>chapter>displays-comp-list,
chapter-ref>chapter>chapter>chapter>chapter>chapter>tec-data-comp-list,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list
/*chapter-ref*/
chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list,
chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list,
chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list {
    counter-increment : chapter6;
    counter-reset : chapter7;
            border: 0pt solid white;
}

chapter>chapter>chapter>chapter>chapter>description-comp-list>title:before,
chapter>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title:before,
chapter>chapter>chapter>chapter>chapter>displays-comp-list>title:before,
chapter>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title:before,
chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title:before,
/*chapter-ref*/
chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title:before {
    content : %(cgo2015_chapter>title6_before);
    display: inline;
}

chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before
/*chapter-ref*/
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:before {
    content : %(cgo2015_chapter>title6@y.validity.text_before);
    display: inline;
}

chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after
/*chapter-ref*/
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.validity\.text]:after {
    content : %(cgo2015_chapter>title6@y.validity.text_after);
    display: inline;
}

chapter>chapter>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before 
/*chapter-ref*/
chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:before,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:before {
    content : %(cgo2015_chapter>title6@y.io.validity.text_before);
    display: inline;
}

chapter>chapter>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after 
/*chapter-ref*/
chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>description-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>displays-comp-list>title-ref>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title[y\.io\.validity\.text]:after,
chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>chapter-ref>chapter>tec-data-comp-list>title-ref>title[y\.io\.validity\.text]:after {
    content : %(cgo2015_chapter>title6@y.io.validity.text_after);
    display: inline;
}