
/*	
	======================================================================

	stylesheets/public/document.css

	======================================================================
	Linda Werner & Associates PHP Library Component
	Copyright 2017 Linda Werner & Associates
	======================================================================
*/


	html {

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	*, *:before, *:after {

		-webkit-box-sizing: inherit;
		-moz-box-sizing: inherit;
		box-sizing: inherit;
	}

	html, body {
	
		margin: 0;
		padding: 0;
		
		font-family: roboto, soleil, verdana, helvetica, sans-serif;

		font-size: 16px;
		line-height: 24px;
	}

	body {
	
		min-width: 400px;
	}
