﻿<style >
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    min-width: 100% !important;
    width: 100% !important;
    background: #ededed;
    font-family: 'Work Sans', Arial, sans-serif;
    -webkit-text-size-adjust: none;
}

a {
    color: #df4343;
    text-decoration: none;
}

p {
    padding: 0 !important;
    margin: 0 !important;
}

strong {
    font-weight: 500 !important;
}

img {
    -ms-interpolation-mode: bicubic;
    /* Allow smoother rendering of resized image in Internet Explorer */
}

/* Mobile styles */
@media only screen and (max-width:525px) {

    .mobile-br-15 {
        height: 15px !important;
    }

    .m-td,
    .m-td,
    .m-td {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        font-size: 0 !important;
        line-height: 0 !important;
        min-height: 0 !important;
    }

    .img-m-center {
        text-align: center !important;
    }

    .text-r-m-center,
    .text-white-top,
    .text-white-top {
        text-align: center !important;
    }

    .fluid-img img,
    .fluid-img img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .mobile-shell {
        width: 100% !important;
        min-width: 100% !important;
    }

    .center {
        margin: 0 auto;
    }

    .td {
        width: 100% !important;
        min-width: 100% !important;
    }

    .content-spacing {
        width: 15px !important;
    }
}

</style >
