.swpm-login-widget-logged .swpm-logged-status,
.swpm-login-widget-logged .swpm-logged-membership,
.swpm-login-widget-logged .swpm-logged-expiry {
  display: none;
}

.swpm-login-widget-logged .swpm-logged-logout-link a {
  display: inline-block;
  background: #eee;
  padding: .7em;
}
.swpm-login-widget-logged .swpm-logged-logout-link a,
.swpm-login-widget-logged .swpm-logged-logout-link a:link,
.swpm-login-widget-logged .swpm-logged-logout-link a:visited,
.swpm-login-widget-logged .swpm-logged-logout-link a:hover,
.swpm-login-widget-logged .swpm-logged-logout-link a:focus,
.swpm-login-widget-logged .swpm-logged-logout-link a:active {
	color: #333;
	text-decoration: none;
}
.swpm-login-widget-logged .swpm-logged-logout-link a:hover {
  background: #ddd;
}

a.swpm-vorwaerts-button {
  display: inline-block;
  background: #eee;
  padding: .7em;
}
a.swpm-vorwaerts-button,
a.swpm-vorwaerts-button:link,
a.swpm-vorwaerts-button:visited,
a.swpm-vorwaerts-button:hover,
a.swpm-vorwaerts-button:focus,
a.swpm-vorwaerts-button:active {
	color: #333;
	text-decoration: none;
}
a.swpm-vorwaerts-button:hover {
  background: #ddd;
}

.swpm-vorwaerts-hidden .post-title::before {
  display: inline-block;
  content: "\f470";
  width: 1em;
  height: 1em;
  padding: .175em 0 0;
  line-height: 1em;
  /*color: rgba(240, 55, 63, .6);*/
  color: #777;
  font-family: Genericons;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  vertical-align: top;
  text-decoration: inherit;
}
