
.descript_text {
    margin-left: 100px;
    margin-right: 100px;
    font-style: italic;
}


.content1b {
    width: 500px;
    margin: 0px auto;
  text-align: center;
    
}

.formIputDescription1b{
	color: #ffffff;
    margin-left: 10px;
}


#generate_level0_characters1aa {
	background-image: url(../images/buttons/submit_character1.png);
    width: 160px;
    height: 60px;
    display: inline-block;
	background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: none;

}

#generate_level0_characters1aa:hover {
	background-image: url(../images/buttons/submit_character2.png);

}


#reset__level0_characters1aa{
	background-image: url(../images/buttons/reset_character1.png);
    width: 160px;
    height: 60px;
    display: inline-block;
	background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: none;

}

#reset__level0_characters1aa:hover{
	background-image: url(../images/buttons/reset_character2.png);

}


#generate_level0_characters1b {
	background-image: url(../images/buttons/submit_character1.png);
    width: 160px;
    height: 60px;
    display: inline-block;
	background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: none;

}

#generate_level0_characters1b:hover {
	background-image: url(../images/buttons/submit_character2.png);

}


#reset__level0_characters1b{
	background-image: url(../images/buttons/reset_character1.png);
    width: 160px;
    height: 60px;
    display: inline-block;
	background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: none;

}

#reset__level0_characters1b:hover{
	background-image: url(../images/buttons/reset_character2.png);

}

 /* Style the buttons that are used to open and close the accordion panel */
 button.accordion {
    background-color: #283442;
    color: #283442;
    cursor: pointer;
    /*padding: 18px;*/
    width: 500px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 5px;
    border-style: solid;
    border-color: #283442;
	background-image: url(../images/buttons/zero_button.png);
	background-repeat: no-repeat;
    height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion.active, button.accordion:hover {
    background-color:  black;
	background-image: url(../images/buttons/zero_button2.png);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}



/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0px;
    background-color: #283442;
    display: none;
    width: 495px;
	margin-left: auto;
	margin-right: auto;
} 


 /* Style the buttons that are used to open and close the accordion panel */
 button.accordionFighter {
    background-color: #283442;
    color: #283442;
    cursor: pointer;
    /*padding: 18px;*/
    width: 500px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 5px;
    border-style: solid;
    border-color: #283442;
	background-image: url(../images/buttons/fighterButtonV1_1.png);
	background-repeat: no-repeat;
    height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordionFighter.active, button.accordionFighter:hover {
    background-color:  black;
	background-image: url(../images/buttons/fighterButtonV1_2.png);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}


/* Style the accordion panel. Note: hidden by default */
div.panelFighter {
    padding: 0px;
    background-color: #283442;
    display: none;
    width: 495px;
	margin-left: auto;
	margin-right: auto;
} 



 /* Style the buttons that are used to open and close the accordion panel */
 button.accordionCleric {
    background-color: #283442;
    color: #283442;
    cursor: pointer;
    /*padding: 18px;*/
    width: 500px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 5px;
    border-style: solid;
    border-color: #283442;
	background-image: url(../images/buttons/clericButtonV1_1.png);
	background-repeat: no-repeat;
    height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordionCleric.active, button.accordionCleric:hover {
    background-color:  black;
	background-image: url(../images/buttons/clericButtonV1_2.png);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}


/* Style the accordion panel. Note: hidden by default */
div.panelCleric {
    padding: 0px;
    background-color: #283442;
    display: none;
    width: 495px;
	margin-left: auto;
	margin-right: auto;
} 

/* Style the buttons that are used to open and close the accordion panel */
button.accordionMagicUser {
    background-color: #283442;
    color: #283442;
    cursor: pointer;
    /*padding: 18px;*/
    width: 500px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 5px;
    border-style: solid;
    border-color: #283442;
	background-image: url(../images/buttons/magicUserButtonV1_1.png);
	background-repeat: no-repeat;
    height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordionMagicUser.active, button.accordionMagicUser:hover {
    background-color:  black;
	background-image: url(../images/buttons/magicUserButtonV1_2.png);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}


/* Style the accordion panel. Note: hidden by default */
div.panelMagicUser {
    padding: 0px;
    background-color: #283442;
    display: none;
    width: 495px;
	margin-left: auto;
	margin-right: auto;
} 

/* Style the buttons that are used to open and close the accordion panel */
button.accordionThief {
    background-color: #283442;
    color: #283442;
    cursor: pointer;
    /*padding: 18px;*/
    width: 500px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 5px;
    border-style: solid;
    border-color: #283442;
	background-image: url(../images/buttons/thiefButtonV1_1.png);
	background-repeat: no-repeat;
    height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordionThief.active, button.accordionThief:hover {
    background-color:  black;
	background-image: url(../images/buttons/thiefButtonV1_2.png);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}


/* Style the accordion panel. Note: hidden by default */
div.panelThief {
    padding: 0px;
    background-color: #283442;
    display: none;
    width: 495px;
	margin-left: auto;
	margin-right: auto;
} 

/* Style the buttons that are used to open and close the accordion panel */
button.accordionFighterMagic {
    background-color: #283442;
    color: #283442;
    cursor: pointer;
    /*padding: 18px;*/
    width: 500px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 5px;
    border-style: solid;
    border-color: #283442;
	background-image: url(../images/buttons/fighterMagicButtonV1_1.png);
	background-repeat: no-repeat;
    height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordionFighterMagic.active, button.accordionFighterMagic:hover {
    background-color:  black;
	background-image: url(../images/buttons/fighterMagicButtonV1_2.png);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}


/* Style the accordion panel. Note: hidden by default */
div.panelFighterMagic {
    padding: 0px;
    background-color: #283442;
    display: none;
    width: 495px;
	margin-left: auto;
	margin-right: auto;
} 


/* Style the buttons that are used to open and close the accordion panel */
button.accordionThiefMagic {
    background-color: #283442;
    color: #283442;
    cursor: pointer;
    /*padding: 18px;*/
    width: 500px;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    border-radius: 5px;
    border-style: solid;
    border-color: #283442;
	background-image: url(../images/buttons/magicThiefButtonV1_1.png);
	background-repeat: no-repeat;
    height: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordionThiefMagic.active, button.accordionThiefMagic:hover {
    background-color:  black;
	background-image: url(../images/buttons/magicThiefButtonV1_2.png);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
}


/* Style the accordion panel. Note: hidden by default */
div.panelThiefMagic {
    padding: 0px;
    background-color: #283442;
    display: none;
    width: 495px;
	margin-left: auto;
	margin-right: auto;
} 

