.label {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.field {
  border-radius: 2px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}

.but {
  float: right;
  border-radius: 2px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.but:hover {
  background-color: black;
}

.all {
  display: block;
  width: 210px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.form {
  display: block;
  width: 210px;
  margin-right: auto;
  margin-left: auto;
}

.hl {
  padding-bottom: 5px;
  border-bottom: 1px solid #c2c2c2;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.img {
  width: 60px;
  height: 45px;
  margin-top: -28px;
}

.num {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 54px;
  line-height: 54px;
  font-weight: 300;
  letter-spacing: -4px;
}

.num.dash {
  margin-left: -8px;
}

.deg {
  width: 10px;
  margin-top: -60px;
}

