/* stylesheet for demo and examples */

@import url(http://fonts.googleapis.com/css?family=Lobster+Two:700italic,700);

body{
	background-color: #fff;
	color: #fff;
	font-size: 14px;
	font-family: "Verdana",Geneva,sans-serif;
	margin: 0;
	padding: 0;
	min-width: 480px;
}

a{
	color: inherit;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a:hover{
	text-decoration: none;
	color: #fff;
}

img{
	max-width: 100%;
	height: auto;
}

#examples{
	background-color: #fff;
	padding: 5px;
	margin: 10px 0;
	overflow: hidden;
}

#examples.light{
	background-color: #fff;
}

