.rmtw {
	margin-bottom: 1.25em;
}

.rmtw .rmtw-button {
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	transition: background .15s ease, color .15s ease;
	padding: 0;
	font-family: "Poppins", sans-serif;
	transition: 0.2s;
}

.rmtw .rmtw-button:hover {
	filter: brightness(0.95);
}

.rmtw .rmtw-button.button-small {
	padding: 4px 15px;
}

.rmtw .rmtw-button.button-middle {
	padding: 8px 16px;
}

.rmtw .rmtw-button.button-big {
	padding: 12px 22px;
}

.rmtw .rmtw-content {
	margin-top: 12px;
}

.rmtw .rmtw-content a { color: inherit; text-decoration: underline; }