:root {
	--rightbox-addon_basebox-width: 65rem;
}

img.pagedoll {
	border: none;
	max-width: unset;
	max-height: unset;
	position: fixed;
	z-index: 110;
	pointer-events: none;
	
	width: clamp(20rem, 40%, 30rem);
	bottom: -20rem;
	right: 1rem;
}

.box-2col {
	display: flex;
}

.warn {
	font-weight: bold;
	color: blue;
}


.chr-blog {
	ul.list {
		list-style-type: none;
		padding: 0;
		margin: 0;
		border: 0.1rem solid #000;
		padding: 0.5em;

		span.title {
			font-weight: bold;
		}
	}
	li {
		display: inline;
		line-height: 1.5;
	}
}