#card-content{display:flex;align-content:center;justify-content:space-between}@-webkit-keyframes pulse-yellow{0%{border-color:#00f;box-shadow:0 0 5px rgba(0,0,255,.8)}50%{border-color:transparent;box-shadow:0 0 5px rgba(255,0,255,0)}to{border-color:#00f;box-shadow:0 0 5px rgba(0,0,255,.8)}}@keyframes pulse-yellow{0%{border-color:#00f;box-shadow:0 0 5px rgba(0,0,255,.8)}50%{border-color:transparent;box-shadow:0 0 5px rgba(255,0,255,0)}to{border-color:#00f;box-shadow:0 0 5px rgba(0,0,255,.8)}}.animate-once,.pulse-edit{-webkit-animation:pulse-yellow 1s infinite;animation:pulse-yellow 1s infinite;border-width:2px;border-style:solid}.animate-once{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}