.zooniverse-profile .loader {
  -webkit-animation: 2s zooniverse-progress linear infinite;
  -moz-animation: 2s zooniverse-progress linear infinite;
  -o-animation: 2s zooniverse-progress linear infinite;
  -ms-animation: 2s zooniverse-progress linear infinite;
  animation: 2s zooniverse-progress linear infinite;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, transparent), color-stop(0.25, #808080), color-stop(0.5, #808080), color-stop(0.5, transparent), color-stop(0.75, transparent), color-stop(0.75, #808080));
  background: -webkit-linear-gradient(left top, transparent 25%, #808080 25%, #808080 50%, transparent 50%, transparent 75%, #808080 75%);
  background: -moz-linear-gradient(left top, transparent 25%, #808080 25%, #808080 50%, transparent 50%, transparent 75%, #808080 75%);
  background: -o-linear-gradient(left top, transparent 25%, #808080 25%, #808080 50%, transparent 50%, transparent 75%, #808080 75%);
  background: -ms-linear-gradient(left top, transparent 25%, #808080 25%, #808080 50%, transparent 50%, transparent 75%, #808080 75%);
  background: linear-gradient(left top, transparent 25%, #808080 25%, #808080 50%, transparent 50%, transparent 75%, #808080 75%);
  -webkit-background-size: 25px 25px;
  -moz-background-size: 25px 25px;
  background-size: 25px 25px;
  bottom: -10px;
  display: none;
  left: -10px;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: -1;
}
.zooniverse-profile .loading .loader {
  display: block;
}
.zooniverse-profile .sign-in-form {
  display: block;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 50%;
}
.zooniverse-profile .sign-in-form header {
  font-size: 32px;
}
.zooniverse-profile .sign-in-form label {
  display: block;
  margin: 20px 0;
}
.zooniverse-profile .sign-in-form input {
  background: #fff;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.5) inset, 0 1px 0 rgba(255,255,255,0.25);
  box-shadow: 0 1px 1px rgba(0,0,0,0.5) inset, 0 1px 0 rgba(255,255,255,0.25);
  font-size: 18px;
  padding: 10px;
  width: 100%;
}
.zooniverse-profile .sign-in-form .error-message {
  background: #bf0000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0 1em;
}
.zooniverse-profile .sign-in-form .action {
  margin: 20px;
}
.zooniverse-profile .sign-in-form .action button {
  background: #fff;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  color: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 1em;
}
.zooniverse-profile .sign-in-form .no-account {
  font-weight: bold;
}
.zooniverse-profile .sign-in-form .no-account button {
  text-decoration: underline;
}
.zooniverse-profile > nav {
  display: none;
  overflow: hidden;
}
.zooniverse-profile > nav button {
  -webkit-border-radius: 2em;
  border-radius: 2em;
  font-weight: bold;
  padding: 0 1em;
}
.zooniverse-profile > nav button.active {
  background: rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}
.zooniverse-profile .zooniverse-paginator {
  display: none;
  position: relative;
}
.zooniverse-profile .zooniverse-paginator .items {
  margin: 1em -10px;
  overflow: hidden;
}
.zooniverse-profile .zooniverse-paginator .items .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 10px;
  position: relative;
  width: 25%;
}
.zooniverse-profile .zooniverse-paginator .items .item button[name="unfavorite"] {
  color: #fff;
  font-size: 20px;
  height: 1em;
  position: absolute;
  right: 15px;
  text-shadow: 0 1px 1px #000;
  top: 15px;
  width: 1em;
}
.zooniverse-profile .zooniverse-paginator .items .item a {
  border: 2px solid transparent;
  display: block;
}
.zooniverse-profile .zooniverse-paginator .items .item a img {
  background: rgba(128,128,128,0.25);
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  box-shadow: 0 3px 5px rgba(0,0,0,0.5);
  display: block;
  min-height: 50px;
  width: 100%;
}
.zooniverse-profile .zooniverse-paginator .items .item a:hover {
  border-color: inherit;
}
.zooniverse-profile .zooniverse-paginator .controls {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.zooniverse-profile .zooniverse-paginator .controls button {
  -webkit-border-radius: 1em;
  border-radius: 1em;
  height: 2em;
  line-height: 1;
  width: 2em;
}
.zooniverse-profile .zooniverse-paginator .controls button.active {
  background: rgba(0,0,0,0.25);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  box-shadow: 0 1px 2px rgba(0,0,0,0.5) inset;
  text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}
.zooniverse-profile .empty-message {
  display: none;
  margin: 1em 0;
  text-align: center;
}
.zooniverse-profile.signed-in .zooniverse-login-form {
  display: none;
}
.zooniverse-profile.signed-in > nav,
.zooniverse-profile.signed-in .zooniverse-paginator.active,
.zooniverse-profile.signed-in .zooniverse-paginator.active.empty + .empty-message {
  display: block;
}
.zooniverse-profile.signed-in .zooniverse-paginator.empty {
  display: none;
}
@-moz-keyframes zooniverse-progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}
@-webkit-keyframes zooniverse-progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}
@-o-keyframes zooniverse-progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}
@-ms-keyframes zooniverse-progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}
@keyframes zooniverse-progress {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 50px 0;
  }
}
