.lost-widget {
	position: relative;
	min-height: 205px;
	max-width: 275px;
	margin: auto;
}
	.lost-widget img{
	}
	.lost-widget .details{
		text-align: left;
		position: relative;
		bottom: 0px;
		padding: 10px;
		font-size: 12px;
		background-color: #b2e8ec;
		width: 100%;
	}
	.custom_imagebox.brown .lost-widget .details { background-color: #f1eade; }
	.custom_imagebox.blue .lost-widget .details { background-color: #b2e8ec; }

		.lost-widget .details a{
			color: #00508c;
			font-weight: bold;

		}

		.lost-widget .details p{
			margin-bottom: 0px;
		}
			.lost-widget .details p a{
			    color: #23b2c2;
			}
			.lost-widget .details p a i{
			    font-size: 7px;
			}


.custom_imagebox { margin: 0 0 40px; }

.custom_imagebox.map .lost-widget { background-color: #2c4b6f; min-height: none; padding: 20px 2px 0px; min-height: auto; }
.custom_imagebox.map .lost-widget .details { background: transparent; padding: 7px 0 7px 15px; }
.custom_imagebox.map .lost-widget .lost-link { display: none; }
.custom_imagebox.map .lost-widget a { color: #FFF; }


@media only screen and (max-width: 64em){
	.custom_imagebox { margin: 0 10px 20px; }
}

@media only screen and (max-width: 40.063em){
	.custom_imagebox { margin: 0 0 20px; }
	.custom_imagebox.left { float: none !important; }
}



