.links{ width: 100%; height: auto; }
.links a { font-size: 20px; font-weight: 500; color: #828282; cursor: pointer; }
.links li { list-style: none; border-bottom: 1px solid #828282; padding: 20px 0px; }
.links a li:hover { color: #555555; } 
.links li .vermais { width: 100px; height: 25px; cursor: pointer; position: relative; background-color: #0d72b8; font-weight: 500; float: right; text-align: left; color: #FFFFFF; font-size: 14px; text-align: center; line-height: 25px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; }
.links li:hover .vermais { background-color: #ffff08; color: #23378e; }