.rifnote-readmore-button {
	cursor: pointer;
	background-color: #f0f0f0;
	color: #333;
	border: 1px solid #ccc;
	padding: 0.5em 1em;
	margin-top: 1em;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.rifnote-readmore-button:hover,
.rifnote-readmore-button:focus {
	background-color: #e0e0e0;
	border-color: #bbb;
	color: #111;
}