#AppPageWelcome {
    width: 800px;
    max-width: 95%;
    max-height: 80%;
    background: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    text-align: center;
    display: flex;
    border-radius: 10px !important;
}

#AppPageWelcome .AppPageModalHeader {
    display: none;
}

#AppPageWelcome h1 {
    text-transform: uppercase;
    font-weight: bold;
    font-weight: 100;

}

#AppPageWelcome h1 span {
    font-size:180%;
    line-height:110%;
    font-weight: 700;
}

#AppPageWelcome h2 {
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}

#AppPageWelcome h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 0px;
}

#AppPageWelcome p {
    margin-top: 8px;
    margin-bottom: 8px;
}

#AppPageWelcome .list {
    margin-bottom: 5px;
}

#AppPageWelcome .mobile {
    display: none;
}

.platform_browser #AppPageWelcome .mobile {
    display: block;
}

#AppPageWelcome .button {
    text-transform: uppercase;
}

#AppPageWelcome .container {
    background: #FFFFFF;
    overflow: auto;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px;
}
#AppPageWelcome .download {
    height: 50px;
    margin: 10px;
}

#AppPageWelcome .button {
    margin-top: 0px;
    margin-bottom: 40px;
    font-weight: bold;
}

#AppPageWelcome_ModalBg {
    opacity: 0.2; 
}