body {
	font-size: 100%;
	margin: 0 auto 20px;
	width:400px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;	
	border-bottom: 1px solid #999;
}
#monsterFactory .clear {
	clear:both;
}
#monsterFactory .logo {
	width: 100%;
	height: 80px;
	margin: 0 auto 20px;
	background-color: #000;
}
#monsterFactory .beta {
	font-style: italic;
	font-size: 16px;
}
#monsterFactory .title {
	position: relative;
	font-size: 30px;
	top: -20px;
	margin: 0 0 0 40px;
	color: #FFF;
	text-align: left;
}
#monsterFactory .developer {
	position: absolute;
	font-size: 16px;
	top: 70px;
	left: 136px;
}
#monsterFactory .title span.bar {
	font-size: 70px;
	font-weight: 100;
	position: relative;
	top: 21px;
}
#monsterFactory .title span.numbers {
	font-size: 40px;
	position: relative;
	top: 20px;
}
#monsterFactory {
	text-align:right;
}
#monsterFactory input {
	text-align:center;
	width: 50px;
}
#monsterFactory #m1name {
	width: 100px;
}
#monsters {
	width: 400px;
}
.monsters p , .monsters h3 {
	text-align:left;
	line-height: 0.6em;
	padding-left: 30px;
}
.monsters h3 {
	margin-bottom: -4px;
	margin-top: 30px;
	font-size: 1.4em;
}
.monsters li {
	text-align:left;
	list-style:none;
}

.monsters {
	border-top: 1px solid #999;
	margin-bottom: 2em;
	position:relative;
}
.monsters br {
	line-height: 0.6em;
}
.monsters .spacer {
	height: 1px;
	display: block;
	margin: 0;
	padding: 0;
	line-height:1px;
}
.monsterMaker #showParty {
	width:auto;
}
#encounterBudget {
	border-top: 1px solid #999;
	text-align:left; 
	background-color: #eee;
	position:relative;
}
#encounterBudget .innerBudget {
	padding:10px 30px 0; 
}

.monsterMaker { 
	padding-right:30px;
	padding-bottom: 10px;
}
.hide {
	display:none;
}
.progress {
	height: 100px;
	width: 100px;
	position:absolute;
	right:20px;
	top:20px;
}
.progress > svg {
	height: 100%;
	display: block;
}
#partyStats {
	border-top: 1px dashed #999;
	margin-top:30px;
	padding: 10px 30px 10px;
}
#partyStats p, #partyStats h3 {
	text-align:right;
}
.deleteButton {
    float: right;
    margin: -10px 10px 30px 10px;
}
#playerOutput {
	margin: 2em 0 0 0;
}