/* Version 7 additions */
.rotationStatus {
  border-color: #fff;
  background: transparent;
  color: #fff;
}

.rotationStatus b {
  color: #fff;
}

.versionInfo {
  width: 100%;
  margin-top: 12px;
  padding-top: 13px;
  border-top: 1px solid #252728;
  color: #777;
  line-height: 1.25;
  text-align: center;
}

.versionInfo strong,
.versionInfo small {
  display: block;
}

.versionInfo strong {
  font-size: 7px;
  letter-spacing: .08em;
}

.versionInfo small {
  margin-top: 4px;
  font-size: 7px;
}

@media (max-width: 620px) {
  .versionInfo {
    display: none;
  }
}
