* {
	box-sizing: border-box;
}

#wrapper {
	background: white;
	max-width: 760px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 1px solid black;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
}

#sticky {
	background: white;
	position: fixed;
	border: 1px solid black;
	border-radius: 10px;
	margin-top: -5px;
	margin-left: 780px;
	padding: 5px;
	width: 120px;
	text-align: left;
	font-size: 11px;
}

footer {
	background: white;
	margin: auto;
	margin-bottom: 10px;
	border: 1px solid black;
	text-align: center;
	padding: 10px;
	border-radius: 10px;
}

h1,
h2 {
	font-family: morningtea;
	letter-spacing: 5px;
	font-weight: normal;
	color: #58BC55;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 23px;
}

.container {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 30px;
}

#stamps img {
	width: 99px;
	height: 56px;
}

#blinkies img {
	width: 150px;
	height: 20px;
}

#buttons img {
	width: 88px;
	height: 31px;
}

#square img {
	width: 50px;
	height: 50px;
}

#other {
	display: block;
	flex-wrap: none;
	justify-content: none;
	text-align: center;
}

.col {
	position: fixed;
	background: url(!g/templates/strawby.gif) no-repeat;
	width: 88px;
	height: 30px;
	left: 10px;
}

.col a {
	padding-left: 13px;
	font-weight: bold;
	font-size: 9px;
	vertical-align: bottom;
	line-height: 37px;
	color: black;
	text-decoration: none;
}

#home {
	top: 10px;
}

body {
	background: url(strawberry-bg.gif);
	word-wrap: break-word;
	font-size: 12px;
	word-spacing: 8px;
	letter-spacing: 1px;
	line-height: 20px;
	font-family: starlight, ms gothic;
	color: black;
}

li {
	list-style-image: url('/!g/pix/strawfavi.gif');
	padding-left: 2px;
	list-style-position: inside;
}

a {
	color: #FF7E7E;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: black;
	text-decoration: wavy underline;
	cursor: help;
}

a:focus {
	text-decoration: wavy underline;
}

p {
	margin: 0px;
	padding: 5px;
}

p img {
	vertical-align: middle;
}

img {
	transition-duration: 0.3s;
}

img:hover {
	rotate: 5deg;
}

::selection {
	color: black;
	background-color: #FFEA86;
}

::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-thumb:vertical {
	background-color: #FF7E7E;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:horizontal {
	background-color: #FF7E7E;
}

::-webkit-scrollbar-track {
	background-color: #FFD3D3;
}

#s-m-t-tooltip {
	max-width: 200px;
	text-align: center;
	font-size: 12px;
	z-index: 9999;
	margin: 30px 15px 7px 12px;
	padding: 5px;
	border-radius: 10px;
	border: 1px dashed black;
	color: black;
	background: white;
}
