@font-face {
	font-family: MuseoSans300;
	src: url(https://www.cutepet.nz/Fonts/MuseoSans-300.otf);
}

@font-face {
	font-family: MuseoSans500;
	src: url(https://www.cutepet.nz/Fonts/MuseoSans-500.otf);
}

body {
	padding:0;
	margin: 0;
	background-color:#000;
	color: #fff;
	font-family: MuseoSans300, Arial, sans-serif;
	cursor: default;
	font-size: 16px;

	background-image:
		url(https://www.cutepet.nz/Images/2019-08_TopKittenOverlay.png),
		url(https://www.cutepet.nz/Images/2019-08_Banner_364px.jpg),
		url(https://www.cutepet.nz/Images/2019-08_HorizontalLineTexture.png),
		url(https://www.cutepet.nz/Images/RightPanelBackground.jpg);

	background-repeat:
		no-repeat,
		no-repeat,
		repeat-x,
		repeat;

	background-position:
		center top,
		center top,
		left 364px,
		center top;
}

input, textarea, button, select {
	font-size: 16px;
	font-family: MuseoSans300, Arial, sans-serif;
}

a, a:visited, a:active {
	color:#00d7fe;
	text-decoration:none;
}

a:hover {
	color:#00fef5;
	text-decoration: underline;
}

Content {
	display: block;
	width: 920px;
	margin: 0 auto;
}

Content img, Content video, Content iframe {
	box-shadow:0 0 10px 2px #000;
}

Content > table td {
	vertical-align: top;
}

img, video {
	max-width:640px;
}

PanelOuterBorder {
	display: block;
	border:1px solid #252525;
	box-shadow:0 0 20px 2px #000;
	margin-bottom:15px;
	border:0;
	box-shadow:none;
}

Panel {
	display: block;
	margin:1px;
	background: url(https://www.cutepet.nz//Images/RightPanelBackground.jpg);
	border:1px solid #3a3a3a;
	box-shadow:inset 0 0 30px 10px rgba(0,0,0,.5);
	border:0;
	box-shadow:none;
}

h1, h2, h3, h4, date {
	font-family: MuseoSans500, Arial, sans-serif;
	font-size:120%;
	-ms-transform: skewX(-6deg); /* IE 9 */
	-webkit-transform: skewX(-6deg); /* Safari */
	transform: skewX(-6deg);
	text-transform: uppercase;
	color:#06ff5e;
	margin:0;
	padding:0;
	text-shadow:2px 2px 5px #000;
}

h1 {
	clear:both;
	margin-top:10px;
	font-size:150%;
	color:#ffd450;
	padding:5px 10px 5px 10px;
}

h1 img {
	box-shadow:none;
}

h2 {
	font-size:120%;
	margin-bottom:0px;
	padding-bottom:0;
}

h3 {
	color:#00f6bf;
	font-size:105%;
}

date {
	display:block;
	text-transform: uppercase;
	color:#9b9b9b;
	font-size:95%;
}

Paragraphs > h3 {
	margin-top:15px;
}

Paragraphs {
	display:block;
}

#EnemiesTable {
	width:100%;
	margin:0 25px 25px 25px;
}
#EnemiesTable td {
	vertical-align: top;
}

Note {
	display:block;
	background:rgba(255, 198, 0, .15);
	padding:20px;
}

li {
	margin-bottom:10px;
}

td.LeftColumn {
	width:652px;
}

td.RightColumn li {
	margin-bottom:6px;
}

ul.spacious li {
	margin-bottom:15px;
}

ul.DevCommands {
	margin-top:20px;
}

ul.DevCommands li {
	margin-bottom:10px;
}

ul.NoBullet li, td.RightColumn li {
	list-style: none;
	margin-left:0;
}

h2Content {
	display:none;
	margin-left:10px;
	position:relative;
	top:-10px;
}

Footer {
	display:block;
	margin:30px;
	text-align:center;
}

h4 {
	text-transform: uppercase;
	color:#9b9b9b;
	font-size:100%;
}

td.RightColumn {
	color:#c7c7c7;
	font-size:95%;
	padding-left:50px;
	padding-top:13px;
	width:266px;
	white-space:nowrap;
}

td.RightColumn ul {
	padding-left:15px;
	margin-bottom:30px;
	margin-top:10px;
}

Copyright {
	display:block;
	font-size:85%;
	color:#a7a7a7;
	padding-bottom:80px;
	padding-top:20px;
	margin-left:10px;
}

Copyright img {
	height:50px;
	width:50px;
	float:left;
	margin-right:10px;
}

span.star {
	color:#F6E800;
}

span.rarity1 { color:#FFFFFF; }
span.rarity2 { color:#02D8FF; }
span.rarity3 { color:#00DA10; }
span.rarity4 { color:#F6FF00; }
span.rarity5 { color:#FF4E00; }
span.rarity6 { color:#B400FF; }
span.rarity7 { color:#FF007E; }

p.ImageDescription {
	font-size:85%;
}

/* Language Strings */

table.LanguageStrings {
	width:100%;
	border-collapse:collapse; 
	border-spacing:10px;
}

table.LanguageStrings, table.LanguageStrings input, table.LanguageStrings textarea {
	font-family: Segoe UI, Arial, sans-serif;
	font-size:16px;
}

table.LanguageStrings input, table.LanguageStrings textarea {
	color:#fff;
	background:none;
	border:1px solid #000;
	box-shadow:inset 3px 3px 5px 2px #000;
	padding:7px;
	background:rgba(0,0,0,.25);
	width:100%;
}

table.LanguageStrings textarea {
	height:100%;
	min-height:100px;
}

table.LanguageStrings input:focus, table.LanguageStrings textarea:focus {
	outline:none;
	border:1px solid #004e04;
}

table.LanguageStrings th {
	width:33%;
	padding-bottom:14px;
}
/*table.LanguageStrings tr.Entries:hover {
	box-shadow:inset 0px 0px 1px 1px rgba(0,246,255,.35);
}*/
table.LanguageStrings textarea {
	width:100%;
}
table.LanguageStrings tr.StringID td {
	font-family: monospace;
	background:rgba(255,255,255,.05);
	font-size:13px;
	border-top:1px solid #393939;
	border-bottom:2px solid #000;
	color:#7c7c7c;
	padding-bottom:8px;
}
table.LanguageStrings tr.Entries td {
	padding-bottom:20px;
}
table.LanguageStrings td.EnglishString {
	padding-right:10px;
}
.NoTranslationFound {
	color:#8e8e8e;
}

div.RequiredVariables {
	font-size:13px;
	margin:8px 0 0 8px;
}
div.RequiredVariables li {
	font-family:monospace;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #383838;
	font-style:italic;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #383838;
	font-style:italic;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #383838;
	font-style:italic;
}
:-moz-placeholder { /* Firefox 18- */
	color: #383838;
	font-style:italic;
}


/* Button */ 

button, [FakeButton] {
	font-size:100%;
	font-weight:normal;
	color:#fff;
	text-shadow:2px 2px #000;
}

button div, fakebutton div {
	display:inline-block;
}

ButtonBottomGlow, button, [FakeButton] {
	padding:0;
	width:115px;
	height:38px;
	display:inline-block;
	background-image:url(https://www.cutepet.nz/Images/WhiteHalfCircleGradient_opacity20.png);
	background-size: 100% 7px;
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;

	border: 2px solid #000;

	border-image-source: url(https://www.cutepet.nz/Images/9SliceButtonBevel.png);
	border-image-slice: 2;

	/*border-image-width: 10px; */
	border-image-outset: 0;
	border-image-repeat: round;

	background-color:rgba(0, 222, 255, .09);

	margin-bottom:1px;

	vertical-align:middle;

	box-shadow:0 0 5px rgba(0,0,0,1);
}

button:focus, [FakeButton]:focus {
	outline:none;
}

div.ButtonText {
	padding:6px 17px 7px 17px;
	white-space:nowrap;
}

[FakeButton] {
	height:34px;
}

div.ButtonSideBinding {
	display:inline-block;
	height:38px;
	width:5px;
	background-image:url(https://www.cutepet.nz/Images/ButtonSideBinding.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position:relative;
	top:-2px;
	box-shadow:0 0 2px rgba(0,0,0,1);
}

/* [FakeButton] div.ButtonSideBinding {
	height:40px;
	top:0;
} */

div.ButtonSideBinding.Left {
	float:left;
	left:-2px;
}

div.ButtonSideBinding.Right {
	float:right;
	right:-2px;
}

[FakeButton] {
	display:inline-block;
}

[FakeButton]:visited {
	color:#fff;
}

[FakeButton]:hover {
	text-decoration: none;
	color:#00fef5;
}

ButtonBottomGlow.PlayButton {
	background-color:rgba(5, 202, 0, .17);
	padding-top:11px;
	padding-bottom:11px;
}

ButtonBottomGlow.BlueButton {
	background-color:rgba(0, 181, 247, 0.434);
}

button:hover div.ButtonText, [FakeButton]:hover div.ButtonText {
	text-shadow:0 0 3px rgba(0,235,232,.35);
}

div.ButtonInner {
	height:100%;
	width:100%;
}

button:hover div.ButtonInner, [FakeButton]:hover div.ButtonInner {
	background-color:rgba(0, 222, 255, .05);
}

button:hover[disabled] div.ButtonInner {
	background-color:none !important;
}

/* End button. */


TopLinks a:hover {
	color:#fff;
	text-shadow:1px 1px 5px #000;
	background-color:rgba(0, 222, 255, .4);
}
TopLinks a:hover ButtonBottomGlow {
	background-color:rgba(0, 222, 255, .15);
}
TopLinks a:hover ButtonBottomGlow.PlayButton {
	background-color:rgba(5, 202, 0, .21);
}

BackgroundParticles {
	display:block;
	position:absolute;
	top:0;
	margin-left:-135px;
	width:963px;
	height:315px;
	background:url(https://www.cutepet.nz/Images/Particles.png);
	background-repeat:no-repeat;
	z-index:-10;
}

body.relay_server_debug table { border:1px solid black; border-collapse:collapse; }
body.relay_server_debug td { border:1px solid #373737; padding:10px; }
body.relay_server_debug h3 { margin-top:30px; margin-bottom:15px; }
body.relay_server_debug { margin-bottom:50px; }

/* 2019-08 */

TopBanner {
	display:block;
	height:390px;
	background-repeat: no-repeat;
	background-position: center center;
	position:absolute;
	z-index:100;
	width:3000px;
	overflow:hidden;
	margin-top:-390px;
}

Content {
	margin-top:385px;
}

table.JsonTable {
	font-family:monospace;
}

table.JsonTable td { vertical-align:top }

div.FeedbackWords { padding:12px; text-shadow:2px 2px #000; }
div.FeedbackWords.Green {
	background:#08350a;
}

div.FeedbackWords.Yellow {
	background:#423e0a;
}

div.FeedbackWords.Red {
	background:#440a0b;
}

pre.Grey {
	background:#333333; padding:12px;
}

qrCode { display:block; }

ol.Feedback li {
	padding-bottom:10px;
}
ol.Feedback li a {
	font-family:monospace; font-size:120%;
}

div.FeedbackWords {
	font-size:90%; color:#b4b4b4; padding:3px 10px 3px 10px; margin-top:10px; border-left:2px solid #3d3d3d;
}


/* Android Controllers */

div.Controllers h3 { margin-bottom:-4px; margin-top:26px; }

server {
	display:block;
}

server info {
	display:block;
	font-size:90%;
}

table.Server {
	box-shadow: 0 2px 8px 1px #000;
}

table.Server tr.info td {
	text-transform: uppercase;
	font-size:90%;
	text-shadow:2px 2px 2px #000;
}

table.Server img {
	box-shadow:none;
}

table.Server td.SideInfo {
	padding:10px;
	font-size:90%;
	box-shadow: inset 7px 0 7px #000;
}

div.HorizontalLine {
	clear:both;
	height:9px;
	background-image: url(https://www.cutepet.nz/Images/2019-08_HorizontalLineTexture.png);
	background-repeat: repeat-x;
	margin:0 0 15px 0;
	padding:0;
	box-shadow:0 3px 12px rgba(0,0,0,1);
}

h2Content div.HorizontalLine {
	margin-left:-10px;
}

div.BigWarning, div.BigError, div.BigGrey, div.SuccessMessage {
	padding:20px;
	font-size:110%;
	border-radius:9px;
	text-shadow:2px 2px 4px #000;
}

div.BigWarning {
	background-color:rgba(255, 114, 0, .1);
	border:1px solid rgba(255, 114, 0, .8);
	color:#ff7200;
	box-shadow: inset 0 0 15px #000, 0 0 15px rgba(255, 114, 0, .5);
}

div.BigError {
	background-color:rgba(224, 0, 0, .1);
	border:1px solid rgba(224, 0, 0, .8);
	color:#ee4040;
	box-shadow: inset 0 0 15px #000, 0 0 15px rgba(224, 0, 0, .5);
	margin-top:30px;
}

div.BigGrey {
	background-color:rgba(130, 130, 130, .1);
	border:1px solid rgba(130, 130, 130, .8);
	color:#c3c3c3;
	box-shadow: inset 0 0 15px #000, 0 0 15px rgba(130, 130, 130, .5);
	margin-top:30px;
}

div.SuccessMessage {
	background-color:rgba(29, 244, 0, .1);
	border:1px solid rgba(29, 244, 0, .8);
	color:#1df400;
	box-shadow: inset 0 0 15px #000, 0 0 15px rgba(29, 244, 0, .5);
	margin-top:30px;
	text-align:center;
}

span.Faded {
	opacity:.5;
}

div.Filters {
	margin-left:13px;
}

div.Filters a {
	padding:3px 8px;
	border-radius:7px;
	border:1px solid rgba(0,0,0,0);
	text-decoration:none;
}

div.Filters a:hover, div.Filters a:active {
	border-color:green;
	box-shadow:0 0 5px green;
}

div.Filters a.Selected {
	border-color:green;
	box-shadow:0 0 5px green;
}

span.Help {
	cursor:help;
}

span.Help:hover {
	color:#b9b9b9;
	border-bottom:1px dashed #b9b9b9;
}

/* h links */
h2 a, h2 a:active, h2 a:visited {
	color:inherit;
	text-decoration:underline;
}

/* Bash Scripts */

#BashScript, .BashScript {
	width:500px;
	font-family:Consolas, monospace;
	font-size:80%;
	padding:14px 15px 15px 15px !important;
	background:#000 !important;
	border:1px solid rgba(0, 214, 9, .25);

	background: linear-gradient(175deg, rgba(18,255,0,.07) 0%, rgba(0,0,0,1) 100%) !important;
	box-shadow:
		inset 2px 2px 7px 1px rgba(0,0,0,.8),
		0 2px 5px 2px rgba(0,0,0,1)
		!important;
}

.BashScript {
	margin-top:12px;
	font-size:90%;
}

/* Keyboard key styling */
kbd {
	font-family:inherit;
	font-size: 85% !important;
	font-weight:bold;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 1.5px 9px 4px 9px;
	margin: 0 0.2em;
	box-shadow:
		0 1px 0px rgba(0, 0, 0, 0.2),
		inset 0 -1px 0 1px rgba(0,0,0,.5),
		inset 0 0 2px 1px #fff;
	background-color: #f7f7f7;
	color:#000;

}

.pageInfo {
	font-size:80%;
	margin-bottom:32px;
	opacity:.7; 
}

/* TOP BANNER LINK - 2020-11 */

TopBannerLink {
	display:block;
	position: absolute;
	height:365px;
	z-index:2000;
	margin:0 auto;
	top:0;
	left: 0; 
	right: 0;
	width: 900px;
}

TopBannerLink a {
	display:inline-block;
	width:500px;
	height:160px;
	position:absolute;
	bottom:0;
	text-decoration:none;
	border-radius:19px;
	margin-bottom:18px;
	margin-left:-5px;
}

TopBannerLink a:hover {
	box-shadow:0 0 25px rgba(0, 254, 245, .8);
	text-decoration: none;
	/*filter: contrast(200%);*/
	/*filter: blur(1px);*/
}

/* RELEASE DATES */

li.releaseDateOverview {
	font-size:90% !important;
	color: #9a8c75;
	position:relative; left:1px;
}

ul.releaseDates {
	background:rgba(0,0,0,.3);
	box-shadow:inset 2px 2px 7px rgba(0,0,0,.8);
	padding-top:12px;
	padding-bottom:5px;
	border-radius:5px;
	padding-left:0;
	width:165px;
	position:relative;
	top:-10px;
	left:8px;
	margin-bottom:17px !important;
	margin-top:-5px !important;
}

ul.releaseDates span.platform {
	display:inline-block;
	width:103px;
	font-weight:bold;
}

ul.releaseDates a {
	text-decoration:none;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	color:inherit;
}

ul.releaseDates a:hover {
	text-shadow:0 0 5px rgba(17,166,161,1);
}

i {
	font-style:inherit;
	display:inline-block;
	transform:skew(-6deg);
}

/* PLATFORM BLOCKS */

.platformBlocks {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: stretch;
	align-items: flex-start;
	margin-top:20px;
}

.platformBlock {
	margin:10px;
}

.platformBlock:nth-child(1) {
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.platformBlock:nth-child(2) {
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

.platformBlock img {
	width:150px;
	border-radius:5px;
}

.platformBlock a img {
	opacity:.9;
}

.platformBlock a:hover img {
	opacity:1;
	box-shadow: 1px 0 10px 0px rgba(17,166,161,.9);
}

.platformBlock.NintendoSwitch a:hover {
	opacity:1;
	box-shadow: 1px 0 10px 0px rgba(17,166,161,.9);
}

.platformBlock a:hover {
	filter: saturate(4);
}

/* SUPER GOOD TITLE */

span.SUPER_GOOD_TITLE {
	transform: skewX(-1deg);
	color:#fe9b54;
	white-space:nowrap;
	font-size:150%;
	display:inline-block;
	margin-top:18px;
	margin-bottom:10px;
	font-weight:bold;

	background: -webkit-linear-gradient(#fdcda5, #eb5e0e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* GENERAL */


.markdown {
	background-color:rgba(0, 195, 255, 0.07);
	padding:3px 6px 3px 6px;
	border-radius:5px;
	font-family:monospace;
	color:rgb(233, 205, 128);
	text-shadow:1px 1px 2px rgba(0,0,0,.15);
	font-size:115% !important;
}

a.lightlink, a.lightlink.markdown {
	color: rgb(181, 233, 255) !important;
}

span.reward { white-space:nowrap; font-weight:bold; color:#ffefb0; }

post { display:block; }

post p { margin-bottom:20px; line-height:135%; }

span.release {
	color:#fff;
	display: inline-block;
	background: rgba(174,222,0,.4);
	border:1px solid #87ab07;
	border-radius:3px;
	text-shadow:1px 1px 2px rgba(0,0,0,.5);
	box-shadow:inset 0 0 3px rgba(0,0,0,.5);

	padding: 8px 12px 8px 52px;
	margin-top:15px;
	margin-right:-10px;
	margin-bottom:15px;
}

p.caption { font-size:80%; font-style:italic; text-align:center; color:#858585; margin-bottom:35px; }

table.requirements tr {
	box-shadow:inset 0 2px 3px 1px rgba(0,0,0,.35);
}

table.requirements tr.rowB {
	background:rgba(255,255,255,.04);
}

table.requirements td.date {
	text-align:center;
	font-size:90%;
	vertical-align:middle;
}

table.requirements {
	padding:5px;
}

table.requirements td {
	padding:12px;
	text-shadow:2px 2px 3px rgba(0,0,0,.8);
	line-height:150%;
}

td.requirementKey {
	padding-left:22px !important;
	vertical-align:middle;
	font-size:85%;
	height:60px;
}

table.requirements div.extraInfo {
	opacity:.5;
	font-size:90%;
	max-width:80%;
	margin:0 auto 0 auto;
	position:relative;
	top:3px;
	line-height:125%;
}

table.requirements img {
	box-shadow:none;
}

table.requirements img.PlayerMode {
	float:left;
	margin-left:-10px;
	position:absolute;
}

table.requirements td.PlayerMode {
	width:150px;
	text-align:center;
	padding-right:24px;
}

table.requirements td.PlayerMode div.PlayerMode {
	display:inline-block;
	white-space:nowrap;
	text-align:center;
	background-position:center top;
	background-repeat:no-repeat;
	padding-top:35px;
	position:relative;
	top:-1px;
	left:26px;
}

table.requirements div.PlayerMode.Singleplayer {
	background-image:url(https://www.cutepet.nz/Images/PlayerModeIcons/Singleplayer.png);
}

table.requirements div.PlayerMode.CouchCoop {
	background-image:url(https://www.cutepet.nz/Images/PlayerModeIcons/CouchCoop.png);
	background-position-y:24px;
}

table.requirements div.PlayerMode.OnlineCoop {
	background-image:url(https://www.cutepet.nz/Images/PlayerModeIcons/OnlineCoop.png);
}

div.screenshots {
	text-align:center; 
	margin-top:15px;
}

div.screenshots img {
	width:45%;
	margin:5px;
}

div.translatedBy {
	text-transform:uppercase;
	font-size:75%;
}

span.colAExtraInfo {
	opacity:.7;
	font-size:85%;
	position:relative;
	left:1px;
}

div.SteamKey {
	font-family: Consolas, monospace;
	white-space: nowrap;
	font-size: 110%;
	letter-spacing:1px;
}

/* Scrollbar -- KEEP FOR LATER */

/*html {
	scrollbar-color: #1d1d1d #0C0C0C;
	scrollbar-width: 16px;
}

html::-webkit-scrollbar {
	width: 20px;
	background: #0C0C0C;
	box-shadow: inset 0 0 6px 2px rgba(0,0,0,.8);
}*/
 
/* Handle / Grip */
/*::-webkit-scrollbar-thumb {
	background-color: none;

	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat;
}

::-webkit-scrollbar-thumb:vertical {
	width: 20px;

	background-image: 
		url(https://www.cutepet.nz/Images/Scrollbar/ScrollbarGripTop.png),
		url(https://www.cutepet.nz/Images/Scrollbar/ScrollbarGripBottom.png),
		url(https://www.cutepet.nz/Images/Scrollbar/ScrollbarGripVertical.png);

	background-size:
		20px 20px,
		20px 20px,
		20px calc(100% - 40px);

	background-position:
		left top,
		left 0 bottom 0,
		left 0 top 20px;
}

::-webkit-scrollbar-thumb:horizontal {
	height: 20px;

	background-image: 
		url(https://www.cutepet.nz/Images/Scrollbar/ScrollbarGripLeft.png),
		url(https://www.cutepet.nz/Images/Scrollbar/ScrollbarGripRight.png),
		url(https://www.cutepet.nz/Images/Scrollbar/ScrollbarGripHorizontal.png);

	background-size:
		20px 20px,
		20px 20px,
		calc(100% - 40px) 20px;

	background-position:
		left top,
		right 0 top 0,
		left 20px top 0;
}*/

/* Buttons */
/*::-webkit-scrollbar-button:single-button {
	height: 20px;
	width: 20px;
}*/
/* Up */
/*::-webkit-scrollbar-button:single-button:vertical:decrement {
	background-image: url(https://www.cutepet.nz/Images/Scrollbar/ScrollbarButtonUp.png);
}
::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
	
}*/
/* Down */
/*::-webkit-scrollbar-button:single-button:vertical:increment {
	background-image: url(https://www.cutepet.nz/Images/Scrollbar/ScrollbarButtonDown.png);
}*/
/* Left */
/*::-webkit-scrollbar-button:single-button:horizontal:decrement {
	background-image: url(https://www.cutepet.nz/Images/Scrollbar/ScrollbarButtonLeft.png);
}*/
/* Right */
/*::-webkit-scrollbar-button:single-button:horizontal:increment {
	background-image: url(https://www.cutepet.nz/Images/Scrollbar/ScrollbarButtonRight.png);
}

::-webkit-scrollbar-corner {
	background: #0C0C0C;
}*/

/* SOLD! */
div.Sold {
	display:inline-block;
	background-color: #ffd6d6;
	color:red;
	padding:7px 14px 10px 14px;
	font-weight:bold;
	rotate: -10deg;
	text-transform: uppercase;
	border-radius: 7px;
	box-shadow:0 2px 4px rgba(0,0,0,.3);
	position:relative;
	top:-60px;
	left:2px;
	font-size:120%;
	text-shadow:0 1px 2px rgba(0,0,0,.25);

	border: 3px solid red;
}