style/master.css [94:108]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}
p {
  line-height: 2em;
  margin-bottom: 2em;
}
p + p {
  margin-top: 2em;
}
.button-container {
  position: absolute;
  right: -5px;
  background: url(../image/shadow.png);
}
.button {
  display: block;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



style/master.less [119:138]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

p {
    line-height: 2em;
    margin-bottom: 2em;
}

p + p {
    margin-top: 2em;
}


.button-container {
    position: absolute;
    right: -5px;
    background: url(../image/shadow.png);
}

.button {
    display: block;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



