﻿/*friendlytips*/
.friendlytips {
    -webkit-animation: animate-bg 1.5s ease-out 2;
    box-shadow: 0 0 4px #EA4504 !important;
}

@-webkit-keyframes animate-bg {
    0% {
        box-shadow: 0 0 4px #EA4504;
    }

    50% {
        box-shadow: 0 0 4px #ccc;
    }

    100% {
        box-shadow: 0 0 4px #EA4504;
    }
}
/*friendlytips end*/

