/******* Do not edit this file *******
Woody ad snippets CSS and JS
Saved: Oct 13 2020 | 21:25:03 */
.rwi-disaster-displacement-widget {
	margin-top: 30px !important;
	padding: 15px 0;
	background-color: #fafafa;
	/* border: 1px solid #d4d4d4; */
	/* box-shadow: 0 1px 1px rgba(0,0,0,.075); */
	transform: scale(.95);
	/* position: fixed;
    z-index: 999999; */
	-webkit-box-shadow: 0 5px 40px 0 rgba(0,0,0,.1);
	box-shadow: 0 5px 40px 0 rgba(0,0,0,.1);
	position: absolute;
	max-width: 255px;
}

@media (max-width: 600px) {
	.rwi-disaster-displacement-widget {
		position: unset;
	    max-width: unset;
	    margin: -15px 30px 30px 30px !important;
	}	
}

.rwi-disaster-displacement-widget h2,
.rwi-disaster-displacement-widget h3,
.rwi-disaster-displacement-widget p {
	line-height: 1em;
    min-width: 100%;
    padding: 12.5px 25px;
	margin: 0;
}

.rwi-disaster-displacement-widget p a {
	color: #393939;
	display: block;
    text-decoration: none;
}

