/* button */
.btnD {
  background: #FFF;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
  margin: 8px auto;
  position: relative;
  text-align: center;
}
.btnD a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  width: 100%;
  white-space:nowrap;
  color: #d3d3d3;
}
