﻿body, html {
    background-color: #ffffff;
}

.head {
    display: none; 
}

.message h3 {
    /*font-family: 'SF Pro Text';*/
    font-size: 22px;
    font-weight: bold;
    color: #191919;
    text-align: center;
    line-height: 26px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    padding-top: 1.5em;
}

.message {
    /*font-family: 'SF Pro Text';*/
    font-size: 18px;
    color: #191919;
    text-align: center;
    line-height: 21px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.oneapp_logo {
    text-align: center;
    margin: 2em auto;
}

.instruction a {
    display: none;
}

.content {
    background-color: #ffffff;
}
