@charset  "UTF-8";

/*
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.

.tableBorder11 th {
	border: 1px solid;
	padding: .3em .6em .3em 0;
	vertical-align: middle;
	text-align: center;
}

.tableBorder11 td {
	border: 1px solid;
	padding: 2px;
	vertical-align: middle;
}

.tableMarginCenter {
	margin-left: 20%;
	margin-right: 20%;
}*/
a[href$='.pdf']:not(.not-autostyle):before {
	position: static !important;
}

a[href$='.pdf'] {
	display: inherit !important;
}

.nice-number>li:first-child.start-at-5 {
	counter-reset: nn_counter 4;
}

.nice-number>li:first-child.start-at-6 {
	counter-reset: nn_counter 5;
}

#wsuwp-main .main-header a {
	color: #fff !important;
}

body.home #content_area .btn {
	white-space: initial;
}

.intro {
	background-color: yellow;
}