/* CSS Mini Reset */

html, body, div, form, fieldset, legend, label {
 margin: 0;
 padding: 0; 
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

th, td {
 text-align: left;
 vertical-align: top;
}

h1, h2, h3, h4, h5, h6, th, td, caption { font-weight:normal; }

img {
    border: 0;
}

figure {
    margin: 0;
}

/* Minimal */

html {
    font-size: 24px;
    line-height: 1.3;
    padding: 1em;
}

body {
    max-width: 32em;
    margin: 5em auto;
}

img {
    max-width: 100%;
}

h1 {
    text-align: center;
}

blockquote {
    font-style: italic;
}
