.widget-area .widget.sitelink_widget {
	padding: 0 15px !important;
}
.widget-area .widget.sitelink_widget:first-of-type {
	padding-top: 15px !important;
}
.widget-area .widget.sitelink_widget:last-of-type {
	padding: 15px !important;
}
.widget-area .sitelink_widget-inner {
	overflow: hidden;
	position: relative;
	padding: 1.5ex 2ex;
	font-weight: bold;
	line-height: 2.5ex;
	text-align: center;
}
.widget-area .sitelink_widget-inner > a {
	position: relative;
	display: block;
	padding: 1.5ex 2ex;
	margin: -1.5ex -2ex 0.75ex;
	z-index: 0;
}
.widget-area .widget.sitelink_widget a > span {
	font-size: 1.45em;
	line-height: 1.1;
}
.sitelink_widget-nobr {
	white-space: nowrap;
}
.widget-area .widget.sitelink_widget a::after {
	content: "";
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
}
.widget-area .sitelink_widget-icon {
	height: .5em;
	width: .5em;
	display: inline;
	vertical-align: bottom;
	margin-left: .25em;
	position: relative;
	bottom: .2em;
}
.widget-area .sitelink_widget-inner > .sitelink_widget-text *:last-child {
	margin-bottom: 0 !important;
}
.sitelink_widget-grunge {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
