@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

* {
  box-sizing: border-box;
}
body, input, select {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
a {
  outline: 0;
}
form {
  display: inline;
}

a.button-link {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #0b334d;
  color: #0b334d;
  padding: 5px 5px;
  border-radius: 5px;
  min-width: 17em;
  background: #d3dce5;
}
a.button-link:hover {
  color: #ffffff;
  background: #0b334d;
}
