	.creatureCardWrapper {
		display: inline-block;
	}
	.creatureCard {
		display: inline-block;
		padding: 1em;
		border: 5px solid white;
		border-radius: 5px;
		margin: 1em;
		box-shadow: 0px 10px 10px rgba(0,0,0,0.2);

	}

	.creatureImage {
		display: inline-block;
		border: none;
		border-radius: 4px;
		height: 200px;
		width: 200px;
  		margin-bottom: 1em;
	}

	.creatureName {
		font-size: 16px;
		font-weight: bold;
	}

	.creatureAttribute {
		font-size: 13px;
	}
	.hp {
		display: inline-block;
		float: right;
		text-align: right;
		border-radius: 30px;
		font-weight: bold;
		font-style: italic;
		/*background-color: rgba(255,255,255, 0.2);*/
		padding: 10px;
	}



input[type="color"] { /*  */
			-webkit-appearance: none;
			width: 100%;
		}

.adventure_box_wrapper {
    display: inline-block;
    position: relative;

    margin-bottom: 20px;
    position: relative;
}

.adventure_box {
    margin-left: 20px;
    width: 190px;
    height: 190px;
    border: 1px solid orange;
    background-color: #fafafa;
    border-radius: 25px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}
.adventure_box:first-child {
    margin-left: 0;
    border: #333333 1px solid;
}

.inline-block {
    display: inline-block;
}
.adventure_box_cover{
	width: 100%;
	height: 100%;
	background-color: none;
	border-radius: 24px;
}
.adventure_box_cover:hover{
	box-shadow: inset 0 0 25px rgba(0,0,0,0.15);
}
.adventure_box:hover {
	border-color: #333333;
}
.adventure_box_title {
	padding: 1em;
}
.adventure_box_title_wrapper {
	bottom: 0px;
	position: absolute;
	width: 100%;
	color: white;
	background-color: rgba(0,0,0,0.5);
	border-radius: 0 0 24px 24px;
}
.btn {
	border-radius: 3px;
}
.js_action, .breadcrums {
	color: #aa0000;
	cursor: pointer;
}
.js_action:hover, .breadcrums a:hover {
	color: #aa0000;
	text-decoration: underline;
}

.js_action_faded {
	color: #333333;
	cursor: pointer;
}
.js_action_faded:hover {
	color: #0084b4;
}

a {
	border: none;
}
a:hover {
	border: none;
}

html{
	font-size: 15px;
	margin-top: 3em;
}

body {
	padding: 1em;
	padding-bottom: 3em;

}
.story_h1 {
	font-size: 48px;
}

.story_h2 {
	font-size: 32px;
}

p {
	line-height: 1.5em;
}


.breadcrums {
	font-size: 13px;
	color: #808080;
}
.breadcrums a {
	color: #808080;
}

.warning input {
	background-color: red;
}

form {
	margin: 0;
	padding:0;
}
.faded {
	color: #808080;
}

.details_table td {
	font-size: 12px;
}

table {
	width: 100%;
}

tr:nth-child(even) {
    background: #f5f5f5;
}

th {
	color: #808080;
	font-size: 13px;
	text-align: left;
	font-weight: 300;
	padding: .5em .25em;
}
td {
	font-size: 15px;
	padding: .5em .25em;
}
