.agenda { display : block; font-size: 8px; font-family: silkscreen; letter-spacing : 0; background-repeat : no-repeat; text-indent : 5px; vertical-align : middle; text-decoration : none; line-height : 15px; margin-bottom : 1px; padding-left : 3px; border-left: solid #f2746d; background: #ffa9a6; color: #fff !important; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; -o-transition: all 0.9s ease-out; } .agenda:hover { display : block; text-decoration: none; vertical-align: middle; line-height: 15px; background: #daf0ee; border-left: solid #9bbfbb; color: #8fb3b0 !important; text-shadow: 0px 0px 2px #fff; padding-left: 15px; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; -o-transition: all 0.9s ease-out; }