
.userlist {
	padding-left: 50px;
	max-height: 400px;
	max-width: 250px;
	overflow-y: scroll;
}

.usergrid {
	position: relative;
	max-height: 400px;
	max-width: 600px;
	overflow-y: scroll;
}

.white-outline {
	color: black;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: white;
	-webkit-text-fill-color: black;
	font-weight: 900;
}

.userframe {
	text-align: center;
	align-content: center;
	display: inline-block;
	width:90px;
	height:90px;
	margin:5px;
}

.userframe > img {
	margin-left: 10px;
	margin-right: 10px;
}

.deep-tooltip {
	text-align: center;
	background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
	width: 200px;
	display: none;
	z-index: 99;
}

.deep-tooltip-line {
	margin-bottom: 0px !important;
}

.deep-tooltip[data-show] {
	display: block;
}

.collapse-btn {
	color:#77b3e7;
	padding: 1px 2px !important;
	font-size: 0.9em;
}

.collapse-btn::after {
	font-weight: bold;
	content: ' ▷';
	opacity: 40%;
}
.collapse-btn[aria-expanded=true]::after {
	font-weight: bold;
	content: ' ▽';
	opacity: 90%;
}

.userframe > span {
	text-decoration: none !important;
	word-wrap: break-word;
	width: 90px;
}

.game-item {
	text-align: center;
	width: 70px !important;
	height: 70px !important;
	background-color: rgb(205, 244, 247);
	margin: 10px 5px !important;
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.game-item > span {
	font-size: 0.8em;
	word-wrap: break-word;
	overflow-y: scroll;
	width: 100%;
	padding-top: 6px;
}

.character-slot {
	border: solid;
	border-width: 1px;
	border-color: #ccc;
	border-radius: 5px;
	display: inline-grid;
	flex-wrap: wrap;
	margin: 6px;
	padding: 4px;
}

.character-slot:hover {
	background-color: #eee;
}

.character-slot > * {
	margin: 4px;
}

.overlay-tool {
	box-sizing: border-box;
	border-image: url("https://deepwoken.dev/tool_overlay.png");
	border-image-slice: 12;
	border-width: 1px;
	border-image-outset: 5px;
	border-image-width: 12px;
	border-style: solid;
	border-image-repeat: stretch;
	padding: 0px !important;
}