/*
    ElectronCSS 0.1
    Based on YUI 2.5.0
    
    Reset all browser HTML styling.
*/

html {
    color: black;
    background: #DEDEDE;
}

body,
div, p,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ul, ol, li,
table, th, td,
form, fieldset, legend, input, textarea,
blockquote, address, pre, code {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
    font: 100%;
}
td,
th {
    vertical-align: top;
}

fieldset,
img,
a img {
    border: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
}
blockquote,
q {
    quotes: "" "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

/* To preserve line-height and selector appearance */
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/* Enable resizing for IE */
.ie input,
.ie textarea,
.ie select {
    font-size: 100%;
}
