body
{
	/* font-family:Arial, Helvetica, sans-serif; */
	font-family: 'Segoe UI', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 20pt;
	font-weight: 600;
	color: #303030;
	overflow-x: hidden;
	height: 100%;
}

a
{
	text-decoration: none;
	color: #303030;
}

/*
.IntroOverlay
{
	display: none;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: white;
}

.IntroLine1,
.IntroLine2
{
	position: absolute;
	left: 20px;
	text-align: center;
}

.IntroIcon
{
	height: 25px;
	position: relative;
	top: -3px;
}
*/

.Header
{
	height: 40px;
	/* background-color: pink; */
	border-bottom: 1px solid lightgray;
	position: fixed;
	width: 100%;
	z-index: 2000;
	background-color: white;
	text-align: center;
}

.HeaderIcon
{
	height: 25px;
	margin-top: 5px;
	opacity: 0.5;
	cursor: pointer;
}

.HeaderIconBody
{
	height: 25px;
	position: relative;
	top: -4px;
}

.QuestionIcon
{
	position: absolute;
	left: 10px;
	top: 2px;
}

.FeedbackIcon
{
	position: absolute;
	left: 50px;
	display: none;
}

.ClassicIcon
{
	position: absolute;
	left: 45px;
	top: 4px;
	height: 20px;
	display: none;
}

.StatsIcon
{
	position: absolute;
	right: 40px;
}

.SettingsIcon
{
	position: absolute;
	right: 10px;
}

.InlineIcon
{
	height: 25px;
}

.DarkModeIcon
{
	-webkit-filter: invert( 100% ); /* Safari/Chrome */
	filter: invert( 100% );
}

.Title
{
	visibility: hidden;
	position: absolute;
	width: fit-content;
	font-weight: bold;
	font-size: 32px;
}

.CenteredTitle
{
	position: relative;
	margin: auto;
	width: fit-content;
	font-family: "Cherry Swash";
}

.TitleInverse,
.TitleBlue
{
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	line-height: 34px;
}

.TitleInverse
{
	background-color: #06CE03;
	border-top-left-radius: 4px;
}

.TitleBlue
{
	background-color: #0094FF;
	border-top-right-radius: 4px;
}

.Content,
.Content2
{
	padding-top: 40px;
	display: none;
}

.PuzzleListInstructions
{
	margin: auto;
	max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
	line-height: 34px;
}

.PuzzleListList
{
	text-align: center;
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
}

.PuzzleListMonth
{
	margin-top: 20px;
	font-weight: bold;
}

.PuzzleListItem
{
	padding: 10px;
	background-color: lightgreen;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: fit-content;
}

.PuzzleListItem a:visited
{
	text-decoration: underline;
	color: brown;
}

.DailyStatistics
{
	font-size: 12px;
	width: fit-content;
	margin: auto;
	color: gray;
}

.HintLetter
{
	background-color: beige;
	padding-top: 5px;
	padding-bottom: 5px;
}

.HintLine
{
	position: relative;
	z-index: 1;
	width: 100%;
	height: 40px;
}

.HintLineText
{
	text-align: center;
	visibility: hidden;
	position: absolute;
	font-size: 22px;
	font-weight: 600;
	/* font-family: "Cherry Swash"; */
}

.HintLineTextDarkMode
{
	background-color: white;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.SpecialPuzzleType
{
	position: relative;
	display: block;
	padding: 4px 10px 6px 10px;
	font-size: 14px;
	color: white;
	background-color: #12BCBC80;
	border-radius: 4px;
	text-align: center;
	line-height: 10px;
	width: fit-content;
	margin: auto;
	cursor: pointer;
}

.SpecialPuzzleBodyRhyme a
{
	color: #0094FF;
}

/* ************************************************************* */

.GameButton
{
	font-size: 20px;
	width: fit-content;
	color: white;
	background-color: #0094FF;
	padding: 3px 10px 5px 10px;
	border-radius: 5px;
	cursor: pointer;
	user-select: none;
}

.GameButton:hover
{
	background-color: #4FB5FF;
}

/* ************************************************************* */

.BoardContainer
{
	margin-top: 5px;
	text-align: center;
	position: relative;
	z-index: 0;
}

.Board
{
	/* height: 170px; */
	/* background-color: pink; */
	margin: auto;
	/* margin-bottom: 20px; */
	user-select: none;
    width: fit-content;
    /*
	padding: 10px;
    padding-bottom: 8px;
	*/
    /*
	background-color: white;
    border-radius: 5px;
	*/
}

.BoardRow
{
	line-height: 0px;
	margin-bottom: 4px;
}

.BoardLetter
{
	display: inline-block;
	position: relative;
	font-size: 30pt;
	height: 36px;
	width: 36px;
	margin-right: 2px;
}

.VeryLargeLetter
{
	font-size: 40px;
	font-family: serif;
}

.VeryLargeLetterNonSerif
{
	font-size: 30px;
}

.flip-box
{
	background-color: transparent;
	perspective: 150px;
}

.flip-box-inner
{
	position: relative;
	width: 100%;
	height: 100%;
	/*
	border-width: 2px;
	border-style: solid;
	border-color: black;
	*/
	text-align: center;
	transition: transform 1s;
	transform-style: preserve-3d;
	border-radius: 3px;
}

/*
.flippable-flip-box:hover .flip-box-inner
{
	transform: rotateX( 180deg );
}
*/

.InnerBox
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 32px;
	line-height: 30px;
}

.BoardLetterShadow
{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 0px;
	height: 5px;
	background-color: black;
	opacity: 0.15;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.FlippedBox
{
	transform: rotateX( 180deg );
	-webkit-transform: rotateX( 180deg );
}

.flip-box-front,
.flip-box-back
{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 4px;
}

.flip-box-front
{
}

.flip-box-back
{
	-webkit-transform: rotateX( 180deg );
	transform: rotateX( 180deg );
}

.CurrentChoiceRing
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	display: none;
	z-index: 10;
}

.RingInMessage
{
	width: 25px;
	position: relative;
	top: -2px;
}

/* ************************************************************* */

.InfoArea
{
	z-index: 1040;
	position: relative;
	pointer-events: none;
}

.GamePlayArea
{
	padding-bottom: 40px;
}

.GuessesRemainingDisplayArea
{
	position: relative;
	margin-top: 30px;
	height: 40px;
	visibility: hidden;
	z-index: 11;
	pointer-events: auto;
}

.GuessesRemainingDisplay
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.GuessesRemainingDisplayCentered
{
	position: relative;
	margin: auto;
	width: fit-content;
	white-space: nowrap;
}

.GuessesRemainingDisplayCentered div
{
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}

.GuessesRemainingNumberContainer
{
	position: relative;
	overflow: hidden;
	width: 30px;
	height: 24px;
}

.GuessesRemainingPreviousNumber,
.GuessesRemainingNumber
{
	position: absolute;
	left: 0px;
	top: -7px;
	width: 30px;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	z-index: 0;
}

.GuessesRemainingPreviousNumber
{
	z-index: 1;
}

.GuessesRemainingText
{
	position: relative;
	letter-spacing: -0.5px;
	font-size: 14pt;
	font-weight: 400;
}

.GuessingJustForFunText
{
	position: absolute;
	top: 10px;
	left: 0px;
	font-size: 16px;
	color: purple;
	cursor: pointer;
}

.GuessSavedImage
{
	position: absolute;
	width: 60px;
	top: -5px;
	left: -15px;
	opacity: 0;
}

.EmojiArea
{
	position: relative;
	width: 50px;
	height: 50px;
}

.EmojiFace
{
	position: relative;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	z-index: 0;
}

.EmojiEyes
{
	position: absolute;
	width: 23px;
	display: none;
	z-index: 1;
}

.MessageArea
{
	text-align: center;
	margin-top: 40px;
	position: relative;
	z-index: 10;
}

.Message
{
	position: relative;
	font-size: 20px;
	line-height: 26px;
	width: fit-content;
	margin: auto;
	padding: 2px 10px;
	border-radius: 5px;
	display: block;
	pointer-events: auto;
}

.ResultsCopiedMessage
{
	padding: 10px;
	color: black;
	background-color: yellow;
}

/* ************************************************************* */

/*
.PromptDisplay
{
}

.PromptButtons
{
	user-select: none;
	white-space: nowrap;
	margin-top: 5px;
	display: none;
}
*/

/* *************************************************************** */

.GameOverArea
{
	font-size: 20px;
	margin-top: 10px;
	display: none;
}

.ShareButton
{
	padding-top: 5px;
	padding-bottom: 9px;
	font-size: 18px;
}

.ShareButton img
{
	width: 25px;
	position: relative;
	top: 0.5px;
}

.GameOverContent
{
	text-align: center;
}

.GameOverNewsButtonContainer
{
	text-align: center;
	margin-bottom: 10px;
}

.GameOverRatingButton,
.GameOverSurveyButton,
.GameOverNewsButton
{
	display: inline-block;
	top: 0px;
	margin-top: 20px;
	font-size: 16px;
	background-color: #00FF00;
	color: black;
	width: fit-content;
	padding: 0px 10px 0px 10px;
	opacity: 0.75;
	border-radius: 5px;
	cursor: pointer;
}

.News
{
	position: relative;
	display: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 25px;
	margin-bottom: 20px;
	border: 2px solid #0094FF;
	border-radius: 10px;
	padding: 20px;
}

.NewsTitle
{
	position: absolute;
	top: -23px;
	padding: 5px;
}

.NewsHeading
{
	font-weight: bold;
	font-size: 16px;
}

.NewsParagraph
{
	margin-left: 30px;
	font-size: 16px;
}

.GameOverSurveyText
{
	display: none;
	font-size: 16px;
	line-height: 20px;
	color: #763E17;
}

.GameOverSurveyButton
{
	display: none;
	margin-top: 10px;
	background-color: #763E17;
	color: white;
	height: 50px;
	padding-top: 8px;
}

.RatePuzzleDialogBoxTextArea
{
	width: 100%;
}

.RatePuzzleDialogBoxInstructions,
.SurveyDialogBoxInstructions
{
	margin-bottom: 10px;
}

.RatePuzzleDialogBoxCategory
{
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #03B601;
	color: white;
	padding-left: 4px;
	padding-right: 4px;
	width: fit-content;
}

.SurveyDialogBoxGroup
{
	margin-top: 10px;
	margin-left: 20px;
}

.RatePuzzleDialogBoxCommentCategory
{
	width: 90%;
}

.SurveyDialogBoxChoice
{
	cursor: pointer;
	position: relative;
	left: 30px;
	text-indent: -26px;
	max-width: 90%;
}

.SurveyDialogBoxTextPrompt
{
	margin-top: 10px;
}

.SurveyDialogBoxTextArea
{
	width: 90%;
}

.RatePuzzleDialogBoxPuzzleText
{
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.RatePuzzleDialogBoxChoice,
.SettingsDialogBoxChoice,
.SettingsDialogBoxRadioChoice,
.JustForFunDialogBoxAlways
{
	cursor: pointer;
}

.RatePuzzleDialogBoxEmailInput
{
	color: black;
}

.SurveyDialogBoxInstructions
{
	margin-top: 5px;
}

.SurveyDialogBoxCategory
{
	margin-top: 20px;
}

.SurveyDialogBoxCategoryTitle
{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}

.SettingsDialogBoxKeepGuessingJustForFun
{
	margin-top: 20px;
}

.SettingsRadioButton
{
	position: relative;
	top: -2px;
	width: 16px;
	margin-right: 5px;
}

.SettingsBox,
.RatingBox
{
	position: relative;
	top: -2px;
	width: 20px;
	margin-right: 5px;
}

.SettingsBody,
.ClassicBody
{
	margin-top: 22px;
}

.RatePuzzleDialogBoxTextArea
{
	width: 90%;
}

.PostGameInterestArea
{
	display: none;
	position: relative;
	font-size: 20px;
	margin: auto;
	line-height: 26px;
	max-width: 500px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.PostGameInterestAreaTitle
{
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
	text-align: center;
}

.PostGameInterestAreaAbout
{
	font-size: 16px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.PostGameInterestAreaAbout a,
.TermsOfServiceCreditsList a
{
	text-decoration: underline;
	color: blue;
}

.PostGameInterestAreaLarge,
.PostGameInterestAreaLarge .PostGameInterestAreaAbout
{
	max-width: 600px;
	font-size: 20px;
	line-height: 30px;
}

.PostGameInterestAreaAboutImg
{
	text-align: center;
}

.PostGameInterestAreaAbout img
{
	width: 100%;
}

.PostGameStatisticsArea
{
	margin-top: 60px;
	margin-left: 10px;
	margin-right: 10px;
}

.GameOverAreaTime
{
	margin-top: 30px;
}

.GameOverAreaTimeTime
{
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.GameOverAreaTwitter
{
	font-weight: 600;
	margin-top: 20px;
}

/* ************************************************************* */

.GhostLetter
{
	z-index: 2000;
	position: absolute;
	font-size: 30px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFF6C9;
	border: 2px solid black;
	border-radius: 5px;
	color: black;
	display: none;
}

.Keyboard
{
	user-select: none;
	padding-bottom: 5px;
	margin-top: 20px;
	visibility: hidden;
}

.KeyboardRowsContainer
{
	position: relative;
}

.KeyboardRow
{
	touch-action: manipulation;
	line-height: 31px;
	text-align: center;
}

.Key
{
	display: inline-block;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	margin-left: 2px;
	margin-right: 2px;
	border-radius: 4px;
	background-color: lightgray;
	color: black;
	width: 45px;
	height: 36px;
	text-align: center;
	/* -webkit-tap-highlight-color: rgba(0,0,0,0.3); */
}

.HoverKey:hover
{
	opacity: 0.75;
	cursor: pointer;
}

.InnerKey
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45px;
}

.InnerInnerKey
{
	position: relative;
	top: 2px;
}

/* ****************************************************************** */

.HelpDialogBox,
.SettingsDialogBox,
.GenericDialogBox,
.JustForFunDialogBox,
.StatsDialogBox,
.RatePuzzleDialogBox,
.SurveyDialogBox
{
	margin-top: 0px;
	z-index: 2001;
	overflow: hidden;
}

.SettingsDialogBox .modal-body,
.JustForFunDialogBox .modal-body
{
	overflow-y: auto;
}

.JustForFunDialogBox .modal-body
{
    outline: 5px solid #06CE03;
    border-radius: 10px;
}

.AboutTitle
{
	font-family: "Cherry Swash";
	font-weight: bold;
}

.modal-header
{
	padding: 10px 14px;
}

.modal-title
{
	line-height: 1;
}

.HelpDialogBoxNav
{
	margin-top: -5px;
	margin-bottom: 15px;
	text-align: center;
}

.HelpDialogBoxNav div
{
	display: inline-block;
	cursor: pointer;
}

.HelpDialogBoxNavMR
{
	margin-right: 10px;
}

.HelpDialogBoxNavSelected
{
	border-bottom: 2px dashed black;
}

.HelpDialogBoxText
{
}

.HelpDialogBoxNavHowToPlay,
.HelpDialogBoxNavContact,
.HelpDialogBoxNavPrivacy,
.HelpDialogBoxNavTermsOfService
{
	font-size: 12pt;
}

.modal-body
{
	font-size: 16px;
	padding-top: 0px;
	overflow-y: scroll;
	/* overflow-x: hidden; */
}

.ModalBodyBeta
{
	background-color: yellow;
	padding: 0px 8px;
	font-size: 15px;
}

.ModalBodyInstructionsHeader
{
	font-weight: bold;
}

.ModalBodyInstructions
{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
}

.ModalBodyIcon
{
	width: 20px;
	position: relative;
	top: -3px;
}

.HowToPlayScoringSummary
{
	font-weight: bold;
	margin-top: 10px;
}

.JustForFunModalDialog
{
	--bs-modal-width: 500px;
	font-size: 16px;
	line-height: 20px;
}

.JustForFunDialogBoxInstructions
{
	margin-top: 10px;
	text-align: center;
}

.JustForFunDialogBoxButtonsArea
{
	margin: auto;
	text-align: center;
}

.JustForFunKeepGuessingButton,
.JustForFunEndGameButton
{
	font-size: 15px;
}

.JustForFunDialogBoxAlways
{
	margin-top: 10px;
	text-align: center;
}

.JustForFunDialogBoxButtonsArea button
{
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}

.FeedbackDialogBox .modal-body
{
	font-size: 16px;
}

.FeedbackDialogBoxContactForm
{
	color: black;
}

.StatsDialogBox .modal-body
{
	font-size: 20px;
}

.StatsDialogBoxSummaryTable,
.StatsDialogBoxGameCountsTable
{
	font-size: 16px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: fit-content;
}

.StatsDialogBoxGameCountsTableTitle
{
	text-decoration: 3px underline solid #FCD53F;
	text-underline-offset: 2px;
}

.StatsDialogBoxGameCountsTable td:first-child,
.StatsDialogBoxSummaryTable td:first-child
{
	text-align: right;
}

.StatsDialogBoxGameCountsTable td:last-child,
.StatsDialogBoxSummaryTable td:last-child
{
	text-align: left;
	padding-left: 10px;
}

.StatsDialogBoxGameCountsTable td span
{
    font-size: 18px;
    letter-spacing: 0px;
    position: relative;
    top: 0px;
}

.StatsDialogBoxTitle
{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.StatsDialogBoxOldStatistics
{
	text-align: center;
}

.StatsDialogBoxOldStatisticsList
{
	font-size: 16px;
	width: fit-content;
	margin: auto;
}

.StatsDialogBoxOldStatisticsList ul
{
	text-align: left;
	line-height: 20px;
}

.FeedbackDialogBoxContactForm
{
	margin-top: 20px;
}

.FeedbackDialogBoxContactForm .form-control
{
	border: 3px solid #06CE03;
	max-width: 500px;
}

.FeedbackDialogBoxSendButton
{
	margin-top: 10px;
}

.FeedbackDialogBoxErrorMessage,
.RatePuzzleDialogBoxErrorMessage
{
	font-size: 10pt;
	font-weight: bold;
	color: red;
}

.FeedbackDialogBoxSuccessMessage,
.RatePuzzleDialogBoxSuccessMessage
{
	font-weight: bold;
	color: green;
}

.FeedbackDialogBoxSendButton .FeedbackDialogBoxErrorMessage,
.FeedbackDialogBoxSendButton .FeedbackDialogBoxSuccessMessage,
.RatePuzzleDialogBoxErrorMessage
{
	max-width: 400px;
	margin-left: 20px;
}

.FeedbackDialogBoxVersion
{
	font-size: 10px;
	position: relative;
	left: 3px;
}

/* ****************************************************************** */

.fade-scale
{
	transform: scale( 0 );
	opacity: 0;
	-webkit-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}

.fade-scale.show
{
	opacity: 1;
	transform: scale( 1 );
}

/* ****************************************************************** */

.Prototypes
{
	display: none;
}

.Disabled
{
	cursor: default;
	opacity: 0.5;
}

.Disabled:hover
{
	background-color: #0094FF;
}

.NoBreak
{
	white-space: nowrap;
}

.Bold
{
	font-weight: bold;
}

.SemiBold
{
	font-weight: 700;
}

.Blue
{
	color: #0094FF;
}

.Red
{
	color: red;
}

.Green
{
	color: #06CE03;
}

.Brown
{
	color: #763E17;
}

.Black
{
	color: black;
}

/* ****************************************************************** */

@-webkit-keyframes rotating
{
	from
	{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to
	{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating
{
	from
	{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to
	{
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.Rotating
{
	-webkit-animation: rotating 3s linear infinite;
	animation: rotating 3s linear infinite;
}

@-webkit-keyframes rocking
{
	0%
	{
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	50%
	{
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	100%
	{
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
}

@keyframes rocking
{
	0%
	{
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
	50%
	{
		-webkit-transform: rotate(2deg);
		transform: rotate(2deg);
	}
	100%
	{
		-webkit-transform: rotate(-2deg);
		transform: rotate(-2deg);
	}
}

@keyframes rocking-wide
{
	0%
	{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	50%
	{
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	100%
	{
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@-webkit-keyframes growing
{
	0%
	{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50%
	{
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
	100%
	{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes growing
{
	0%
	{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50%
	{
		-webkit-transform: scale(1.25);
		transform: scale(1.25);
	}
	100%
	{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.Rocking
{
	-webkit-transform: rotate(-3deg);
	transform: rotate(-3deg);
	-webkit-animation: rocking 2s linear infinite;
	animation: rocking 2s linear infinite;
}

.RockingQuickly
{
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	-webkit-animation: rocking 0.5s linear infinite;
	animation: rocking 0.5s linear infinite;
}

.RockingMediumQuickly
{
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
	-webkit-animation: rocking 1s linear infinite;
	animation: rocking 1s linear infinite;
}

.RockingWide
{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: rocking-wide 2s linear infinite;
	animation: rocking-wide 2s linear infinite;
}
