button, input[type=button] {
    padding: 12px, 24px;
    background-color: orangered;
    color: #FFE;
    font-weight: bold;
    box-shadow: 2px 2px 2px #222;
}

/* <--- This works
for multililne CSS comments too. */