            body {
                background-color: #000F26;
                font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, sans-serif;
                font-size: 15px;
                line-height: 26px;
                margin: 0;
                color: #000F26;
            }

            pre {
                background: #f4f4f4f4;
                padding: 2px;
            }

            table {
                width: 100%;
                border: 1px solid #ddd;
            }
            table td {
                border-color: #ddd;
                padding: 5px;
            }

            .wrap {
                background-color: #FFFFFF;
                padding: 30px;
                max-width: 525px;
                margin: 20px auto 0;
                border-radius: 5px;
            }

            .button, .button-outline, .button.button-outline {
                background: #29be53;
                border-radius: 3px;
                text-decoration: none !important;
                color: #fff !important;
                font-weight: bold;
                padding: 10px 30px;
                display: inline-block;
                border: none;
            }
            .button:hover, .button-outline:hover,.button.button-outline:hover {
                background: #29be53;
                border: none;
            }

            .footer, footer.container {
                text-align: center;
                font-size: 12px;
                color: #E5E9F0;

            }
            .footer a, .footer a:hover, footer.container a, footer.container a:hover {
                color: #E5E9F0;
                margin-right: 5px;
                text-decoration: underline;
            }

           .gutter {
                padding: 30px;
            }

            img {
                max-width: 100%;
                height: auto;
            }
            img.headerimg {
                width: 50%;
                text-align: center;
                display: block;
                margin: auto;
            }

            a {
                color: #000F26;
            }
                a:hover {
                    color: #000F26;
                }
            @media screen and (max-width: 600px) {
                .wrap {
                    max-width: auto;
                }
                .gutter {
                    padding: 10px;
                }
            }
