html {
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

*,:after,:before {
  margin: 0;
}

.search input[type="submit"] {
  position: relative;
  right: 40px;
  margin: auto;
  bottom: 0;
  height: 24px;
  width: 24px;
  background: url(../img/icon.search.png) center center no-repeat;
  background-size: 24px;
  border: none;
  text-indent: 9999px;
  overflow: hidden;
}
