
ul.caution li ul {
	width: auto;
}

div.scroll table {
	width: 100%;
}

div.scroll {
	overflow: auto;
	white-space: nowrap;
}

div.scroll::-webkit-scrollbar {
	height: 5px;
}

div.scroll::-webkit-scrollbar-track {
	background: #f1f1f1;
}

div.scroll::-webkit-scrollbar-thumb {
	background: #bcbcbc;
}
