:root {
	--accent: #7a4fc2;
}

.myButton {
	width: 100%;
	text-align: center;
	-moz-box-shadow:inset 0px 1px 0px 0px #b79bde;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b79bde;
	box-shadow:inset 0px 1px 0px 0px #b79bde;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #7a4fc2), color-stop(1, #4a2d80) );
	background:-moz-linear-gradient( center top, #7a4fc2 5%, #4a2d80 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a4fc2', endColorstr='#4a2d80');
	background-color:#7a4fc2;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #382364;
	display:inline-block;
	color:#ffffff;
	font-size:20px;
	font-weight:normal;
	padding:6px 0;
	text-decoration:none;
	text-shadow:0px 1px 1px #2e1c50;
}

.myButton:hover {
	width: 100%;
	text-align: center;
	-moz-box-shadow:inset 0px 1px 0px 0px #b79bde;
	-webkit-box-shadow:inset 0px 1px 0px 0px #b79bde;
	box-shadow:inset 0px 1px 0px 0px #b79bde;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4a2d80), color-stop(1, #7a4fc2) );
	background:-moz-linear-gradient( center top, #4a2d80 5%, #7a4fc2 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a2d80', endColorstr='#7a4fc2');
	background-color:#4a2d80;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #382364;
	display:inline-block;
	color:#ffffff;
	font-size:20px;
	font-weight:normal;
	padding:6px 0;
	text-decoration:none;
	text-shadow:0px 1px 1px #2e1c50;
}

.myButton:active {
	position:relative;
	top:1px;
}

#gallery a img {
	width: 101px;
	height: 180px;
}

#icon img {
	border-radius: 22%;
}

a:hover#appstore {
	background: transparent;
	padding: 1px 2px 1px 2px;
}
