<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.indexMore {
	position : relative;
	width : 30%;
	margin : 20px auto 10px auto;
	text-align : center;
	top : -15px;
}

.searchResult {
	margin : 20px 0;
}

@media screen and (max-width: 641px) {
	.indexMore {
		width : 90%;
		margin : 20px auto 10px auto;
		text-align : center;
	}

}</pre></body></html>