html, body, div, 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, 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: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    font-size: 100%;
    overflow-y: scroll;
    line-height: 1;
}

body {
    background-color: #fefefe;
    color: #222;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 36px 28px 60px;
    max-width: 600px;
}

h1 {
    color: #535353;
    font-size: 80px;
    font-weight: bold;
    font-family: 'Muli', Helvetica, Arial, sans-serif;
    line-height: 1.2;
}

p {
    font-family: 'Lora', Georgia, Times, 'Times New Roman', serif;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

form {
    display: inline-block;
    position: relative;
    margin-bottom: 1.5em;
}

form input[type='text'] {
    width: 340px;
    height: 45px;
    padding: 13px 15px 12px 15px;
    border: 1px solid #ccc;
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    float: left;
    outline: none;
    background: #fff;
    font-size: 18px
}

form input[type='submit'] {
    background: #27AE60;
    border: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    float: left;
    padding: 0 8px 2px 8px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-left:-1px;
    height: 45px;
    padding-top: 4px;
    padding-right: 14px;
    padding-left: 14px;
    text-transform: uppercase;
}

ul {
    margin-top: 1em;
}

ul li {
    list-style: none;
    position: relative;
    margin-bottom: 1em;
}
