/* browser reset */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}									

/* typography */
body,html{ width: 100%; height: 100%; }
body { font: 14px/22px "Arial", sans-serif; color: #999; }
h1,h2{ color: #666; font-weight: bold; }
h1 { font-size: 28px; line-height: 30px; }
h2 { font-size: 22px; }
h1,h2,p,ul { margin: 0 0 22px; }
img { border: 0; vertical-align: middle; }
em { font-style: italic; font-weight: bold; }
ul { list-style: inside square; }
a {  color: #444; text-decoration: none; }
a:hover {color: #999; }

/* classes */
body > .rollbar-content { width: 870px; left: 10; right: 10; margin: 0 auto; float: none!important; }
.center-wrapper { padding: 40px 60px 0px; border-left: 1px solid #eee; border-right: 1px solid #eee; }



/*  examples */
.example { height:400px; width:800px; margin-left:00px;}
.example .rollbar-path-horizontal { height: 3px; background: rgba(255,255,255,0.2); }
.example .rollbar-path-vertical { width: 3px; background: rgba(255,255,255,0.2); }
.example .rollbar-path-vertical, .example .rollbar-path-horizontal {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
} 

