.SimplePage.PageBackground{
    background-image: url("../../Game/image/bg-frame-content.jpg");
}

.SimplePage.PageBackground.Landing{
    background-image: url("image/bg-simplepage.jpg");
}

.SimplePage.PageBackground.Landing,
.SimplePage.PageBackground.Jatekmenet,
.SimplePage.PageBackground.Jatekszabalyzat{
    z-index: 2;
}

.SimplePage .Overlay{
    z-index: 0;
}

.SimplePage .Dialog{
    width: 70%;
    top: -13%;
}

.SimplePage .Dialog:not(.MiniGame) .Header{
    font-size: 0.7rem;
    font-weight: bold;
    text-transform: uppercase;
    background: rgba(56, 138, 203, 0.56);
    padding: 0.6rem 1rem;
    margin: 0.5rem 0 -1px;
    height: auto;
}

.SimplePage .Dialog .Middle{
    text-align: left;
    padding: 1rem;
    background: rgba(137,184,240,0.67);
    background: -moz-linear-gradient(top, rgba(137,184,240,0.67) 0%, rgba(42,60,135,0.67) 51%, rgba(137,184,240,0.67) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(137,184,240,0.67)), color-stop(51%, rgba(42,60,135,0.67)), color-stop(100%, rgba(137,184,240,0.67)));
    background: -webkit-linear-gradient(top, rgba(137,184,240,0.67) 0%, rgba(42,60,135,0.67) 51%, rgba(137,184,240,0.67) 100%);
    background: -o-linear-gradient(top, rgba(137,184,240,0.67) 0%, rgba(42,60,135,0.67) 51%, rgba(137,184,240,0.67) 100%);
    background: -ms-linear-gradient(top, rgba(137,184,240,0.67) 0%, rgba(42,60,135,0.67) 51%, rgba(137,184,240,0.67) 100%);
    background: linear-gradient(to bottom, rgba(137,184,240,0.67) 0%, rgba(42,60,135,0.67) 51%, rgba(137,184,240,0.67) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89b8f0', endColorstr='#89b8f0', GradientType=0 );
    background: rgba(110, 152, 202, 0.82);
}

.SimplePage .SimpleMenu a{
    margin: 0.4rem 0;
    font-size: 1rem;
    padding: 0 1rem;
    display: inline-block;
}

.SimplePage .SimpleMenu a:nth-child(2),
.SimplePage .SimpleMenu a:nth-child(3),
.SimplePage .SimpleMenu a:nth-child(5) {
    border-left: 2px solid #fff;
}

.SimplePage ul {
}

.SimplePage .Dialog .Description ul li{
    margin: 0 0 0.4rem 0.6rem;
    color: #fff;
    font-size: 0.73rem;
}
.SimplePage ul li:before{
    /*display: none;*/
}

.SimplePage .Dialog .Footer{
    background: rgba(56, 138, 203, 0.56);
}

.SimplePage .StartButtons{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.SimplePage .StartButtons a{
    position: absolute;
    content:'';
    width: 9.36rem;
    height: 3rem;
    top: 52%;
}

.SimplePage .StartButtons .Diak{
    left: 46%;
}

.SimplePage .StartButtons .Szulo{
    left: 60%;
}

.SimplePage .StartButtons .Pedagogus{
    left: 77.4%;
}