.disp-show { display: block; }
.disp-hide  { display: none; }

.sug-form {
    margin-top: 30px;
    padding-top: 20px;
    border-top: solid 1px black;
}

.sug-row {
    display: block;
    margin-top: 10px;
}

.sug-field {
    display: inline-block;
    padding-left: 10px;
    padding-bottom: 10px;
}

.sug-field > div {
    display: block;
    font-size: 12px;
    padding-right: 5px;
    text-align: left;
}

.sug-required {
    color: red;
    font-weight: bold;
    font-size: 14px;
    padding-left: 5px;
}

.field-error {
    background-color: thistle;
    font-weight: bold;
}

.field-error-instructions {
    padding: 20px;
    background-color: thistle;
    font-weight: bold;
    margin-bottom: 10px;
}

.sug-name  { width: 300px; }
.sug-email { width: 300px; }

.sug-page     { width: 260px; }
.sug-page select { width: 250px; }

.sug-category  { width: 320px; }
.sug-category select { width: 310px; }

.sug-priority  { width: 320px; }
.sug-priority select { width: 310px; }

.sug-description { width: 500px; }
.sug-description textarea {
    width: 470px;
    height: 120px;
    resize: vertical;
}

.sug-char-counter {
    font-size: 11px;
    color: #666;
    margin-top: 2px;
}

.sug-char-counter.sug-over { color: red; font-weight: bold; }

.sug-cancontact { padding-left: 10px; margin-top: 8px; }
.sug-cancontact label { font-size: 13px; cursor: pointer; }

.sug-actions { margin-top: 20px; }

.sug-intro { margin-bottom: 10px; }

/* Honeypot: off-screen */
.sug-honeypot {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.sug-thankyou {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
}

.suggest-link {
    margin-top: 30px;
    font-size: 0.85em;
    color: #888;
}

.suggest-link a {
    color: #888;
}
