﻿body
{
    height:100%;
    width:480px;
    font-size: 22px;

    /* 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: #000;
    word-break: break-all;
    padding:0px;
    margin:0px;
}

/* Position the logo below the speech orb so it does not get covered when the user is in active listening */
img {
  margin:0px;
  padding: 0px;
}
.supportLink {
  margin-top:-6px;
  padding: 10px 15px;
  color: #000000;
  width:450px;
  background: #f1eeda;
  text-align: center;
}
