[type="button"], [role="button"]  { cursor: url(crayon.svg), pointer; }

button, input {
  width: 90%; 
  padding: 1ex;
  margin: auto; 
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

#colors button {
  border: 5px black dotted;
}

#colors {
  background-color: #ccc;
  padding: 2px;
  float: left;
  width:10%;
  clear: none;
}

html, body { height: 90%; }
#drawing  { height: 100%; }
svg {
 float: left;
 clear: none;
 width: 75%;
 margin-left: 2%;
}

path {
  -webkit-transition: fill 2s ease;
  -moz-transition: fill 2s ease;
  -o-transition: fill 2s ease;
  -ms-transition: fill 2s ease;
  transition: fill 2s ease;
}

#sponsor {
  width: 10%;
  float: right;
  clear: none;
  font-size: 75%;
}
#sponsor p {
  margin-bottom: 1em;
}
#sponsor .link {
  color: green;
  text-decoration: none;
}
