.perf-reload-section-status {
  margin-left: 5px;
  display: inline-block;
  width: 10px;
  height: 10px; }

@keyframes fadeInOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.perf-reload-section-message {
  margin-left: 5px;
  font-style: italic;
  animation: fadeInOut 1s infinite; }
