﻿body
{
    height:100%;
    font-size: 19px;

    /* 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:#000000;

    word-break: break-all;
}

/* Position the logo below the speech orb so it does not get covered when the user is in active listening */
.appLogo {
    margin-top: 80px;
	padding: 64px 28px 0px 64px;
}

.linkText {
    padding: 0px 0px 0px 64px;
}