<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">[data-page-title*="Start here"] &gt; a {
    background-color:#fafbe4 !important;   
}

 [data-page-title*="Start here"] &gt; a &gt; .content &gt; .header &gt; .title {
  color: red;
 }

   
.deco-\&lt; {
   color: black; 
   background-color: azure;
   display:inline-block;
   width: 100%;
   border-left: solid 4px blue;
   padding-left: 4px
   /*background-color: #f0b9a3;*/
   }   
 .deco-\_ {
	 display:inline-block;
 	 width: 100%;
     border-bottom: solid 1px grey;
     padding-left: 4px;
   
 } 
 
 /* Centered text or image */
  .deco-\% {
   display:inline-block;
   width: 100%;
   text-align: center;
   
   }

 .deco-\! {
       color: red; 
       /*background-color: #f0b9a3;*/
 }     
 

    .deco-\" {
             background-color: #fff3cd;
              display:inline-block;
              width:100%;
              border: 1px solid #ffeeba;
              padding-left: 5px;
              padding-right: 5px;
           
              margin-bottom: 5px; 
          /*background-color: #f0b9a3;*/
    }     

   /* Removes &gt; from the beginning of blockquote */
   :is(.line[style=""], .line:not([style]) ) .quote &gt; .tag &gt; span {
       display: none !important;
       
   }
   </pre></body></html>