:root
{
    /*--webcolor: #5A446C; --OLD PURPLE*/
    --webcolor: #FF5F1F;
    --hp: red;
    --energy: #3A6FFF;
    --experience: #2DC254;
    --gold: #FFB247;
}

body
{
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
}

html
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Roboto", sans-serif;
    /*background-image: linear-gradient(#F0F0F0 0%,#FFFFFF 100%);*/
    background: #FFF;
}

input,textarea,button,select
{
    font-family: "Roboto", sans-serif;
    background-color: transparent;
    font-weight: normal !important;
}

nav
{
    height: 100%;
    padding-top: 0px;
    padding-bottom:0px;
}

.clear{
    clear:both;
    margin: 0;
    padding: 0;
}

.xclose
{
    position: absolute;
    background: #FFF;
    color: #000;
    border-radius: 50%;
    top: -10px;
    right: -10px;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
}

.xclose:hover
{
    background: #F2F2F2;
}

.stdBtn{
    border: 1px solid var(--webcolor);
    background-color: var(--webcolor);
    color: #FFF;
    padding: 7px;
    font-size: 15px;
    cursor: pointer;
}

.previewImage
{
    display: none;
    position: absolute;
    width: 500px;
    height: 500px;
    margin: -100px 0px 0px -600px;
}

.b{font-weight: bold !important;}

div.overlay
{
    position:fixed;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#fireworks {
    color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    left: 0;
    top: 0;
    z-index: 50000;
}


a
{
    color: var(--webcolor);
    text-decoration: none;
}

a:hover
{
    font-weight: bold;
    text-decoration: underline;
}

.b{font-weight: bold;}
.u{text-decoration: underline;}
.i{font-style: italic;}
.xp{color: var(--experience);}
.hp{color: red;}

div.header
{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #000;
}

div.header img
{
    width: 40%;
}

div.menu
{
    width: 70%;
    margin: 0 auto 30px auto;
    padding: 15px 0;
}

    div.menu a{
        color: #000;
    }

    div.menu a.playnow
    {
        color: #FFF;
    }

    div.menu a:hover{
        font-weight: normal;
        text-decoration: none;
    }

    div.menu div.left
    {
        width: 45%;
        text-align: left;
        display: inline;
    }

    div.menu div.right
    {
        width: 45%;
        float: right;
        text-align: right;
        display: inline;
    }

    div.menu ul{
        list-style: none;
        margin: 0;
        width: 100%;
        display: inline;
    }

    div.menu li{
        list-style: none;
        margin: 0;
        padding: 10px 25px 10px 25px;
        display: inline;
        font-size: 21px;
        cursor: pointer;
    }

        div.menu li.play
        {
            border-radius: 10px;
            background-color: var(--webcolor);
            color: #FFF;
        }

div.container{
    margin: 0px auto;
    border-radius: 10px;
    background: #FFF;
    padding: 20px 40px;
}

    div.container h1
    {
        font-size: 32px;
        padding: 0;
        margin: 10px 0 40px 0;
        text-align: center;
        font-weight: 400;
    }

div.homebody{
    width: 70%;
    margin: 250px auto;
    padding: 5px;
    display: block;
}

    div.homebody div.left
    {
        width: 40%;
        padding: 0;
        text-align: left;
        display: inline-block;
    }

        div.homebody p.h1
        {
            font-size: 82px;
            font-family: "PT Sans Narrow", sans-serif;
            font-weight: 100;
            line-height: 95%;
            color: #404040;
            padding: 0;
            margin: 0;
        }

        div.homebody p.h2
        {
            font-size: 30px;
            font-family: "PT Sans Narrow", sans-serif;
            font-weight: 100;
            color: #707070;
            padding: 0;
            margin: 10px 0 0 40px;
        }

    div.homebody div.right
    {
        float: right;
        width: 50%;
        display: inline-block;
        text-align: center;
        padding: 0;
        margin: -200px 0 0 0;
    }

div.tqdetails
{
    width: 60%;
    padding: 20px;
    background: #FFF;
    border-radius: 15px;
    margin: 15px auto;
    border: 1px solid #DFE1E5;
}

div.aboutus
{
    width: 100%;
}

div.aboutus p.h1
{
    font-size: 64px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 100;
    line-height: 95%;
    color: #404040;
    padding: 0;
    margin: 0;
}

div.aboutus p.h2
{
    font-size: 30px;
    font-family: "PT Sans Narrow", sans-serif;
    font-weight: 100;
    color: #707070;
    padding: 0;
    margin: 10px 0 0 40px;
}

div.aboutus table
{
    width: 90%;
    margin: 0px auto;
    border: 0;
}

div.aboutus table tr td
{
    width: 50%;
    vertical-align: middle;
    text-align: center;
}

div.loginContainer
{
    width: 30%;
}

    div.loginContainer label
    {
        display: block;
        font-weight: lighter;
    }

    div.loginContainer p.forgot
    {
        text-align: right;
        font-size: 12px;
        font-color: var(--webcolor);
        margin: -20px 20px 25px 0;
    }

    div.loginContainer input[type=email],
    div.loginContainer input[type=text],
    div.loginContainer input[type=password],
    div.loginContainer select
    {
        width: 100%;
        padding: 15px;
        border: 0;
        border-bottom: 1px solid var(--webcolor);
        margin: 10px 0px 25px 0px;
        box-sizing: border-box;
    }

    div.loginContainer div.buttons
    {
        text-align: center;
        width: 100%;

    }

        div.loginContainer div.buttons input[type=submit]
        {
            width: 40%;
            padding: 15px;
            background-color: var(--webcolor);
            color: #FFF;
            border: 0;
            text-align: center;
            cursor: pointer;
        }

        div.loginContainer div.buttons input[type=button]
        {
            width: 40%;
            padding: 15px;
            color: #000;
            border: 1px solid var(--webcolor);
            text-align: center;
            cursor: pointer;
            background-color: transparent;
        }

    div.loginContainer p.terms
    {
        font-size: 12px;
        text-align: center;
        margin: 40px 0 20px 0;
    }

div.setupContainer
{
    width: 75%;
    text-align: center;
    margin: 30px auto 50px auto;
    display: block;
    font-size: 14px;
}

    div.setupContainer h1
    {
        margin-bottom: 5px;
    }

    div.setupContainer h2
    {
        margin-top: 50px;
    }

    div.setupContainer div.choices
    {
        margin: 100px 0 0 0;
        columns: 3;

    }

    div.setupContainer button
    {
        opacity: 50%;
        background-color: transparent;
        border: 0;
        cursor: pointer;
    }

        div.setupContainer button img
        {
            background-color: transparent;
            border: 0;
        }

    div.setupContainer button:hover
    {
        opacity: 100%;
    }

    div.setupContainer div.large_input
    {
        width: 70%;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }

    div.setupContainer div.large_input input[type=text],
    div.setupContainer div.large_input select
    {
        padding: 15px;
        font-size: 20px;
        text-align: center;
        width: 80%;
        margin: 0;
        box-sizing: border-box;
    }

    div.setupContainer input[type=submit]
    {
        width: 350px;
        padding: 25px;
        background-color: var(--webcolor);
        color: #FFF;
        border: 0;
        text-align: center;
        cursor: pointer;
        margin: 20px auto;
    }

    div.setupContainer p.info
    {
        font-size: 12px;
        font-style: italic;
    }

div.left{
    width: 49%;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
    text-align: left;
}

div.right{
    width: 49%;
    margin: 0;
    padding: 0;
    border: 0;
    float: right;
    text-align: right;
}


div.game
{
    display: flex;
    flex-flow: column;
    height: 100%;
    background: #f2f0ef;
}

    div.topBar
    {
        margin: 0;
        padding: 8px 0 0 8px;
        flex: 0 1 auto;
        background-color: #282A35;
    }

        div.topBarLeft
        {
            float: left;
            width: 45%;

        }

        div.topBarLeft img
        {
            width: 40%;
        }

        div.topBarRight
        {
            width: 45%;
            float: right;
            text-align: right;
            margin: 10px 20px 0 0;
        }

        div.topBarRight button{
            padding: 15px;
            background-color: var(--webcolor);
            color: #FFF;
            border: 0;
            text-align: center;
            cursor: pointer;
        }

    div.game div.content
    {
        display: flex;
        flex-flow: row;
        flex: 1 1 auto;
        overflow-y: auto;
    }

    div.game div.content div.menuLeft
    {
        margin: 0;
        padding: 20px 0 0 0;
        width: 3%;
        text-align: center;
        position: relative;
        /*border-right: 1px solid #DFE1E5;*/
        background-color: #282A35;
    }

        div.game div.content div.menuLeft div.menuItem
        {
            width: 60%;
            margin: 0 auto 0px auto;
        }

            div.game div.content div.menuLeft div.menuItem img
            {
                width: 100%;
                margin-top: 8px;
                cursor: pointer;
            }

    div.game div.content div.contentRight
    {
        width: 100%;
        margin: 0;
        padding: 0;
        max-height: 100%;
        display: flex;
        flex-flow: row;

    }

        div.game div.contentRight div.studentList
        {
            width: 20%;
            margin: 0;
            padding: 0;
            max-height: 100%;
            border-right: 1px solid #DFE1E5;
            flex-flow: column;
            overflow: hidden;
        }

        div.game div.contentRight div.studentList div.options
        {
            border-bottom: 1px solid #DFE1E5;
            flex: 0 1 auto;
            flex-flow: row;
            display: flex;
            padding: 5px;
        }

        div.game div.contentRight div.studentList div.options div.option
        {
            display: flex;
            flex: 0 1 auto;
            border-right: 1px solid #DFE1E5;
            padding: 5px;
            width: 50%;
            text-align: center;
        }

        div.game div.contentRight div.studentList span.absent
        {
            font-style: italic;
            font-size: 12px;
        }

            div.game div.contentRight div.studentList div.options div.option:hover
            {
                cursor: pointer;
            }

        div.game div.contentRight div.studentList div.options div.option:last-child
        {
            border: 0;
        }

        div.game div.contentRight div.studentList div.options div.option img
        {
            width: 50px;
            height: 50px;
            cursor: pointer;
            margin: 0 auto;
        }

        div.game div.contentRight div.studentList div.students
        {
            box-sizing: border-box;
            padding: 0;
            overflow-y: scroll;
            height: 100%;
            scrollbar-color: #DFE1E5;
        }

            div.game div.contentRight div.studentList div.students div.sortstudents
            {
                font-size: 12px;
                text-align: center;
                margin: 3px 0px;
            }

            div.game div.contentRight div.studentList div.createStudentDiv
            {
                margin: 15px auto 200px auto;
                width: 90%;
                text-align: center;
            }

            div.game div.contentRight div.studentList button.createStudentBtn
            {
                padding: 10px;
                border: 1px solid var(--webcolor);
                background-color: var(--webcolor);
                color: #FFF;
                font-size: 15px;
                cursor: pointer;
                margin: 0 auto 15px auto;
                display: block;
            }

            div.game div.contentRight div.studentList div.student
            {
                margin: 0 auto;
                box-sizing: border-box;
                padding: 10px 5px 5px 5px;
                width: 100%;
                border-bottom: 1px solid #DFE1E5;
            }

            div.game div.contentRight div.studentList div.student:hover
            {
                background-color: #D1D1D1;
                cursor: pointer;
                font-weight: bold;
            }

                div.game div.contentRight div.studentList div.student div.studentName
                {
                    color: #303030;
                    font-size: 15px;
                    margin: 0 0 0 0;
                    padding: 0 0 0 5px;
                    text-align: left;
                    font-weight: bold;
                }

                div.game div.contentRight div.studentStats{
                    font-size: 10px;
                    padding: 0 0 0 15px;
                }

                div.game div.contentRight div.studentStats span.studentStatsXP{
                    color: var(--experience);
                }
                div.game div.contentRight  div.studentStats span.studentStatsHP{
                    color: var(--hp);
                }
                div.game div.contentRight div.studentStats span.studentStatsMP{
                    color: var(--energy);
                }
                div.game div.contentRight div.studentStats span.studentStatsGP{
                    color: var(--gold);
                }

                div.progressBorder,
                div.progressBorderShared
                {
                    height: 30px;
                    border: 1px solid #202020;
                    margin: 0 0 5px 0;
                    padding: 0;
                    font-size: 10px;
                    text-align: center;
                    box-sizing: border-box;
                    position: relative;
                    border-radius: 10px;
                }

                div.progressBorder span,
                div.progressBorderShared span
                {
                    text-align: center;
                    width: 100%;
                    position: absolute;
                    display: block;
                    left: 0;
                    font-size: 15px;
                    padding-top: 5px;
                }

                div.progressBorderShared
                {
                    width: 44%;
                }

                div.progressBorder
                {
                    width: 90%;
                    margin: auto;
                }

                    div.progressBorderShared div.progressHP,
                    div.progressBorder div.progressHP
                    {
                        background-color: var(--hp);
                        border: 0;
                        padding: 0;
                        margin: 0;
                        height: 12px;
                        box-sizing: border-box;
                        border-radius: 10px;
                    }

                    div.progressBorderShared div.progressEnergy,
                    div.progressBorder div.progressEnergy
                    {
                        background-color: var(--energy);
                        border: 0;
                        padding: 0;
                        margin: 0;
                        height: 12px;
                        box-sizing: border-box;
                        border-radius: 10px;
                    }

                    div.progressBorderShared div.progressXP,
                    div.progressBorder div.progressXP
                    {
                        background-color: var(--experience);
                        border: 0;
                        padding: 0;
                        margin: 0;
                        height: 28px;
                        box-sizing: border-box;
                        border-radius: 10px;
                    }


        div.game div.content div.contentRight div.contentContent{
            background-image: url("/assets/img/bkg/1.png");
            background-size: cover;
            width: 100%;
            background-position: bottom center;
            margin: 0;
            padding: 0;
            height: 100%;
            display: flex;
            flex-flow: column;
        }

            div.game div.content div.contentRight div.contentContent table.changeCharacterItem button
            {
                border: 1px solid var(--webcolor);
                background-color: var(--webcolor);
                color: #FFF;
                padding: 7px;
                font-size: 15px;
                cursor: pointer;
            }

            div.game div.content div.contentRight div.contentContent table.changeCharacterItem button.buybtn
            {
                background-color: var(--webcolor);
            }

            div.game div.content div.contentRight div.contentContent div.characterDisplay
            {
                position: fixed;
                left: 60%;
                bottom: 50px;
            }

            div.game div.content div.contentRight div.characterPopup {
                display: none;
                position: fixed;
                z-index: 10000;
                border: 0;
                border-radius: 25px;
                background: #FFF;
                left: 20%;
                top: 20%;
                width: 60%;
                height: 450px;
                margin: 0;
                padding: 0;
                /*overflow: hidden;*/
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupLeft
            {
                width: 30% !important;
                margin: 0;
                padding: 0;
                height: 100% !important;
                float: left;
                background-position: center center;
                position: absolute;
                border-radius: 25px 0 0 25px;

            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupLeftXP
            {
                background-image: url("/assets/img/xpup.png");
            }
            div.game div.content div.contentRight div.characterPopup div.characterPopupLeftDaily
            {
                background-image: url("/assets/img/dailyeventside.png");
            }
            div.game div.content div.contentRight div.characterPopup div.characterPopupLeftUseSpell
            {
                background-image: url("/assets/img/spells.png");
            }
            div.game div.content div.contentRight div.characterPopup div.characterPopupLeftHP
            {
                background-image: url("/assets/img/hpattack.png");
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupLeftLevelUp
            {
                background-image: url("/assets/img/levelup.png");
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupLeftConsequences
            {
                background-image: url("/assets/img/consequences.png");
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupLeftCreateSpell
            {
                background-image: url("/assets/img/createspell.png");
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupLeftAura
            {
                background-image: url("/assets/img/aura.png");
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupLeftAttackStudent
            {
                background-image: url("/assets/img/defend.png");
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupLeftStudentFallen
            {
                background-image: url("/assets/img/fallen.png");
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupLeftGold
            {
                background-image: url("/assets/img/treasure.png");
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupLeftStats
            {
                background-image: url("/assets/img/editStats.png");
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupLeftCreateTeam
            {
                background-image: url("/assets/img/createteam.png");
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupLeftMassReward
            {
                background-image: url("/assets/img/massreward.png");
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight
            {
                width: 70%;
                margin: 0;
                padding: 0;
                float: right;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightCreateSpell table
            {
                width: 80%;
                margin: 0px auto;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightDaily p
            {
                text-align: center;
                font-size: 22px;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightDaily p button
            {
                border: 1px solid var(--webcolor);
                background-color: var(--webcolor);
                color: #FFF;
                padding: 15px 20px;
                font-size: 20px;
                cursor: pointer;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightDaily div.daily
            {
                font-family: "Exo 2", sans-serif;
                width: 100%;
                text-align: center;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightDaily div.daily hr
            {
                width: 80%;
            }


            div.game div.content div.contentRight div.characterPopup div.characterPopupRightDaily div.daily h2
            {
                font-size: 38px;
                text-align: center;
                margin: 15px auto;
                padding: 0;
                width: 80%;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightDaily div.daily h3
            {
                font-size: 30px;
                text-align: center;
                margin: 15px auto;
                padding: 0;
                font-weight: normal;
                font-style: italic;
                width: 80%;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightDaily div.daily h4
            {
                width: 80%;
                font-size: 26px;
                text-align: center;
                margin: 15px auto;
                padding: 0;
                font-weight: normal;
                font-style: normal;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightViewTeam div.teamStudentList
            {
                columns: 50% 2;
                margin: 0px auto;
                display: flex;
                flex-wrap: wrap;
                text-align: left;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightViewTeam h1
            {
                text-align: center;
                font-weight: lighter;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightViewTeam h2
            {
                text-align: left;
                font-size: 16px;
                font-weight: bold;
                margin: 0;
                padding: 0;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightViewTeam h3
            {
                text-align: left;
                font-size: 12px;
                font-weight: normal;
                margin: 0 0 0 10px;
                padding: 0;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightViewTeam h4
            {
                text-align: center;
                font-size: 15px;
                font-weight: normal;
                margin: -15px 0 0 0px;
                padding: 0;
            }

            div.game div.content div.rewardTable{
                text-align: center;
                width: 70%;
                margin: 0px auto;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightViewTeam div.teamStudentList div.student
            {
                width: 40%;
                display: inline-block;
                border-radius: 5px;
                padding: 5px 5px 5px 75px;
                border: 1px solid #000;
                min-height: 80px;
                margin: 10px auto;
                background-size: 75px;
                background-repeat: no-repeat;
                background-position: left;
                text-align: left;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightViewTeam div.teamStudentList div.student:hover
            {
                background-color: #2CA5E0;
                color: #FFF;
                cursor: pointer;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight table.editStats
            {
                width: 90%;
                border: none;
                margin: 10px auto;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight table.editStats tr td:first-child
            {
                width: 20%;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight table.editStats tr td:last-child
            {
                width: 70%;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight table.editStats tr td input,
            div.game div.content div.contentRight div.characterPopup div.characterPopupRight table.editStats tr td select,
            div.game div.content div.contentRight div.characterPopup div.characterPopupRight table.editStats tr td textarea
            {
                width: 50%;
                border: 1px solid var(--webcolor);
                padding: 7px;
                font-size: 15px;
                border-radius: 5px;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight table.editStats tr td button
            {
                border: 1px solid var(--webcolor);
                background-color: var(--webcolor);
                color: #FFF;
                padding: 7px 14px;
                font-size: 15px;
                cursor: pointer;
                margin-top: 10px;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight table.editStats tr td input.inputboxSmall
            {
                width: 20%;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightGold h1
            {
                margin: 10px auto;
                text-align: center;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightGold table
            {
                width: 85%;
                margin: 10px auto;
                text-align: center;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightGold table td
            {
                padding: 10px;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightGold table td button
            {
                border: 1px solid var(--webcolor);
                background-color: var(--webcolor);
                color: #FFF;
                padding: 7px;
                font-size: 15px;
                cursor: pointer;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightGold table td input[type=text]
            {
                width: 50px;
                border: 1px solid var(--webcolor);
                padding: 7px;
                font-size: 15px;
                border-radius: 5px;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightGold table td #goldDescription
            {
                width: 100%;
                border: 1px solid var(--webcolor);
                padding: 7px;
                font-size: 15px;
                border-radius: 5px;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightGold table td#goldError
            {
                color: red;
                font-weight: bold;
                text-align: center;
            }

            div.scrollArea
            {
                overflow-y: auto;
                overflow-x: hidden;
                width: 99%;
                height: 275px;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight div.bannerHeader
            {
                margin: 0;
                background-color: #2CA5E0; /*var(--experience);*/
                color: #FFF;
                font-size: 22px;
                text-align: center;
                width: 100%;
                border-radius: 0 24px 0 0;
                padding: 10px;
                box-sizing: border-box;
                overflow: visible;
                position: relative;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRightLevelUp{
                text-align: center;
            }

                div.game div.content div.contentRight div.characterPopup div.characterPopupRightLevelUp h1
                {
                    text-align: center;
                    font-size: 40px;
                    font-weight: normal;
                    margin: 10px auto 0 auto;
                    padding: 0;
                    font-family: "Roboto", sans-serif;
                }

                div.game div.content div.contentRight div.characterPopup div.characterPopupRightLevelUp h2
                {
                    text-align: center;
                    font-size: 26px;
                    font-weight: lighter;
                    margin: 5px auto 0 auto;
                    padding: 0;
                    font-family: "Roboto", sans-serif;
                }

                div.game div.content div.contentRight div.characterPopup div.characterPopupRightLevelUp h3
                {
                    text-align: center;
                    font-size: 16px;
                    font-weight: lighter;
                    margin: 0px auto 0 auto;
                    padding: 0;
                    font-family: "Roboto", sans-serif;
                }

                div.game div.content div.contentRight div.characterPopup div.characterPopupRightLevelUp h4
                {
                    text-align: center;
                    font-size: 26px;
                    font-weight: normal;
                    margin: 15px auto 0 auto;
                    padding: 0;
                    font-family: "Roboto", sans-serif;
                }

                div.game div.content div.contentRight div.characterPopup div.characterPopupRightLevelUp ul
                {
                    text-align: center;
                    margin: 0px auto;
                }

                div.game div.content div.contentRight div.characterPopup div.characterPopupRightLevelUp ul li
                {
                    text-align: center;
                    margin: 0px auto;
                    list-style-type: none;
                    font-size: 20px;
                }


            div.game div.content div.contentRight div.characterPopup div.characterPopupRight div.underAttackDesc
            {
                text-align: center;
                font-size: 26px;
                font-weight: bold;
                font-style: italic;
                width: 90%;
                margin: 5px auto;
            }

                div.game div.content div.contentRight div.characterPopup div.characterPopupRight div.underAttackDesc button
                {
                    border: 1px solid var(--webcolor);
                    background-color: var(--webcolor);
                    color: #FFF;
                    padding: 7px;
                    font-size: 15px;
                    cursor: pointer;
                }

            div.game div.content div.contentRight div.characterPopup table.consequenceTable
            {
                width: 98%;
                margin: 0px auto;
                border: none;
            }

            div.game div.content div.contentRight div.characterPopup table.consequenceTable td{
                padding: 10px;
            }

            div.game div.content div.contentRight div.characterPopup table.consequenceTable td p.consequenceDescription
            {
                font-size: 28px;
                margin: 0px;
            }

            div.game div.content div.contentRight div.characterPopup table.consequenceTable td p.consequenceExpiry
            {
                font-size: 18px;
                font-style: italic;
                margin: 0;
            }

            div.game div.content div.contentRight div.characterPopup table.consequenceTable td input[type=button]
            {
                border: 1px solid var(--webcolor);
                background-color: var(--webcolor);
                color: #FFF;
                padding: 7px;
                font-size: 15px;
                cursor: pointer;
            }



            div.game div.content div.contentRight div.characterPopup div.characterPopupRight table.defendBox
            {
                border: 1px solid #A1A1A1;
                margin: 25px auto 5px auto;
                width: auto;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight table.defendBox tr td
            {
                vertical-align: middle;
                text-align: center;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight table.defendBox tr td img
            {
                width: 64px;
                height: 64px;
                text-align: center;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight table.defendBox tr td h1
            {
                font-size: 18px;
                font-weight: bolder;
                margin: -10px 0px;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight table.defendBox tr td h2
            {
                color: #2CA5E0;
                font-size: 12px;
                margin: 2px 0px;
                font-weight: normal;
            }
            div.game div.content div.contentRight div.characterPopup div.characterPopupRight table.defendBox tr td h3
            {
                color: #2CA5E0;
                font-size: 14px;
                font-style: italic;
                margin: 4px 0px;
                font-weight: normal;
                color: #000;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight table.defendBox tr td button
            {
                border: 1px solid var(--webcolor);
                background-color: var(--webcolor);
                color: #FFF;
                padding: 7px;
                font-size: 15px;
                cursor: pointer;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight div.consequenceDescriptionDelete
            {
                width: 7%;
                display: inline-block;
                font-size: 20px;
                color: #707070;
                padding: 10px 15px;
                box-sizing: border-box;
                position: relative;
                cursor: pointer;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight div.consequenceDescription
            {
                width: 88%;
                display: inline-block;
                font-size: 20px;
                color: #707070;
                padding: 10px 15px;
                box-sizing: border-box;
                position: relative;
                cursor: pointer;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight div.consequenceDescription:hover
            {
                background-color: #2CA5E0;
                color: #FFF;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight div.experienceSelection
            {
                width: 95%;
                height: 70px;

            }

            div.experienceSelectionNoCustom:hover
            {
                background-color: #F0F0F0;
                cursor: pointer;

            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight div.experienceSelection div.experienceSelectionDelete
            {
                width: 6%;
                float: left;
                display: inline;
                font-size: 22px;
                color: #707070;
                padding: 20px 15px;
                box-sizing: border-box;
                position: relative;
            }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight div.experienceSelection div.experienceSelectionDescription
            {
                width: 67%;
                float: left;
                display: inline;
                font-size: 22px;
                color: #707070;
                padding: 20px 15px;
                box-sizing: border-box;
                position: relative;
            }

                div.game div.content div.contentRight div.characterPopup div.characterPopupRight div.experienceSelection div.experienceSelectionDescription input
                {
                    width: 70%;
                    padding: 10px;
                    border: 1px solid var(--webcolor);
                    font-size: 22px;
                    color: #707070;
                    border-radius: 5px;
                }

                div.game div.content div.contentRight div.characterPopup div.characterPopupRight div.experienceSelection div.experienceSelectionExperience button
                {
                    /*width: 60%;*/
                    border: 1px solid var(--webcolor);
                    background-color: var(--webcolor);
                    color: #FFF;
                    padding: 10px;
                    font-size: 22px;
                    cursor: pointer;
                }

                .divactive
                {
                    background-color: #2CA5E0;
                }

            div.game div.content div.contentRight div.characterPopup div.characterPopupRight div.experienceSelection div.experienceSelectionExperience
            {
                width: 23%;
                float: right;
                display: inline;
                padding: 20px 15px;
                box-sizing: border-box;
                color: #707070;
                font-size: 22px;
                position: relative;
            }

        div.game div.content div.contentRight div.contentContent div.alertWindow
        {
            display: none;
            position: absolute;
            z-index: 10000;
            border: 0;
            border-radius: 25px;
            background: #FFF;
            left: 35%;
            top: 20%;
            width: 40%;
            min-height: 400px;
            margin: 0;
            padding: 0;
            background: url("/assets/img/spell.png") center center;
            text-align: center;
        }

        div.game div.content div.contentRight div.contentContent div.alertWindow p
        {
            font-size: 32px;
            text-align: center;
            width: 95%;
            margin: 90px auto;
        }

        div.game div.content div.contentRight div.contentContent div.alertWindow a{
            font-weight: bold;
            cursor: pointer;
        }

        div.game div.content div.contentRight div.contentContent div.characterLevelUp
        {
            display: none;
            position: absolute;
            z-index: 10000;
            border: 0;
            border-radius: 25px;
            background: #FFF;
            left: 30%;
            top: 15%;
            width: 40%;
            min-height: 400px;
            margin: 0;
            padding: 0;
            background: url("/assets/img/levelup.png") center top;
            text-align: center;
        }

            div.game div.content div.contentRight div.contentContent div.characterLevelUp h1
            {
                font-family: "Roboto", sans-serif;
                font-size: 42px;
                font-weight: 500;
                text-align: center;
                color: #000;
                text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
                margin: 15px auto 10px auto;
            }

            div.game div.content div.contentRight div.contentContent div.characterLevelUp h2
            {
                font-family: "Roboto", sans-serif;
                font-size: 32px;
                font-weight: 400;
                text-align: center;
                color: #000;
                text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
                margin: 0 auto 10px auto;
            }

            div.game div.content div.contentRight div.contentContent div.characterLevelUp h3
            {
                font-family: "Roboto", sans-serif;
                font-size: 24px;
                font-weight: 400;
                text-align: center;
                color: #000;
                text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
                margin: 0 auto 10px auto;
            }

            div.game div.content div.contentRight div.contentContent div.characterLevelUp ul
            {
                list-style: none;
                margin: 15px auto;
                padding: 0;
                display: inline-block;
                text-align: center;
                width: 100%;
            }

            div.game div.content div.contentRight div.contentContent div.characterLevelUp li
            {
                list-style: none;
                width: 45%;
                margin: 0;
                padding: 0;
                display: inline-block;
                text-align: center;
                padding: 10px 0 10px 0;
                font-size: 36px;
                text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
            }

        div.game div.content div.changeClass
        {
            width: 70%;
            height: 100%;
            display: none;
            text-align: center;
        }

        div.game div.content div.changeClass h1
        {
            font-family: "Roboto", sans-serif;
            font-size: 42px;
            font-weight: lighter;
        }

        div.classroomContainer
        {
            width: 50%;
            border-radius: 25px;
            margin: 20px auto;
            cursor: pointer;
            font-weight: bold;
        }

        div.classroomContainer div.classroomContainerTop
        {
            background-color: #2CA5E0;
            color: #FFF;
            font-size: 18px;
            text-align: center;
            padding: 20px;
            border-top-left-radius: 25px;
            border-top-right-radius: 25px;
        }

        div.classroomContainer div.classroomContainerBottom
        {
            padding: 10px 20px 50px 20px;
            background-position: center;
            border-bottom-left-radius: 25px;
            border-bottom-right-radius: 25px;
            color: #000;
        }

        div.classroom_list
        {
            width: 80%;
            text-align: center;
            margin: 0px auto;
        }

        div.classroom_list div.classroom_details
        {
            border: 1px solid #000;
            border-radius: 10px;
            display: block;
            font-size: 18px;
            margin: 15px auto;
            width: 50%;
            padding: 30px;
        }

        div.classroom_list div.classroom_details:hover
        {
            cursor: pointer;
        }

        div.game div.content div.changeClass div.createClassroom{
            width: 70%;
            margin: 0px auto;
            background: #FFF;
            border: 1px solid #DFE1E5;
            border-radius: 25px;
        }

        div.game div.content div.changeClass div.createClassroom table
        {
            border: 0;
            margin: 0px auto;
            width: 80%;
        }

        div.game div.content div.changeClass div.createClassroom table th
        {
            font-family: "Roboto", sans-serif;
            font-size: 36px;
            font-weight: lighter;
            text-align: center;
            padding: 10px;
        }

        div.game div.content div.changeClass div.createClassroom table td
        {
            width: 50%;
            padding: 7px;
        }

        div.game div.content div.changeClass div.createClassroom table td input[type=text]
        {
            border: 1px solid var(--webcolor);
            background: #FFF;
            color: #000;
            padding: 7px;
            font-size: 15px;
            border-radius: 5px;
            width: 70%;
            text-align: center;
        }

        div.game div.content div.changeClass div.createClassroom table th button
        {
            border: 1px solid var(--webcolor);
            background-color: var(--webcolor);
            color: #FFF;
            padding: 7px;
            font-size: 15px;
            cursor: pointer;
            width: 70%;
            text-align: center;
        }

        div.game div.content div.randomizer
        {
            width: 100%;
            height: 100%;
            display: none;
            text-align: center;
        }

        div.game div.content div.randomizer h1.teamName
        {
            color: #303030;
            font-size: 32px;
            font-weight: normal;
            margin: 10px 0;
            text-align: center;
        }

        div.game div.content div.randomizer div.characterCard
        {
            width: 100%;
            border-radius: 10px;
            padding: 10px;
        }

        div.game div.content div.randomizer div.characterCard table
        {
            width: 100%;
        }

        div.game div.content div.randomizer div.characterCard table tr td img
        {
            width: 95%;
        }

        div.game div.content div.randomizer button
        {
            border: 1px solid var(--webcolor);
            background-color: var(--webcolor);
            color: #FFF;
            padding: 12px 40px;
            font-size: 15px;
            cursor: pointer;
            font-size: 20px;
        }

        div.game div.content div.randomizer table.randomizer
        {
            margin: 20px auto;
            width: 90%;
        }

        div.game div.content div.randomizer table.randomizer tr td.img
        {
            width: 40%;
            vertical-align: center;
            text-align: center;
        }

        div.game div.content div.randomizer table.randomizer tr td.img img
        {
            width: 95%;

        }

        div.game div.content div.randomizer table.randomizer tr td.txt
        {
            width: 60%;
            text-align: center;
            vertical-align: top;
        }

        div.game div.content div.randomizer table.randomchoice
        {
            width: 100%;
        }

        div.game div.content div.randomizer table.randomchoice tr td
        {
            width: 50%;
        }

        div.game div.content div.randomizer table.randomchoice tr td img{
            width: 90%;
        }

        div.game div.content div.randomizer table.randomchoice tr td.randomMsg
        {
            padding-top: 20px;
            font-size: 22px;
        }

        div.game div.content div.randomizer h1
        {
            font-size: 50px;
            font-weight: bold;

        }


            div.game div.content div.studentAudit
            {
                width: 35%;
                background: #FFF;
                height: 100%;
                display: flex;
                flex-flow: column;
                display: none;
                text-align: center;
                border-left: 1px solid #A1A1A1;
                overflow-y: scroll;
            }

                div.game div.content div.studentAudit .alternate
                {
                    background: #DDDDDD;
                }

                div.game div.content div.studentAudit h1
                {
                    font-size: 22px;
                    font-weight: bold;
                    margin: 10px auto 0 auto;
                    padding: 0 0 10px 0;
                    border-bottom: 1px solid #A1A1A1;
                }

                div.game div.content div.studentAudit div.audit_event
                {
                    border-bottom: 1px solid #A1A1A1;
                    font-size: 14px;
                    padding: 5px;
                }
                div.game div.content div.studentAudit div.audit_time
                {
                    font-size: 10px;
                    font-style: italic;
                }


        div.game div.content div.studentDetails
        {
            width: 30%;
            height: 100%;
            display: flex;
            flex-flow: column;
            display: none;
            text-align: center;
        }

            div.studentDetailsGlow
            {
                box-shadow:
                        inset 5px 5px 120px rgba(255, 0, 0, .5),
                        inset -5px -5px 120px rgba(255, 0, 0, .5);
                animation: pulse 1s 2;
            }

            div.studentDetailsGlowSmall
            {
                box-shadow:
                        inset 5px 5px 5px rgba(255, 0, 0, .2),
                        inset -5px -5px 5px rgba(255, 0, 0, .2);
            }

            div.studentDetailsGlowBlueSmall
            {
                box-shadow:
                        inset 5px 5px 5px rgba(81, 104, 255, 0.2),
                        inset -5px -5px 5px rgba(81, 104, 255, 0.2);
            }

            div.studentDetailsGlowBlue
            {
                box-shadow:
                        inset 5px 5px 120px #5168FF,
                        inset -5px -5px 120px #5168FF;
                animation: pulseBlue 1s 2;
            }

            @keyframes pulse
            {
                0% {
                    box-shadow:
                            inset 5px 5px 120px rgba(255, 0, 0, .5),
                            inset -5px -5px 120px rgba(255, 0, 0, .5);
                }

                70% {
                    box-shadow:
                            inset 5px 5px 120px rgba(255, 0, 0, .3),
                            inset -5px -5px 120px rgba(255, 0, 0, .3);
                }

                100% {
                    box-shadow:
                            inset 5px 5px 120px #FFF,
                            inset -5px -5px 120px #FFF;
                }
            }

            @keyframes pulseBlue
            {
                0% {
                    box-shadow:
                            inset 5px 5px 120px #5168FF,
                            inset -5px -5px 120px #5168FF;
                }

                70% {
                    box-shadow:
                            inset 5px 5px 120px #9BA8FF,
                            inset -5px -5px 120px #9BA8FF;
                }

                100% {
                    box-shadow:
                            inset 5px 5px 120px #FFF,
                            inset -5px -5px 120px #FFF;
                }
            }

            input.consequenceButton
            {
                border-radius: 10px;
                box-shadow: 1px 1px 1px #000;
                background-color: #5a0404;
                color: #FFF;
                font-weight: bold;
                margin: 15px auto;
                padding: 15px;
                letter-spacing: 2px;
                font-size: 18px;
                cursor: pointer;
            }

            input.auraButton
            {
                border-radius: 10px;
                box-shadow: 1px 1px 1px #000;
                background-color: #5168FF;
                color: #FFF;
                font-weight: bold;
                margin: 15px auto;
                padding: 15px;
                letter-spacing: 2px;
                font-size: 18px;
                cursor: pointer;
            }

            input.consequenceButton:hover
            {
                box-shadow:
                        inset 5px 5px 12px #E82327,
                        inset -5px -5px 12px #E82327;
            }

            div.game div.content div.studentDetails img:hover
            {
                cursor: pointer;
            }

            div.game div.content div.studentDetails h1
            {
                font-size: 24px;
                font-weight: 300;
            }

            /*
            div.game div.content div.studentDetails div.teamPanel
            {
                width: 100%;
                height: 80px;
                color: #000;
                font-size: 25px;
                text-shadow: -1px 0 #FFFFFF, 0 1px #FFFFFF, 1px 0 #FFFFFF, 0 -1px #FFFFFF;
                padding-top: 20px;
                box-sizing: border-box;
            }
            */

            div.game div.content div.studentDetails p.teamSection
            {
                font-size: 14px;
            }

            div.game div.content div.studentDetails p.absent
            {
                font-size: 20px;
                font-weight: bold;
                color: #5a0404;
            }

            div.game div.content div.studentDetails p.teamSection span.teamName
            {
                font-weight: bold;
            }


            div.game div.content div.studentDetails table,
            div.game div.content div.rewardTable table
            {
                width: 95%;
                margin: 15px auto;
                border: 0;
            }

            div.game div.content div.studentDetails table tr,
            div.game div.content div.rewardTable table tr
            {
                border: 0;
            }

            div.game div.content div.studentDetails table td
            {
                border: 0;
                width: 33%;
            }

            div.game div.content div.rewardTable table td
            {
                width: 25%;
                border: 0;
            }

            div.game div.content div.rewardTable table td input[type=text]
            {
                width: 50%;
                border: 1px solid var(--webcolor);
                padding: 7px;
                font-size: 15px;
                border-radius: 5px;
                text-align: center;
            }

            div.game div.content div.studentDetails table
            {
                width: 100%;
            }

            div.game div.content div.studentDetails table td img,
            div.game div.content div.rewardTable table td img
            {
                width: 64px;
                height: 64px;
            }

            div.game div.content div.studentDetails table td img.xpAdd {
                width: 30px;
                height: 30px;
                margin-top: 5px;
                cursor: pointer;
            }

            div.game div.content div.characterPopup div.characterPopupRightMassReward div.rewardScrollArea button
            {
                padding: 10px;
                border: 1px solid var(--webcolor);
                background-color: var(--webcolor);
                color: #FFF;
                font-size: 15px;
                cursor: pointer;
                margin: 0 auto 15px auto;
                display: block;
            }

        div.game div.content div.contentRight div.contentContent div.fallenCharacter
        {
            display: none;
            position: absolute;
            z-index: 10000;
            border: 0;
            border-radius: 25px;
            background: #FFF;
            left: 30%;
            top: 20%;
            width: 40%;
            min-height: 400px;
            margin: 0;
            padding: 0;
            background: url("/assets/img/fallen2.png") center top;
            text-align: center;
        }

            div.game div.content div.contentRight div.contentContent div.fallenCharacter p
            {
                font-size: 18px;
                width: 90%;
                text-align: center;
                margin: 15px auto;
            }

            div.game div.content div.contentRight div.contentContent div.fallenCharacter h1
            {
                font-size: 32px;
                margin-bottom: 80px;
            }

            div.game div.content div.contentRight div.contentContent div.fallenCharacter a
            {
                font-weight: bold;
                color: #000;
                cursor: pointer;
            }

        div.game div.content div.contentRight div.dailyEvent
        {
            width: 100%;
            height: 100%;
            text-align: center;
        }

        div.game div.content div.contentRight div.dailyEvent h1
        {
            text-align: center;
            font-size: 60px;
            font-family: "Playwrite PE", cursive;
        }

        div.game div.content div.contentRight div.dailyEvent select
        {
            padding: 8px;
            border-radius: 5px;
            margin: 15px auto;
        }

        div.game div.content div.contentRight div.dailyEvent button
        {
            padding: 15px;
            background-color: var(--webcolor);
            color: #FFF;
            border: 0;
            text-align: center;
            cursor: pointer;
            margin: 0px auto;
            width: auto;
        }

        div.game div.content div.contentRight div.dailyEvent h2
        {
            font-size: 26px;
        }

        div.game div.content div.contentRight div.dailyEvent div.daily_event_description
        {
            display: none;
            width: 50%;
            margin: 0px auto;
            font-size: 20px;
        }

        div.game div.content div.contentRight div.dailyEvent div.dailyEventResults
        {
            display: none;
            width: 50%;
            margin: 20px auto;
            font-size: 25px;
        }

        div.game div.content div.contentRight div.settings{
            width: 100%;
            margin: 0px auto;
            display: none;
        }

        div.whitePaddedContainer
        {
            width: 90%;
            margin: 0px auto 15px auto;
            padding: 20px;
            background-color: #FFF;
            border: 0;
            border-radius: 25px;
        }

        div.game div.content div.contentRight div.settings div.menuTop
        {
            margin: 25px auto 25px auto;
            width: 70%;
            border-radius: 25px;
            text-align: center;
            background-color: #FFF;
        }

        div.game div.content div.contentRight div.settings button
        {
            border: 1px solid #DFE1E5;
            background-color: var(--webcolor);
            color: #FFF;
            padding: 12px 40px;
            font-size: 15px;
            cursor: pointer;
            font-size: 20px;
        }

        div.game div.content div.contentRight div.settings div.menuTop table{
            width: 90%;
            margin: 0px auto;
        }

        div.game div.content div.contentRight div.settings div.menuTop table tr td
        {
            width: 20%;
            font-size: 21px;
            font-weight: normal;
            font-family: "Roboto", sans-serif;
            font-variant: all-small-caps;
            text-align: center;
            padding: 15px 0;
        }

        div.game div.content div.contentRight div.settings div.menuTop table tr td:last-child
        {
            border: 0;
        }

        div.game div.content div.contentRight div.settings div.menuTop table tr td:hover
        {
            background-color: var(--webcolor);
            cursor: pointer;
            color: #FFF;
        }

        div.game div.content div.contentRight div.settings div.raidSettings
        {

        }

            div.game div.content div.contentRight div.settings div.raidSettings div.raidSettingsQuestionsList
            {
                float: left;
                overflow-y: auto;
                overflow-x: hidden;
                width: 50%;
                box-sizing: border-box;
                padding: 20px;
            }

            div.game div.content div.contentRight div.settings div.raidSettings div.raidSettingsQuestionsList input.filterQuestions
            {
                margin: 0px 0px 10px 80px;
                border-radius: 5px;
                padding: 8px;
                border: 1px solid #A1A1A1;
                background-color: #FFF;
            }
            
            div.game div.content div.contentRight div.settings div.raidSettings div.raidSettingsQuestionsList table{
                width: 90%;
                margin: 0px auto;
                border-collapse: collapse;
                text-align: left;
            }

            div.game div.content div.contentRight div.settings div.raidSettings div.raidSettingsQuestionsList table tr th{
                border: 0;
                font-weight: bold;
                font-size: 14px;
                text-align: left;
                padding: 15px;
                background-color: #2CA5E0;
                color: #FFF;
            }

            div.game div.content div.contentRight div.settings div.raidSettings div.raidSettingsQuestionsList table tr td{
                font-weight: normal;
                font-size: 14px;
                text-align: left;
                padding: 15px;
                background-color: #FFF;
                border-bottom: 1px solid #CCCCCC;
            }

            div.game div.content div.contentRight div.settings div.raidSettings div.raidSettingsQuestionsList table tr:last-child td
            {
                border: 0;
            }

            div.game div.content div.contentRight div.settings div.raidSettings div.raidSettingsQuestionsList table tr td.tags{
                border-left: 0px !important;
                text-align: right;
                font-weight: normal;
                font-size: 14px;
                padding: 4px;
            }

                div.game div.content div.contentRight div.settings div.raidSettings div.raidSettingsQuestionsList table tr td.tags div.tag
                {
                    border: 1px solid var(--webcolor);
                    border-radius: 25px;
                    padding: 5px;
                    font-size: 12px;
                    display: inline-block;
                    margin: 2px;
                    background-color: #FFB57C;
                    color: #000;
                }

            div.game div.content div.contentRight div.settings div.raidSettings div.raidSettingsEditor
            {
                float: right;
                overflow-y: auto;
                overflow-x: hidden;
                width: 50%;
                box-sizing: border-box;
            }

        div.game div.content div.contentRight div.settings div.classroomSettings
        {
            text-align: center;
            width: 40%;
            margin: 15px auto;
            display: none;
            border: 1px solid #DFE1E5;
            border-radius: 25px;
            padding: 0px 0px 15px 0px;
            background-color: #FFF;
        }

        div.game div.content div.contentRight div.settings div.classroomSettings label
        {
            font-size: 14px;
            font-weight: lighter;
            text-align: left;
            display: block;
            margin: 0px auto 5px auto;
            width: 60%;
        }

        div.game div.content div.contentRight div.settings div.classroomSettings input[type=text]{
            font-size: 18px;
            border: 0;
            border-bottom: 1px solid #DFE1E5;
            padding: 5px 5px 5px 10px;
            display: block;
            margin: 0px auto 15px auto;
            text-align: left;
            width: 60%;
            font-weight: lighter;
        }

        #classroomSettingsSaved
        {
            font-size: 20px;
            color: var(--experience);
            margin-bottom: 20px;
        }

        div.game div.content div.contentRight div.settings div.dailySettings
        {
            columns: 2;
            height: 90%;
            display: flex;

        }

        div.game div.content div.contentRight div.settings div.dailySettingsLeft
        {
            width: 50%;
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            border-right: 1px solid #A1A1A1;
        }

        div.game div.content div.contentRight div.settings div.dailySettingsRight
        {
            width: 50%;
            height: 100%;
            overflow-y: auto;
            overflow-x: hidden;
            text-align: center;
        }

        div.game div.content div.contentRight div.settings div.dailySettingsRight label
        {
            font-size: 14px;
            font-weight: lighter;
            text-align: left;
            display: block;
            margin: 0px auto 5px auto;
            width: 60%;
        }

        div.game div.content div.contentRight div.settings div.dailySettingsRight input[type=text],
        div.game div.content div.contentRight div.settings div.dailySettingsRight textarea,
        div.game div.content div.contentRight div.settings div.dailySettingsRight select
        {
            font-size: 16px;
            border: 0;
            border-bottom: 1px solid #DFE1E5;
            padding: 5px 5px 5px 10px;
            margin: 0px auto 30px auto;
            text-align: left;
            width: 60%;
            font-weight: lighter;
        }

        div.game div.content div.contentRight div.settings button.smalledit
        {
            font-size: 16px;
            padding: 5px 10px;
            margin: 5px 0;
        }

        div.game div.content div.contentRight div.settings div.dailySettingsRight table
        {
            width: 40%;
            margin: 0px auto;
        }

        div.game div.content div.contentRight div.settings div.dailySettingsRight table tr td
        {
            width: 25%;
            text-align: center;
        }

        div.game div.content div.contentRight div.settings div.dailySettingsRight table tr td img
        {
            width: 90%;
        }

        div.game div.content div.contentRight div.settings div.dailySettingsLeft div.dailyBox
        {
            border: 1px solid #DFE1E5;
            border-radius: 25px;
            margin: 10px auto;
            width: 90%;
            padding: 10px 10px 0px 10px;
            background-color: #FFFFFF;
        }

        div.game div.content div.contentRight div.settings div.dailySettingsLeft p.dailyTitle
        {
            font-weight: normal;
            margin: 0px 0px 0px 15px;
            font-size: 24px;
            padding: 0;
        }

        div.game div.content div.contentRight div.settings div.dailySettingsLeft p.dailyDescription
        {
            margin: 0 20px 0 20px;
            font-size: 18px;
            font-weight: lighter;
        }

        div.game div.content div.contentRight div.settings div.dailySettingsLeft p.dailyOutcome{
            margin: 0 20px 0 20px;
            font-size: 16px;
            font-weight: lighter;
        }

        div.game div.content div.contentRight div.settings div.dailySettingsLeft p.dailyRewardDescription
        {
            margin: 0 20px 5px 20px;
            padding: 0 0 8px 0;
            font-size: 13px;
            font-style: italic;
        }

        div.manageSpells
        {
            width: 100%;
            height: 82vh;
            overflow-y: auto;
            overflow-x: none;
            text-align: center;
            margin: 0px auto;
            display: none;
        }

        div.manageSpells p.manageSpellTitle
        {
            font-size: 36px;
            text-align: center;
            font-family: "Roboto", sans-serif;
        }

        div.manageSpells p.manageSpellDesc
        {
            font-size: 18px;
            text-align: center;
            font-family: "Roboto", sans-serif;
        }

            div.manageSpells button
            {
                border: 1px solid var(--webcolor);
                background-color: var(--webcolor);
                color: #FFF;
                padding: 15px 20px;
                font-size: 20px;
                cursor: pointer;
        }

            div.manageSpells div.manageSpellsCols
            {
                display: flex;
                width: 90%;
                margin: 15px auto;
            }

            div.manageSpells div.manageSpellBox
            {
                padding: 10px;
                border: 1px solid #CCC;
                border-radius: 15px;
                margin: 5px auto;
                text-align: center;
                width: 30%;
                background-color: #FFF;
            }

            div.manageSpells div.manageSpellBox img
            {
                width: 64px;
                height: 64px;
                text-align: center;
                margin: 0px auto;
            }

            div.manageSpells div.manageSpellBox h1
            {
                font-family: "Roboto", sans-serif;
                font-size: 28px;
                font-weight: normal;
                text-align: center;
                padding: 0;
                margin: 10px auto;
                display: block;
            }

            div.manageSpells div.manageSpellBox h2
            {
                font-family: "Roboto", sans-serif;
                font-size: 22px;
                font-weight: lighter;
                text-align: center;
                padding: 0;
                margin: 10px auto;
                display: block;
            }

            div.manageSpells div.manageSpellBox h3
            {
                font-family: "Roboto", sans-serif;
                font-size: 15px;
                color: var(--energy);
                font-weight: normal;
                text-align: center;
                padding: 0;
                margin: 10px auto;
                display: block;
            }

            div.manageSpells div.manageSpellBox h4
            {
                font-family: "Roboto", sans-serif;
                font-size: 20px;
                font-style: italic;
                font-weight: normal;
                text-align: center;
                padding: 0;
                margin: 10px auto;
            }

            div.manageSpells div.manageSpellBox h5
            {
                font-family: "Roboto", sans-serif;
                font-size: 16px;
                font-style: italic;
                font-weight: normal;
                text-align: center;
                padding: 0;
                margin: 10px auto;
            }

        div.privacy{
            width: 50%;
            background: #FFF;
            border: 1px solid #DFE1E5;
            border-radius: 15px;
            padding: 25px;
            margin: 15px auto;
        }

div.teachquest2-info{
    background-color: #FFE9BA;
    padding: 10px 0px;
    text-align: center;
    font-size: 18px;
}