HTML
your button that looks like a link
CSS
button {
background: none!important;
color: inherit;
border: none;
padding: 0!important;
font: inherit;
/*border is optional*/
border - bottom: 1 px solid #444;
cursor: pointer;
}