﻿.divSplashScreenContainer {
    top: 0;
    left: 0;
    background: rgba(224,224,224,0.65);
    position: absolute;
    z-index: 1003;
    width: 100%;
    height: 100%;
    overflow:hidden;
}

.splashTextContainer {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*-webkit-box-shadow: 0 0 20px #ffffff;
    -moz-box-shadow: 0 0 20px #ffffff;
    -o-box-shadow: 0 0 20px #ffffff;
    box-shadow: 0 0 20px #ffffff;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    overflow: hidden;
}

/*.splashTextContainerMobile {
    width: 95%;
    height: 95%;
    overflow: hidden;
}*/

.splashTextContainerWeb {
}

.splashTextContent {
 
}

.splashTextContentWeb {
   overflow:auto;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: large;
    
}

.splashTextContentMobile {
   
    padding-top: 2%;
    padding-left: 2%;
    padding-right: 2%;
    font-size: medium;
    overflow:auto;
}
