#certificate-id {
    padding: 4px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.certificate-input button {
    height: 30px;
    background: #020202;
    border: 0;
    color: #fff;
    padding: 2px 12px;
}

[for="certificate-id"] {
    color: #666;
}

.waiting {
    opacity: .6;
    pointer-events: none;
}

.certificate-balance {
    color: #50DFA9;
    font-size: 20px;
    font-weight: bold;
}

.certificate-balance:empty {
    display: none;
}