/* div.image-container {
	display: inline-block;
	vertical-align: top;
} */

img.img-butler {
	max-height: 6rem;
	border-radius: 5px;
}

div.welcome-msg {
	/* display: inline-block; */
	margin-left: 1em;
}

/* div.welcome-msg h2 {
	margin-left: -1rem;
	margin-top: 0.8rem;
	margin-bottom: 0.5rem;
} */

img.stat-icon {
	max-height: 1.6rem;
	vertical-align: bottom;
	margin-right: 0.3rem;
}

.character-stats td.stat-name {
	font-weight: bold;
	align-items: center;
	font-size: 0;
	padding: 0.4rem;
}

.stat-name img {
	margin-right: 0;
	font-size: inherit;
}

img.skill-add {
	max-height: 2rem;
}

img.item-type {
	max-height: 1.8rem;
}

.game-stats .skill-bonus__calc {
	color: #5b5656;
	font-size: 0.8rem;
	margin-right: 0.35rem;
}

.game-stats .skill-bonus__pos {
	color: green;
}

.game-stats .skill-bonus__neg {
	color: red;
}

table td.character-stat__increase {
	height: 2.25rem;
	width: 2.5rem;
	text-align: center;	
}

.character-stat__increase {
	text-align: center;
	width: 1.5rem;
}

.character-inv__itemname {
	font-weight: bold;
}

.character-inv__level {
	font-size: 0.75rem;
	font-weight: normal;
}

.character-inv__description {
	font-size: 0.75rem;
	font-style: italic;
}

.game-inventory table th {
	position: relative;
}

.game-inventory #button_equipment.button,
.game-inventory a#button_equipment {
	position: absolute;
	right: 2px;
	top: 2px;
	font-size: 0.8rem;
}

@media (min-width: 810px) {
	div.image-container {
		display: inline-block;
		vertical-align: top;
	}
	
	img.img-butler {
		max-height: 6rem;
		border-radius: 5px;
	}
	
	div.welcome-msg {
		display: inline-block;
		margin-left: 2rem;
	}
	
	div.welcome-msg h2 {
		margin-left: -1rem;
		margin-top: 0.8rem;
		margin-bottom: 0.5rem;
	}

	.character-stats td.stat-name {
		font-size: inherit;
	}
	.stat-name img {
		max-height: 1.35rem;
		margin-right: 5px;
	}

	.game-inventory #button_equipment.button,
	.game-inventory a#button_equipment {
		width: 8.5rem;
	}
}
