/*
Theme Name: PrEPWatch
Description: Root theme for PrEPWatch
Author: Surpise Highway
Author URI: https://surprisehighway.com/
Version: 1.0
*/

.show-needs-addressed .needs-addressed {
	position: relative;
}
.show-needs-addressed .needs-addressed:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255,127,0,0.5);
}

pre.display-result {
	background: #eee;
	color: #444;
	padding: 15px;
	border: 1px solid #888;
	font-size: 14px;
}