.activities-event{padding:1rem 1rem;margin:0;background-color:#fff;display:flex;box-shadow:0 1px 5px rgb(104,104,104,0.5);margin-right:10px;margin:0}.activities-event p{line-height:1.5rem;font-size:0.9rem}.activities-event .date{border-right:1px solid #e0e0e0;margin-bottom:10px;margin-top:10px;text-align:center}.activities-event .date p{margin-right:20px;font-size:1.1rem;color:#413e66}.activities-event .content{text-align:left;margin-left:30px}.activities-event .content p{font-size:1.2rem}.activities-event .content h6{font-size:1.5rem;color:#413e66;font-weight:bold;margin-bottom:0.5rem}.activities-event:hover{background:#e1f5fe}.fa-calendar{font-size:4em;text-align:center}.glyphicon-refresh-animate{font-size:60px;color:orange;animation:spin 1s infinite linear;-webkit-animation:spin 1s infinite linear}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}