html,
body {
  height: 100%;
}
html {
  overflow-x: hidden;
}
body,
td,
textarea,
input {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
  color: #505050;
}
a {
  color: #2E5FA3;
  text-decoration: none;
}
a:hover {
  color: #3875CA;
  text-decoration: underline;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}