﻿@keyframes blinker {
	50% {
	opacity: 0;
	}
}

.mda-blink-text {
	animation: blinker 1s linear infinite;
}
