body {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
}
.graphie .error, #output .error {
    font: 12px Menlo, Courier, monospace;
    color: red;
    white-space: pre;
}
#left {
    float: left;
    margin-right: 10px;
    outline: 1px solid #ccc;
    width: 520px;
}
#editor {
    height: 600px;
    border-bottom: 1px solid #ccc;
}
#samples {
    display: none;
}
#output {
    float: left;
    min-height: 610px;
    outline: 1px solid #ccc;
    width: 480px;
    padding: 10px;
}
#output .graphie {
    outline: 1px dashed #df0030;
}
#output .size {
    font-size: 12px;
    color: #df0030;
    display: block;
    margin-top: 3px;
}

#controls {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
#controls .image-link {
    width: 50%;
    font-size: 12px
}

#controls .example-selector {
  font-size: 12px;
}

#preview {
    padding: 5px;
}
#preview > form {
    display: inline-block;
}

.link-copied {
    display: none;
    padding: 2px;
    font-size: 12px;
}

.i-copy-link {
  background: url("../images/copy-link.svg") center center no-repeat;
  background-size: contain;
  border: none;
}

.i-copy-link:hover {
  background-color: #e6e6e6;
}

.i-copy-link:active {
  background-color: #ffffff;
}

.btn-rerender, .btn-create-svg {
    width: 35%;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    text-align: center;
}
