/* http://callmenick.com/post/stylish-css-buttons */
button {
  color: #fff;
  /*text-shadow: -2px 2px #346392;*/
  background-color: #337df4;
  background-image: linear-gradient(top, #6496c8, #346392);
  box-shadow: inset 0 0 0 1px #27496d;
  border: none;
  border-radius: 15px;
}
