body,table,td {
    margin: 0 0 0 0;
    font-family: Arial,Verdana,Tahoma, sans-serif;
    color: #000000;
    font-size: 12px;
}
pre {
    font-family: Arial,Verdana,Tahoma, sans-serif;
    font-size: 12px;
}

.container {
    width: 100%;
    border: 0;
    text-align:center;
    margin-left:0px;
}

.container > td {
    padding: 3px;
}

.video-reply-link {
    color: #b7b6b6;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none;
}

.video-reply-link > span {
    color: #b7b6b6;
}

.table-row {
    border: none;
    align-content: center;
}

.share-to {
    font-family:Arial, Helvetica, sans-serif; 
    font-size: 15px;
    font-weight:normal;
    color:#b7b6b6;
    position: relative;
    bottom: 4px;
}

.share-to-link {
    text-decoration:none;
    border:none;
}

.share-to-link > img {
    border: none;
    margin-top: 5px;
    width: 18px;
    height: 18px;
}

.hidden {
    display: none;
}

@media screen and (max-width: 600px), only screen and (max-device-width: 600px) {
    table[class="table"] {
        width: 93% !important;
    }

    table[class="emailBg"]{
        width:100% !important;
    }

    table[class="emailBody"]{
        width:100% !important;
        min-width:0 !important;
    }

    table[class="column_table"] {
        width:100% !important;
        text-align:center !important;
        padding:0 !important;
        margin:0 0 6px 0 !important;
    }

    table[class="column_table_no_text_align"] {
        width:100% !important;
        padding:0 !important;
        margin:0 0 6px 0 !important;
    }

    table[class="mediaRowTable"]{
        width:100% !important;
        padding:0 !important;
        margin:0 0 6px 0 !important;
        height: auto !important;
    }

    span[class="responsive_header_footer_font"]{
        font-size:15px !important;
    }

    a[class="responsive_header_footer_font"]{
        font-size:15px !important;
    }

    img[class="mediaImg"]{
        max-width:100% !important;
        height:auto !important;
    }

    div[class="mediaRowDiv"]{
        max-width:100% !important;
        height:auto !important;
        width: auto !important;
    }

}