﻿
body
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;

    /* These are the standard fallbacks that are design approved for the majority of the supported devices. */
    font-family:Segoe UI Regular,HelveticaNeue, Droid Sans, Arial, Sans-Serif;

    color:#ebebeb;
    background-color:#333333;
    word-break: break-all;
}

/* Position the logo below the speech orb so it does not get covered when the user is in active listening */


.Title
{ 
    font-family: Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica, Droid Sans, Arial, Sans-Serif;
    font-weight: 100;
    font-size:1.5em;
    margin-top:10px;
    margin-bottom:32px;
}
img {
    max-width: 100%;
    height: auto;
}