/* CONTENT ============================================================== */
body {
        background: #fff;
}

p, a:not(.button),
ul li {
        font-family: 'Roboto', sans-serif;
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #2a2a2a;
}

a:hover {
        color: #2a2a2a;
        text-decoration: underline;
}

a.button, button, input[type='submit'], textarea {
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
}

a.button {
        display: block;
        padding: 10px 20px;
        text-align: center;
        border-radius: 3px;
        width: 65%;
}

div#memorial-gift-additionalInfo {
       background: #f2f1eb;
}

