/*
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.
*/
.news-table {
	width: 100%;
	vertical-align: top;
}

.news-row {
	text-align: center;
	vertical-align: top;
}

.news-column {
	width: 50%;
}

.news {
	padding-bottom: 5px;
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.news:hover {
	box-shadow: 10px 10px 10px rgba(0,0,0,.5);
}

.news p {
	padding: 0 15px;
}

.news img {
	width: 100%;
}

.news a, .news strong {
	font-size: large;
}