
/* New Buttons for mobile */
input[type=button], input[type=submit], input[type=reset] 
{
  background-color: black;
  border: none;
  color: white;
  padding: 6px 16px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
