html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/********* CLEARFIX *********/
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}

/******** DEMO STYLES ********/
.container {
	margin:0 auto;
	width:40%;
}

.btn {
	background-color: #000;
	color:#555;
	display:inline-block;
	padding:1px 10px;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 1px rgba(0,0,0,.35);
	-moz-box-shadow:0 1px rgba(0,0,0,.35);
	-webkit-box-shadow:0 1px rgba(0,0,0,.35);
}
	.btn:active {
		background-color: #f6f6f6;
	}
	.btn.go {
		background-color: #E66E0D;
		color:#FFFFCC;
		border-radius:5px;
		margin-top:37%;
		padding-top:3.5%;
		height:2.5em;
	}
		.btn.go:hover {
			background-color: #FFFFAA;
			color:#000;
			
		}

body {
	font: 16px/22px Verdana, Geneva, sans-serif;
}
p {
	margin-bottom:20px;
}

h2 {
	font:600 26px/32px Verdana, Geneva, sans-serif;
	margin-bottom:20px;
}
@media only screen and (max-width: 768px) {
body {
	line-height:1.4;
}
.btn {
	background-color: #000;
	color:#555;
	display:inline-block;
	padding:2px 10px;
	padding-top:3%;
	text-decoration:none;
	border-radius:5px;
	font-size:0.8em;
	margin-top:-3%;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 1px rgba(0,0,0,.35);
	-moz-box-shadow:0 1px rgba(0,0,0,.35);
	-webkit-box-shadow:0 1px rgba(0,0,0,.35);
}

	.btn.go {
		background-color: #E66E0D;
		color:#FFFFCC;
		border-radius:5px;
		margin-top:9%;
		padding-top:6%;
		height:2.5em;
		font-size:0.9em;
	}
		.btn.go:hover {
			background-color: #FFFFAA;
			color:#000;
			
		}
}