span.lpe-button {
color:green;
word-wrap:break-word;
opacity:1;
transition:opacity 1.2s;
}
a.lpe-button {
text-decoration:none;
}
.lpe-button:hover {
opacity: 0.7;
color:#4a4949;
background:#fbebcd;
text-decoration: none;
word-wrap:break-word;
font-size:106%;
border:0px;
border-radius:4pt;
}