/*****************************************
/*********** CUSTOM STYLESHEET ***********
/** You can put your customizations here *
/*****************************************/ 

/* Download Buttons */
 .downloadBtns a.btn { width:300px; display:block; margin: 0 auto; font-size:25px; }


.blink_me {
   animation: blinker 2s linear infinite !important;
 }
 @keyframes blinker {
   50% {
     opacity: 0;
   }
 }