/*
Plugin Name: Mushroom RPG Cosmetic Avatar
Description: This enables users to add cosmetic rewards to their avatar.
Version: 1.0
Author: Mushroom
Author URI: https://mushroom-education.great-site.net/
*/
@keyframes wiggle {
	0% { transform: rotate(0deg) translateX(-5%); }
	25% { transform: rotate(-5deg) translateX(0%); }
	50% { transform: rotate(0deg) translateX(5%); }
	75% { transform: rotate(5deg) translateX(0%); }
	100% { transform: rotate(0deg) translateX(-5%); }
}
/* style the basic buttons area */
#basic-editor-buttons-wrapper{
	text-align:center;
}
#colour{
	display:inline;
	margin: 0 auto; /* this makes the child element respect the parent's text-align:center */
}
#underpants{
	display:none;
	margin: 0 auto;
}
#no-underpants{
	display:none;
	margin: 0 auto;
}
#the-shop{
	margin-top:25px;
	text-align:center;
}
#the-shop > a:nth-child(1) > img{
	width:200px;
}
#dancing-avatar-body{
	display:none;
}
#dancing-avatar-underpants{
	display:none;
}
.dancing-avatar-buttons-form{
	display:inline;
	margin-right:10px;
}
.dancing-avatar-button{
	display:inline;
	background-color:darkblue;
}