body {
  padding: 30px 60px;
}
.timeline {
  font-size: 25px;
  color: #565442;
  font-family: cursive;
  text-shadow: 1px 1px white;
}
.lucky-dogs-wrap {
  padding-top: 40px;
  margin-top: 10px;
  border-left: 3px solid #565442;
  position: relative;
  left: 40px;
}
.hp-badge {
  position: absolute;
  bottom: 20px;
  right: 0;
  font-family: cursive;
  background-color: #028002 !important;
  border: none !important;
}
.lucky-dogs {
  background: rgba(130, 114, 55, 0.45);
  margin: 20px;
  position: relative;
  left: 50px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: table;
}
.lucky-dogs .timestamp {
  background: #565442;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  width: 90px;
  height: 90px;
  position: absolute;
  left: -116px;
  color: whitesmoke;
  text-shadow: 1px 1px #565442;
  text-align: center;
  padding-top: 25px;
}
.lucky {
  position: relative;
}
.btn {
  width: 200px;
  text-shadow: 1px 1px black;
  font-family: "Microsoft YaHei", Heiti, SimSun, sans-serif;
}
