html,
body {
	background: #000000 !important;
	color: #d7e2f0 !important;
}

h1 {
	margin-top: 0px;
}

#page {
	width: 500px;
	background: #000000 !important;
	border: 0 !important;
	box-shadow: none !important;
}

a,
a:visited {
	color: #7fb4eb;
}

#page .success {
	background: rgba(25, 88, 145, 0.2) !important;
	border: 1px solid rgba(120, 182, 255, 0.38) !important;
	color: #d8e7f8 !important;
	box-shadow: none !important;
}

#footer {
	margin-top: 12px !important;
	padding-top: 10px !important;
	background: transparent !important;
	border-top: 1px solid rgba(255, 255, 255, 0.12) !important;
}

div#pictureAndLinks {
	float: right;
	position: relative;
}

div#pictureAndLinks img.picture {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

div#pictureAndLinks img.request {
	position: absolute;
	top: 160px;
	right: 0;
}

div#pictureAndLinks img.buy {
	position: absolute;
	top: 160px;
	right: 80px;
}

dl {
	font-size: 12px;
}

dl dt {
	font-weight: bold;
	width: 70px;
	float: left;
	clear: left;
	text-align: right;
	height: 25px;
}

dl dd {
	font-weight: normal;
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 260px;
}

dl dd.broad {
	width: 410px;
}

.dedication-warning {
	margin-bottom: 12px;
	padding: 10px 12px;
	background: rgba(160, 34, 34, 0.18);
	border: 1px solid rgba(224, 110, 110, 0.42);
	border-radius: 10px;
	color: #e8c8c8;
	font-weight: bold;
	line-height: 1.4;
	animation: dedicationWarningPulse 1.4s ease-in-out infinite;
	box-shadow: 0 0 0 rgba(255, 92, 92, 0);
}

@keyframes dedicationWarningPulse {
	0%,
	100% {
		background: rgba(160, 34, 34, 0.16);
		border-color: rgba(224, 110, 110, 0.38);
		box-shadow: 0 0 0 rgba(255, 92, 92, 0);
	}

	50% {
		background: rgba(180, 44, 44, 0.24);
		border-color: rgba(232, 132, 132, 0.55);
		box-shadow: 0 0 16px rgba(255, 92, 92, 0.16);
	}
}

.dedication-name-field {
	position: relative;
	display: inline-block;
	margin-bottom: 12px;
}

.dedication-name-input {
	padding-right: 30px;
}

.dedication-name-input.is-valid {
	border-color: #2fbf71;
	box-shadow: 0 0 0 1px rgba(47, 191, 113, 0.22);
}

.dedication-name-check {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	color: #2fbf71;
	font-size: 15px;
	font-weight: bold;
	opacity: 0;
	visibility: hidden;
}

.dedication-name-check.is-valid {
	opacity: 1;
	visibility: visible;
}

.dedication-form textarea {
	display: block;
	margin-bottom: 12px;
}

.dedication-validation-error {
	margin: -2px 0 12px;
	color: #e0aaaa;
	font-weight: bold;
}

.dedication-submit {
	margin-top: 14px;
}

.dedication-form input[type="submit"] {
	display: inline-flex;
}

div.spacer {
	clear: both;
}

pre {
	font-family: sans-serif;
}

#dedicationMessage {
	font-style: italic;
}

#dedicationName {
	margin-bottom: 10px;
}