@charset "UTF-8";
* {
  color: blue;
}
E {
  color: blue;
}
E:not(:link) {
  color: blue;
}
E:not(:link):not(:visited) {
  color: blue;
}
E:not(:link, :visited) {
  color: blue;
}
E:matches(:hover, :focus) {
  color: blue;
}
E.warning {
  color: blue;
}
E#id {
  color: blue;
}
E[foo] {
  color: blue;
}
E[foo="barbar"] {
  color: blue;
}
E[foo="barbar" i] {
  color: blue;
}
E[foo~="hello#$@%@$#^"] {
  color: blue;
}
E[foo^="color: green;"] {
  color: blue;
}
E[foo$="239023"] {
  color: blue;
}
E[foo*="29302"] {
  color: blue;
}
E[foo|="239032"] {
  color: blue;
}
[foo] {
  color: blue;
}
[foo] .helloWorld {
  color: blue;
}
[foo].helloWorld {
  color: blue;
}
[foo="barbar"] {
  color: blue;
}
[foo~="hello#$@%@$#^"] {
  color: blue;
}
[foo^="color: green;"] {
  color: blue;
}
[foo$="239023"] {
  color: blue;
}
[foo*="29302"] {
  color: blue;
}
[foo|="239032"] {
  color: blue;
}
E:dir(ltr) {
  color: blue;
}
E:lang(en) {
  color: blue;
}
E:lang(en, fr) {
  color: blue;
}
E:any-link {
  color: blue;
}
E:link {
  color: blue;
}
E:visited {
  color: blue;
}
E:local-link {
  color: blue;
}
E:local-link(0) {
  color: red;
}
E:local-link(1) {
  color: white;
}
E:local-link(2) {
  color: red;
}
E:target {
  color: blue;
}
E:scope {
  color: blue;
}
E:current {
  color: blue;
}
E:current(:link) {
  color: blue;
}
E:past {
  color: blue;
}
E:future {
  color: blue;
}
E:active {
  color: blue;
}
E:hover {
  color: blue;
}
E:focus {
  color: blue;
}
E:enabled {
  color: blue;
}
E:disabled {
  color: blue;
}
E:indeterminate {
  color: blue;
}
E:default {
  color: blue;
}
E:in-range {
  color: blue;
}
E:out-of-range {
  color: blue;
}
E:required {
  color: blue;
}
E:optional {
  color: blue;
}
E:read-only {
  color: blue;
}
E:read-write {
  color: blue;
}
E:root {
  color: blue;
}
E:empty {
  color: blue;
}
E:first-child {
  color: blue;
}
E:nth-child(odd) {
  color: blue;
}
E:nth-child(2n+1) {
  color: blue;
}
E:nth-child(5) {
  color: blue;
}
E:last-child {
  color: blue;
}
E:nth-last-child(-n+2) {
  color: blue;
}
E:only-child {
  color: blue;
}
E:first-of-type {
  color: blue;
}
E:nth-of-type(2n) {
  color: blue;
}
E:last-of-type {
  color: blue;
}
E:nth-last-of-type(n) {
  color: blue;
}
E:only-of-type {
  color: blue;
}
E:nth-match(odd) {
  color: blue;
}
E:nth-last-match(odd) {
  color: blue;
}
E:column(n) {
  color: blue;
}
E:nth-column(n) {
  color: blue;
}
E:nth-last-column(n) {
  color: blue;
}
E F {
  color: blue;
}
E > F {
  color: blue;
}
E + F {
  color: blue;
}
E ~ F {
  color: blue;
}
[foo|att=val] {
  color: blue;
}
[*|att] {
  color: yellow;
}
[att] {
  color: green;
}
E::first-line {
  color: blue;
}
E::first-letter {
  color: blue;
}
E::before {
  color: blue;
}
E::after {
  color: blue;
}
E::choices {
  color: blue;
}
E::value {
  color: blue;
}
E::repeat-index {
  color: blue;
}
E::repeat-item {
  color: blue;
}
E:first {
  color: blue;
}
E:first-line {
  color: blue;
}
E:first-letter {
  color: blue;
}
E:before {
  color: blue;
}
E:after {
  color: blue;
}
E:checked {
  color: blue;
}
E:invalid {
  color: blue;
}
E:valid {
  color: blue;
}
E:left {
  color: blue;
}
E:right {
  color: blue;
}
E:any(ol) {
  color: blue;
}
E::selection {
  color: blue;
}
div {
  font: something;
  font-size: 30em;
}
div font:something {
  size: 30em;
}
.something.world {
  color: blue;
}
.something .mold {
  height: 200px;
}
.dog .something {
  color: blue;
}
.dad .simple .wolf {
  color: blue;
}
.simple.rad.bad {
  color: blue;
}
.something div .what.world {
  color: blue;
}
div.foo div {
  color: blue;
}
div + div {
  color: green;
}
.nice-fonts .main .message div .title, .nice-fonts div .message div .title {
  font-size: 24px;
}
.escape\% {
  color: red;
}
.escape-plan\% {
  color: green;
}
.element .one, .element .two {
  property: value;
}
#secondary h1, #secondary h2, #secondary h3, #secondary h4, #secondary h5, #secondary h6 {
  color: #e6e6e6;
}
.test foo, .test bar {
  border: 1px dashed red;
}
span a, p a, div a {
  color: red;
}
.parent.self {
  content: "should match .parent.self";
}
.parent .child {
  content: "should match .parent .child";
}
.parent.self2 {
  content: "should match .parent.self2";
}
.parent.self1, .parent.self2 {
  content: "should match .parent.self1, .parent.self2";
}
.self1 .parent {
  content: "should match .self1 .parent";
}
.parent + .parent {
  content: "should match .parent + .parent";
}
ul ul, ol ul, ul ol, ol ol {
  display: block;
}
.👤 {
  display: inline-block;
}
.❮ {
  display: inline;
  content: '↦';
}
ul li a .tocnumber {
  min-width: 100%;
}
.\31 u\$ {
  clear: left;
}
.\31 u\$ {
  clear: left;
}
.\31 u\$ {
  clear: right;
}
.\31 u\$ {
  clear: right;
}
.a1u\$ {
  clear: both;
}
.\31 2u\(xlarge\), .\31 2u\$\(xlarge\) {
  width: 100%;
  clear: none;
  margin-left: 0;
}
