.livenow{width:24px;padding:5px;display:none;margin-right:10px}.session-item.live .livenow{display:block}.livenow>div{vertical-align:middle;width:22px;height:22px;border-radius:100%;position:absolute;margin:0 auto;border:3px solid #fff;-webkit-animation:live 1.4s infinite ease-in-out;animation:live 1.4s infinite ease-in-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}.livenow>div:nth-child(1){background-color:#00c9a7;-webkit-animation-delay:-.1s;animation-delay:-.1s}.livenow>div:nth-child(2){-webkit-animation-delay:.16s;animation-delay:.16s}.livenow>div:nth-child(3){-webkit-animation-delay:.42s;animation-delay:.42s;border:3px solid #fff}.livenow>div:nth-child(4){border:3px solid #fff;-webkit-animation-delay:-.42s;animation-delay:-.42s}@-webkit-keyframes live{0%,80%,100%{-webkit-transform:scale(.6)}40%{-webkit-transform:scale(1)}}@keyframes live{0%,80%,100%{transform:scale(.6);-webkit-transform:scale(.6)}40%{transform:scale(1);-webkit-transform:scale(1)}}