﻿/* Copyright 2019, Sciamble Corp. All Rights Reserved. We will take legal action against those who copy our HTML content, CSS style sheets and JavaScript functions. */

body {
    background-color: whitesmoke;
}

p {
    margin: 15px;
    text-align: left;
}

.message-body {
    margin-left: 30px;
}

.message-layout {
    max-width: 66%;
    margin: auto;
    padding: 0px;
    font-family: "Segoe UI";
    margin-top: 20px;
    margin-bottom: 0em;
}

.message-box {
    background: white;
    border: solid;
    border-width: 1px;
    border-style: solid;
    border-color: lightgray;
    font-size: 15px;
    font-weight: normal;
}

    .message-box img {
        max-width: 100%;
        -moz-user-select: none;
        -webkit-user-select: none;
        user-select: none;
        pointer-events: none
    }

.message-socialmedia {
    text-align: center;
    margin-top: 15px;
}

    .message-socialmedia img {
        margin-left: 5px;
        margin-right: 5px;
    }
 