input[type=text], textarea {
    max-width: 440px;
    text-align: center;
}
input[type=text]:not(.button-text),
textarea {
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: 0 !important;
}
textarea {
    min-height: 120px;
    height: 120px;
    width: 100%;
    border-right: 1px dotted grey;
    border-bottom: 1px dotted grey;
}
::-webkit-input-placeholder { color: darkgrey }
:-moz-placeholder {
    color: darkgrey;
    opacity: 1;
}
::-moz-placeholder {
    color: darkgrey;
    opacity: 1;
}
:-ms-input-placeholder { color: darkgrey }
:placeholder-shown { color: darkgrey }
.link {
    margin: 5px 0;
    padding: 10px;
    border: 1px dotted darkgrey !important;
    font-size: 14px;
    font-style: italic;
    display: block;
    max-width: 568px;
}
.delete {
    font-family: 'Merriweather Sans', sans-serif;
    padding: 10px 25px;
    font-size: 10px;
    line-height: 18px;
    background: #f00;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none !important;
    width: auto;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
#command-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: white;
    padding: 10px 0;
}
#command-nav a {
    margin-right: 10px;
    font-family: 'Merriweather Sans', sans-serif;
    padding: 20px 50px;
    font-size: 14px;
    line-height: 18px;
    background: #3155A4;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none !important;
    width: auto;
    text-align: center;
    display: inline-block;
}
#command-nav #error-msg { color: red }
.error { border-left: 5px solid #f00 !important }
#copyTarget {
    height: 400px;
    background: none;
    font-size: 12px;
}
#modal { display: none }

#modal textarea {text-align: left}
