a.inline-twitter-link {
	background: rgb(233, 235, 228); color: rgb(0, 0, 0); text-decoration: none;
}
a.inline-twitter-link span.non-dashicons {
	width: 14px; height: 11px; display: inline-block; background-image: url("twitter-bg.png"); background-repeat: no-repeat; background-color: rgb(233, 235, 228);
}
a.inline-twitter-link:hover {
	background: rgb(226, 241, 249);
}
a.inline-twitter-link:hover span.non-dashicons {
	width: 14px; height: 11px; display: inline-block; background-image: url("twitter-bg-hover.png"); background-repeat: no-repeat; background-color: rgb(226, 241, 249);
}
.inline-twitter-link .dashicons {
	line-height: inherit; font-size: inherit; text-decoration: none;
}
