/*
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.
*/
.urbanova {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}

.urbanova iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#glue:before {
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-color: rgba(0,0,0,.1);
}

main {
	background-color: white;
	border-width: 1px;
	border-right-style: solid;
	border-color: rgba(0,0,0,.1);
	padding-bottom: 3em;
}

.tablepress thead th {
	background-color: #00a5bd;
	color: white;
}

.main-header {
	background-color: #981e32;
	height: 7em;
}