button, 
.button,
input[type="submit"]:not(.btn) {
	display: inline-block;
	padding: 3px 6px;
	background-color: #f7f7f7;
	background-color: linear-gradient(to bottom, #e3e3e3, #f7f7f7);
	border: 1px solid #afafaf;
	  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

input[type="submit"].page-link,
button.page-link {
    	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px !important;
	line-height: 1.25;
	color: #007bff;
	background: #fff;
	border: 1px solid #dee2e6;
}

