.state {
    color: #888888;
    font-weight: bold;
}

.error {
    color: #ff2222;
    font-weight: bold;
}

.ok {
    color: #22ff22;
    font-weight: bold;
}

.hint {
    color: #666666;
    background-color: #f4f4f4;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px;
}

input, textarea {
    width: 100%;
}

.description-box {
    padding-top: 30px;
}

.required {
    font-weight: bold;
}

.optional {
    font-weight: bold;
    color: #888888;
}

input[type=file] {
    border: none;
    background: none;
    padding: 0;
}

input[disabled] {
    background-color: #aaaaaa;
}

input[type="checkbox"] {
    margin: 4px 6px;
}

.disabled[type="submit"] {
    background-color: #aaaaaa;
}

.speaker-avatar {
    max-width: 200px;
    max-height: 200px;
    margin: 14px 0px;
}

.talk-status {
    font-weight: bold;
}

.talk-status-1 {
    color: #005500;
}

.talk-status-2 {
    color: #550000;
}
