h1, h2, h3 {
	font-family: 'IM Fell Great Primer SC', serif;
}

h1, h2 {
	text-align:center;
}

div.footer {
	text-align:center;
}

p, small {
	font-family: serif;
}
div.dice_set {
	max-width:560px;
	margin:auto;
	text-align:center;
	position:relative;
}

#location_dice.dice_set {
	max-width:100%;
}

div.instructions, div.dice_set {
	margin-bottom:25px;
}

div.dice_set a {
	display:inline-block;
	border-radius:5px;
	text-align:center;
	font-family: 'IM Fell Great Primer SC', serif;
	text-decoration:none;
	font-weight: bold;
}

a.die {
	width:16mm;
	height:16mm;
	line-height:16mm;
	font-size:12pt;
	margin:15px;
	text-transform: uppercase;
}

#location_dice a.die {
	width: 22mm;
	height: 22mm;
	line-height:22mm;
	font-size:10pt;
	margin:23px;
}

a.bar {
	width:93%;
	height:50px;
	line-height:50px;
	font-size:20px;
	margin-top:10px;
}

div#human_dice a {
	background-color:#0F8ECF;
	background: linear-gradient(to bottom, #5CCEFE 0%,#0F8ECF 5%,#0F8ECF 95%,#114A75 100%);
	border-left:2px solid #114A75;
	border-right:2px solid #114A75;
	color:#111111;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.25);
}

div#elf_dice a {
	background-color:#1B943D;
	background: linear-gradient(to bottom, #40B959 0%,#1B943D 5%,#1B943D 95%,#135B1D 100%);
	border-left:2px solid #135B1D;
	border-right:2px solid #135B1D;
	color:#111111;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.25);
}

div#dwarf_dice a {
	background-color:#E40C11;
	background: linear-gradient(to bottom, #F84C4A 0%,#E40C11 5%,#E40C11 95%,#7B0D0F 100%);
	border-left:2px solid #7B0D0F;
	border-right:2px solid #7B0D0F;
	color:#111111;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.25);
}

div#halfling_dice a {
	background-color:#EAD70B;
	background: linear-gradient(to bottom, #FFFE51 0%,#EAD70B 5%,#EAD70B 95%,#B18B0E 100%);
	border-left:2px solid #B18B0E;
	border-right:2px solid #B18B0E;
	color:#111;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.25);
}

div#dragon_dice a {
	background-color:#CB5410;
	background: linear-gradient(to bottom, #FF8F21 0%,#CB5410 5%,#CB5410 95%,#A16538 100%);
	border-left:2px solid #A16538;
	border-right:2px solid #A16538;
	color:#111;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.25);
}

div#goblin_dice a {
	background-color:#999999;
	background: linear-gradient(to bottom, #CCCCCC 0%,#999999 5%,#999999 95%,#666666 100%);
	border-left:2px solid #cccccc;
	border-right:2px solid #666666;
	color:#111;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.25);
}

div#location_dice a {
	background-color:#BC9E68;
	background: linear-gradient(to bottom, #FEFDC6 0%,#BC9E68 5%,#BC9E68 95%,#9D8B70 100%);
	border-left:2px solid #9D8B70;
	border-right:2px solid #9D8B70;
	color:#111;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.25);
}

a.die.keep {
	-ms-transform: none !important; /* IE 9 */
    -webkit-transform: none !important; /* Chrome, Safari, Opera */
    transform: none !important;
}

.coming_soon {
		position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,.5);
    z-index: 99;
    right: 0px;
		color: #fff;
}

.coming_soon h2 {
	font-size: 50px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}