body {
  background-color: #fff;
  color: #222;
  font-family: 'Inder', sans-serif;
  margin: 0;
  overflow: hidden;
}

#phone {
  background-image: url('/static/img/biocalendar/phone.png');
  height: 640px;
  margin-left: auto;
  margin-right: auto;
  width: 241px;
}

#hover {
  background-image: url('/static/img/biocalendar/hover-circle.png');
  display: none;
  height: 28px;
  position: absolute;
  width: 39px;
}

#img {
  background-image: url('/static/img/biocalendar/icon-birth.png');
  height: 32px;
  position: absolute;
  width: 40px;
}

#text1 {
  color: #171226;
  font-family: monospace;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
}

#text2 {
  color: #171226;
  font-family: monospace;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
}

h5 {
  text-align: center;
  font-size: 10px;
  font-weight: normal;
}

a {
  color: #889;
}

#about {
  border: 1px solid #ccc;
  box-shadow: 0 0 3px 3px #eee;
  display: none;
  height: 440px;
  left: 350px;
  padding: 20px;
  position: absolute;
  right: 100px;
  top: 100px;
}

#sig {
  color: #555;
  font-size: 0.9em;
}

#aboutClose {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  color: #555;
  cursor: pointer;
  font-weight: 100;
  margin: 30px auto 0 auto;
  text-align: center;
  width: 100px;
}

#aboutClose:hover {
  background-color: #f0f0f0;
}
