/* Additions for the static rebuild (not part of the original theme CSS). */

/* The footer follow button used to be rendered by Twitter's widgets.js.
   Style the plain link to match the old widget's look. */
.claaf-twitter .twitter-follow-button {
	display: inline-block;
	background-color: #1b95e0;
	color: #fff;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 18px;
	padding: 1px 8px;
	border-radius: 3px;
	white-space: nowrap;
}

.claaf-twitter .twitter-follow-button:hover {
	background-color: #0c7abf;
	color: #fff;
}
