/* RESET */
    		#outlook a {
            padding: 0;
        }

        body {
            /*background-color: #cce9f6;*/
            background-color: #ffffff;
            width: 100% !important;
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
            margin: 0;
            min-width: 320px;
            padding: 0;
        }

        img {
            border: none;
            outline: none;
            text-decoration: none;
            -ms-interpolation-mode: bicubic;
        }

        a img {
            border: none;
        }

        table td {
            border-collapse: collapse;
        }

        table {
            border-collapse: collapse;
            mso-table-lspace: 0pt;
            mso-table-rspace: 0pt;
        }

        @media only screen and (max-width: 600px) {
        	div[class="android-fix"] {
        		display: none;
        	}
        }

        @media only screen and (max-width: 480px) {

            table[class="mobile-break"] {
                width: 100% !important;
            }

            table[class="mobile-break-center"] {
                width: 100% !important;
                text-align: center !important;
            }

            td[class="mobile-block"] {
                display: block !important;
                width: 100% !important;
            }

			td[class="mobile-block-neutral"] {
                display: block !important;
            }

            td[class="mobile-block-left"] {
            	display: block !important;
                width: 100% !important;
            	text-align: left !important;
            }

            td[class="mobile-block-border-bottom"] {
                border-bottom: 1px solid #cccccc !important;
                border-right: 0 !important;
                display: block !important;
                width: 100% !important;
            }

            td[class="mobile-no-border-horizontal"] {
                border-left: 0 !important;
                border-right: 0 !important;
            }

            td[class="mobile-kill"] {
                display: none !important;
            }

            *[class="mobile-kill"] {
                display: none !important;
            }

            table[class="mobile-kill"] {
                display: none !important;
            }

            td[class="mobile-inline"] {
                display: inline-block !important;
                padding-bottom: 10px !important;
            }

            table[class="mobile-break-left"] {
                width: 100% !important;
                text-align: left !important;
            }

            td[class="mobile-inline-social"] {
                display: inline-block !important;
                padding-bottom: 10px !important;
                text-align: left !important;
                width: 150px;
            }

            td[id="teaser"] img {
                width: 100%;
            }

            .mobile-link-head a {
                text-decoration: none !important;
                color: #ffffff;
                cursor: default;
                pointer-events: none;
            }

            .mobile-link-footer a {
                text-decoration: none !important;
                color: #4a4a4a;
                cursor: default;
                pointer-events: none;
            }
        }

        @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
            .mobile-link-head a {
                text-decoration: none !important;
                color: #ffffff;
                cursor: default;
                pointer-events: none;
            }

            .mobile-link-footer a {
                text-decoration: none !important;
                color: #4a4a4a;
                cursor: default;
                pointer-events: none;
            }
        }

        @media only screen and (-webkit-min-device-pixel-ratio: 2) {

        }

        @media only screen and (-webkit-device-pixel-ratio:.75) {

        }

        @media only screen and (-webkit-device-pixel-ratio:1) {

        }

        @media only screen and (-webkit-device-pixel-ratio:1.5) {

        }
