@charset "utf-8";
/* CSS Document */
/*
 *	custom CSS for Benton County friendly broken links module
 *
 *	Copyright © 2017 Benton County
 */
@media print
{
}

@media screen and (max-width:640px) 
{
	.hidemobile
	{
		display: none;
	}
}

@media screen and (max-width:960px) 
{
}

