.mixin {

border: 1px solid black;

} .mixout {

border-color: orange;

} .borders {

border-style: dashed;

} .mixin > * {

border: do not match me;

} namespace .borders {

border-style: dotted;

} namespace .biohazard {

content: "death";

} namespace .biohazard .man {

color: transparent;

} theme > .mixin {

background-color: grey;

} container {

color: black;
border: 1px solid black;
border-color: orange;
background-color: grey;

} header .milk {

color: white;
border: 1px solid black;
background-color: grey;

} header cookie {

border-style: dashed;

} header cookie .chips {

border-style: dotted;

} header cookie .chips .calories {

color: black;
border: 1px solid black;
border-color: orange;
background-color: grey;

} .secure-zone {

color: transparent;

} .direct {

border-style: dotted;

} .bo, .bar {

width: 100%;

} .bo {

border: 1px;

} .ar.bo.ca {

color: black;

} .jo.ki {

background: none;

} .amp.support {

color: orange;

} .amp.support .higher {

top: 0px;

} .amp.support.deeper {

height: auto;

} .extended {

width: 100%;
border: 1px;
background: none;
color: orange;
top: 0px;
height: auto;

} .extended .higher {

top: 0px;

} .extended.deeper {

height: auto;

} .do .re .mi .fa .sol .la .si {

color: cyan;

} .mutli-selector-parents {

color: cyan;

} .foo .bar {

width: 100%;

} .underParents {

color: red;

} .parent .underParents {

color: red;

}

} legend + h1 {

margin-top: 0;

} h1 + * {

margin-top: 10px;

}

} legend + h2 {

margin-top: 0;

} h2 + * {

margin-top: 8px;

}

} legend + h3 {

margin-top: 0;

} h3 + * {

margin-top: 5px;

} .error {

background-image: "/a.png";
background-position: center center;

} .test-rec .recursion {

color: black;

} .button {

padding-left: 44px;

} .button.large {

padding-left: 40em;

}