pre > code > ul {
	list-style: decimal;
	font-size: .9rem;
	line-height: 1.7;
    margin: 0;
    padding: 0;
    margin-left: 3rem;
    border-left: 2px solid hsl(212,28%,50%);
	word-wrap: break-word;
	white-space: pre-wrap;
}
pre >code > ul > li {
    padding-left: .5rem;
}
pre code ul li:nth-child(odd) {
   background-color: rgba(255,255,255,.1);
}
