Try the following: -
button, a { background-color: white; border: medium none; box-shadow: 0 0 1px #000 inset; color: black; display: inline-block; font-family: "Arial"; font-size: 13px; height: 35px; line-height: 35px; padding: 0 15px; vertical-align: top; }
Or: -
button, a { background-color: white; border: medium none; vertical-align:top; color: black; display: inline-block; font-family: "Arial"; font-size: 13px; height: 35px; line-height: 35px; padding: 0 15px; border:1px solid #000; box-sizing:border-box }
Demo2
Demo
source share