
img.ic  {position:relative;float:right;top:-4px;padding-left:10px;width:64px}  /* PowerShell icon */

.buA {padding-left:10px;text-indent:-10px}  /* bullet A */
.buA::before {display:inline-block;margin:0 4px 3px 1px;content:"";width:5px;height:5px;background-image:url(imgs/dot.png);background-size:5px 5px;opacity:.75}
.buB {padding-left:20px;text-indent:-10px;font-size:.85em}  /* sub-bullet B */
.buB::before {display:inline-block;margin:0 4px 3px 1px;content:"";width:5px;height:5px;background-image:url(imgs/dot-o.png);background-size:5px 5px;opacity:.6}
.btm {margin:14px 0 4px} /* big top margin */
.nbm {margin-bottom:0}   /* no bottom margin */
.sbm {margin-bottom:2px} /* smaller bottom margin */
.nbu {padding-left:10px} /* no bullet */
span.mo {font-family:monospace;white-space:pre-wrap}
p.PS  {position:relative;padding:10px;font-family:monospace;font-size:.85rem;color:#CCCCCC;background-color:#012456;border-radius:4px;box-shadow:1px 1px 4px RGBA(0,0,0,0.3)}
p.PS a {color:inherit}  /* hide the links */
p.PS a:hover {color:inherit;cursor:text;background-color:RGBA(0,0,0,0)}
p.PS.s  {margin-bottom:1px}   /* reduce spacing after a command before a returned result */
p.PS.r  {white-space:pre;overflow:auto}  /* returned result */
p.PS > span:nth-child(2) {position:relative;display:block;margin-left:30px;padding:0}
p.PS span.PSC {position:absolute}
p.PS span.PSC::after {content:"PS>"}
p.PS span span  {white-space:nowrap}  /* keep the leading "-" with the parameter */
p.PS span span.p  {color:#767676}  /* parameter           - dark grey     */
p.PS span span.v  {color:#16C60C}  /* variable            - lighter green */
p.PS span span.c  {color:#F9F1A5}  /* command             - yellow        */
p.PS span span.t  {color:#3A96DD}  /* text                - blue          */
p.PS span span.o  {color:#F2F2F2}  /* operator(.)property - white         */
