/*
Welcome to custom CSS for the WSU Spine Theme!

You may delete these comments and get started with your custom stylesheet.
Before doing so, please review the WSU web standards:

https://brand.wsu.edu/media/web/web-standards/

As a general rule of thumb, if your styles target aspects of the spine
(#spine), that's against standard, whereas if you're styling elsewhere on
the page, it's all good.
*/
ol > li:before {
	position: absolute;
	top: .6em;
	width: auto;
	right: 100%;
	text-align: center;
	color: #a31d36;
	padding-right: 4px !important;
	border-right: 1px solid #a31d36;
	content: counter(li-counter);
	counter-increment: li-counter;
	font-weight: 700;
	font-size: .95em;
	text-align: right;
	line-height: 1em;
}