.paperscript {
  position: relative; }
  .paperscript .buttons {
    position: absolute;
    left: 610;
    z-index: 1; }
  .paperscript .button {
    float: right;
    display: none;
    font-size: 11px;
    line-height: 16px;
    padding: 2px 6px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 8px 8px 0 0; }
  .paperscript .button {
    background: #eee; }
  .paperscript:hover .button {
    display: inline-block; }
  .paperscript .button:hover {
    background: #ddd;
    cursor: pointer; }
.paperscript .canvas.border canvas {
    border: 1px solid #999; }
