html, body, 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, 
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;
	font-size: 100%;
	
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

ul{margin:0; padding:0;}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link{text-decoration:none; color:#000;}
a:hover{text-decoration:none; color:#000}
a:active{text-decoration:none; color:#000;}
a:visited{text-decoration:none; color:#000;}

html,body {color:#000; font-size:0.95em; -webkit-font-smoothing:antialiased !important; height:100%;}

.container{width:80%;margin:auto;}

img{max-width:100%;}
	
body{font-family: 'Rambla', sans-serif;	}
	
#bg{position:fixed; z-index:-9999}

header{
	overflow:hidden;
	width:100%;
	margin:auto;
	background:rgba(255,255,255,0.8);
	}

.ask-a-question-view .form-field textarea.field{width:394px;}
	
input,textarea{border-radius:0; -webkit-border-radius:0; -moz-border-radius:0; -o-border-radius:0; -ms-border-radius:0;
border:1px solid #ccc; background:white; padding:4px; margin:2px 0;}

.highlight-button{background:#000 !important; color:white !important; border:0 !important; }
.highlight-button:hover{background:#1a1a1a !important; }