* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: Arial;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
img {
  vertical-align: middle;
}
img {
  border: 0;
}
b, strong {
  font-weight: 700;
}
p {
  font-size: 1em;
  color: #666;
}
hr {
  border-style: solid;
  border-color: #9e9e9e;
}
a {
  color: #747474;
  text-decoration: none;
}
a:hover {
  color: #70B200;
  text-decoration: underline;
}
li{
  list-style: none;
}
