| Line 43: | 
Line 43: | 
|   | .times  |   | .times  | 
|   | {  |   | {  | 
| − | -webkit-animation: blink-1 7s 1 both;  | + | -webkit-animation: blink 4s 1 both;  | 
| − | 	        animation: blink-1 7s 1 both;  | + | 	        animation: blink 4s 1 both;  | 
|   | }  |   | }  | 
|   |  |   |  | 
|   |  |   |  | 
| − | @-webkit-keyframes blink-1 {  | + | @-webkit-keyframes blink {  | 
|   |    0%,  |   |    0%,  | 
|   |    50%,  |   |    50%,  | 
| Line 59: | 
Line 59: | 
|   |    }  |   |    }  | 
|   | }  |   | }  | 
| − | @keyframes blink-1 {  | + | @keyframes blink {  | 
|   |    0%,  |   |    0%,  | 
|   |    50%,  |   |    50%,  |