@charset "utf-8";

button{
	min-width: 85px;
	width: 10%;
}

h2{
	font-family: neverwinter_bold;
	text-align: center;
}

h4{
	font-family: dalelands_bold;
	text-align: center;
}

hr{
	display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 5%;
    margin-right: 5%;
    border-style: outset;
    border-bottom: 3px solid #FFC300;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
    border-top: 3px solid #ECE804;
}

textarea{
	background-color: transparent;
	margin-left: 3%;
	padding : 3px;
	width: 90%;
}

.custom-input-label{
	font-family: dalelands;
	width: 75px;
}

.input-div{
	margin-bottom: 5px;
}

input[type="text"]{
	background-color: #FFC300;
	margin-left: 10px;
	text-align: center;
	width: 30px;
}

.input-div label{
	font-family: dalelands;
	font-size: 16px;
	padding-top: 2px;
	text-align: right;
	width: 20px;
}

.input-header{
	font-family: dalelands_bold;
	font-size: 18px;
	font-weight: 900;
}

.main-section div{
	display: inline;
}

#custom-container textarea{
	border : 2px solid black;
}

#generate-buttons{
	height: 300px;
	width: 125px;
}

#treasure-section{
	/*border-right: 2px solid gray;*/
}


#treasure-section textarea{
	border : 2px solid black;
}



