/*Stylesheet*/
body, html {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #ccc;
    background-color: #4aa4c2;
}

#content {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
}

span {
    font-style: italic;
}
