.SimplePage.PageBackground{
    background-image: url("../../Portal/image/page-background.jpg");
}

.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){
    border-left: 2px solid #fff;
}

.SimplePage ul {
}

.SimplePage .Dialog .Description ul li{
    font-size:inherit;
    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);
}