html, body, div, span, applet, object, iframe,
h1, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {line-height: 1;background-color: #333333;color: #FFFFFF;}
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;}


body {
	background-color: #333;
	font-family: 'Droid Sans', sans-serif;
}

pre{
	color: #C0C0C0;
	font-family: 'Inconsolata', monospace, sans-serif;
	max-width:1000px;
	margin: 10px auto;
}

.button{
    background-color: #2B91AF;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

.button.small{
    border-radius: 15px;
    float: right;
	margin: 22px 5px 0;
	padding: 6px 15px;
}

.button:hover{
    background-color: #1e1e1e;
}

.button > span{
    font-size:84%
}


.code-undefined{ color: #617A61;}
.code-string{ color: #FA8072;}
.code-function{ color: #FFA54F;}
.code-int{ color: #2B91AF;}
.code-comment { color: #7CCD60;}



