#pagetest-button {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  right: 75px;
  bottom: 75px;
  position: fixed;
  background: #00f;
  box-shadow: 0 0 10px 2px rgba(50, 50, 50, 0.4);
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  color: #333;
  font-size: 20px;
  transition: .3s all; }
  #pagetest-button.running {
    background-color: #00f;
    border: 2px dashed #fff;
    animation: rotate 1s infinite; }
  #pagetest-button.pass {
    background-color: #0f0; }
  #pagetest-button.error {
    background-color: #f00; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
#pagetest {
  position: fixed; }

/*# sourceMappingURL=pagecheck.css.map */
