.block{
	display: inline-block;
	vertical-align: top;
	text-align: left;
    font-size: 12.5px;
    line-height: 1.2em;
	background: #FDF1D9;
	background-size: cover;
	width: 400px;
	padding: 10px 10px 20px;
	margin: 10px 0 10px;
	box-sizing: border-box;
	font-family: 'Noto Sans', 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
}

.border{
	background: #E69A28;
	border: 1px solid black;
	height: 5px;
	padding: 0 10px 0;
	margin: -10px -10px 0;
	box-sizing: initial;
}
.border.bottom{
	margin: 15px -10px -20px;
}

.tapered-rule{
	display: block;
    width: 100%;
    height: 5px;
    border: none;
    color: #922610;
    fill: #922610;
}

.heading{
	margin: 0 0 10px;
}

.options{
	font-family: Lato, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 
	line-height: 23px;
	font-style: bold;
}

.scores{
	text-align: center;
    color: #922610;
}

.scores>div{
	display: inline-block;
    vertical-align: middle;
    width: 15.5%;
    min-width: 40px;
    font-size: 12px;
    line-height: 1em;
}

.scores h4 {
	margin: 10px 0 2px;
    font-size: 14px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #7A200D;
}

.scores p{
	margin: 0 0 10px;
    line-height: 1.2em;
}

.p-line {
	text-indent: -1em;
    padding-left: 1.1em;
    line-height: 1.4em;
}

.p-line h4,
.p-line p{
	display: inline;
    margin: 0;
    color: #922610;
    font-size: 12.5px;
    line-height: 1.2em;
}

.p-line.top{
	margin: 8px 0 0;
}

.p-line.bottom{
	margin: 0 0 10px;
}

.m-stat{
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-context: center;
	margin: 5px 10px 5px 10px;
}

.abilities-div{
	margin: 0 0 20px;
}

.ability-block{
	padding: 10px 2px 0;
}

.ability-block h4,
.ability-block p{
	font-size: 12.5px;
    line-height: 1.2em;
    display: inline;
    margin: 0;
}

.ability-block h4{
	font-style: italic;
}

.ab-wrap{
	border: solid 2px #BBB;
	border-radius: 2px;
	padding: 5px;
}

body{
	background-color: #FFFFFF;
}

h1{
	font-family: 'Libre Baskerville', 'Lora', 'Calisto MT', 'Bookman Old Style', Bookman, 'Goudy Old Style', Garamond, 'Hoefler Text', 'Bitstream Charter', Georgia, serif;
    color: #922610;
    font-size: 21px;
    line-height: 1.2em;
    margin: 10px 0 0;
    letter-spacing: 1px;
    font-variant: small-caps;
    font-weight: bold;
}

h2{
	font-family: 'Noto Sans', 'Myriad Pro', Calibri, Helvetica, Arial, sans-serif;
	font-weight: normal;
    font-style: italic;
    font-size: 12px;
    line-height: 1.2em;
    margin: 0;
}

h3{
	border-bottom: 2px solid #7A200D;
    color: #7A200D;
    font-size: 21px;
    font-variant: small-caps;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 20px 0 0;
    padding: 0 0 10px;
    text-indent: 5px;
}

td{
	border: 1px solid #DCDCDC;
	padding: 15px;
}

button{
	font-family: Lato, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 
	line-height: 23px;
	border: solid 2px #BBB;
	border-radius: 2px;
	color: #FFFFFF;
	border: solid 1px #F05252;
	border-radius: 2px;
	background-color: #FA5C5C;
	padding: 5px 10px 5px;
}

input{
	font-family: Lato, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 
	line-height: 23px;
	border: solid 2px #BBB;
	border-radius: 2px;
}

input[type="number"]{
	width: 40px;
}

select{
	font-family: Lato, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 
	line-height: 23px;
	border: solid 2px #BBB;
	border-radius: 2px;
}

textarea{
	height: 175px;
	width: 300px;
	font-family: Lato, sans-serif; 
	font-size: 14px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: 700; 
	line-height: 23px;
	border: solid 2px #BBB;
	border-radius: 2px;
}