.button-grey-2017 {
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f6f6f6 0%, #d6d6d6 38%, #a6a6a6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(38%, #d6d6d6), color-stop(100%, #a6a6a6));
  background: -webkit-linear-gradient(top, #f6f6f6 0%, #d6d6d6 38%, #a6a6a6 100%);
  background: -o-linear-gradient(top, #f6f6f6 0%, #d6d6d6 38%, #a6a6a6 100%);
  background: -ms-linear-gradient(top, #f6f6f6 0%, #d6d6d6 38%, #a6a6a6 100%);
  background: linear-gradient(to bottom, #f6f6f6 0%, #d6d6d6 38%, #a6a6a6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#a6a6a6', GradientType=0);
  font-size: 1.2em;
  display: inline-block;
  vertical-align: central;
  text-align: left !important;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.5);
  position: relative;
  height: 35px !important;
  padding-left: 8px !important;
  color: black;
  background-color: #aaaaaa;
  border-radius: 6px;
  border: solid thin #999999;
  width: 100%;
}
.button-grey-2017:hover {
  color: black !important;
  box-shadow: 3px 3px rgba(0, 0, 0, 0.7);
}
.button-grey-2017:focus {
  outline: none;
}
