﻿.content .download {
  position: relative;
  width: 180px;
  height: 40px;
  line-height: 40px;
  margin: 10px 0;
  border-radius: 7px;
  background: #e0e0e0;
  color: #333333;
  text-indent: 16px;
}
.content .download:after {
  position: absolute;
  top: 7px;
  right: 20px;
  content: "";
  width: 29px;
  height: 26px;
  background: url("../img/download.png");
}
/*# sourceMappingURL=people.css.map */