1button, input[type="submit"], input[type="reset"] {
2 background: none;
3 color: inherit;
4 border: none;
5 padding: 0;
6 font: inherit;
7 cursor: pointer;
8 outline: inherit;
9}
1input[type=button], input[type=submit], input[type=reset] {
2 background-color: #4CAF50;
3 border: none;
4 color: white;
5 padding: 16px 32px;
6 text-decoration: none;
7 margin: 4px 2px;
8 cursor: pointer;
9}