* {
    box-sizing: border-box;
}

html {
    margin:0;
}
body {
    padding: 0px;
    margin: 0px;
    font-family: Lato, arial, sans-serif;
}
form {
	margin:0;
}
img {
	border:0;
}

p {
    line-height:1.9em;
}

label, th {
  font-weight:normal;
  color:#444;
}