#welcomeSplashBackground
{
	position: relative;
	top: 0px;
	left: 0px;
}

#welcomeSplashClose
{
	display: block;
    position: absolute;
    top: 0;
    right: 0;
	margin: 20px 20px 0px 0px;
    width: 40px;
    height: 40px;
    border: 5px solid transparent;
    overflow: hidden;
    background-color: white;
    background-color: var(--main-body-color-background);
}

#welcomeSplashClose img
{
	width: 100%;
}

.welcomeSplashSpan
{
	padding: 10px 20px;
	font-size: 95%;
}

.welcomeSplashPadding
{
	padding-top: 0px;
}


#welcomeSplashLogo
{
	width: 165px;
    margin: 20px 0px 0px 20px;
}

#welcomeSplashLogo img
{
	width: 100%;
    height: auto;
}

#welcomeSplash h2
{
	padding: 10px 20px !important;
}

.customFontColor1
{
	padding: 10px 20px;
	font-size: 95%;
	color: #000000 !important;
	font-weight: 900;
}