#endroll
{
    width: 100%;
	height: 100%;
    display: none;
}

#endrollImage
{
	width: 100%;
	height: 100%;
}

#endrollTopMargin
{
    width: 40%;
    height: 100%;
    background: var(--margin-top-border-gradient);
}

#endrollBottomMargin
{
	width: 10%;
	height: 100%;
	left: 90%;
	background: var(--margin-bottom-border-gradient);
}

#endrollWindow
{
	width: 30%;
	height: 100%;
    left: 10%;
}

#endrollMessage
{
    width: 100%;
    height: 20%;
    left: 0%;
    top:40%;
    font-size: var(--text-font-size);
}

