/*
 * License: https://github.com/groovenectar/musiview/blob/master/LICENSE.md
 * Homepage: https://c.dup.bz
*/

.purchase {
	text-align: center;
}
.purchase button {
	margin-top: 3rem;
}
.purchased > div {
	margin-bottom: 2rem;
	border: 1px solid green;
	padding: 1rem 2rem;
	border-radius: 1rem;
	background-color: darkgreen;
	display: inline-block;
}
.purchase button {
	padding: .75rem 1.5rem;
	font-size: 1rem;
	border: 2px solid #000;
	cursor: pointer;
	background-color: #fff;
	opacity: .75;
}
.purchase button:hover {
	opacity: 1;
}
.purchased span {
	font-style: italic;
}
.purchased a {
	text-decoration: underline;
}
#media-item main {
	animation: fadeIn .25s;
	padding-bottom: 5rem;
}
@keyframes fadeIn {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
#media-item .qr-image {
	text-align: center;
	margin-top: 4rem;
}
#media-item .qr-image img {
	max-width: 150px;
	height: auto;
}
footer {
	margin-top: 3rem;
}
