.issuebadge-container {
    max-width: 800px;
    margin: 20px 0;
}

#issuebadge-messages {
    margin: 20px 0;
}

#issuebadge-messages .notice {
    margin: 10px 0;
}

#issuebadge-send-form .form-table th {
    width: 200px;
}

#issuebadge-send-form .required {
    color: #dc3232;
}

#badge_id {
    min-width: 300px;
}

#refresh-badges {
    margin-left: 10px;
}

#issue-result {
    background: #fff;
    border: 1px solid #c3c4c7;
    border-left: 4px solid #00a32a;
    padding: 20px;
    margin-top: 30px;
}

#issue-result h3 {
    margin-top: 0;
    color: #00a32a;
}

#issue-result p {
    margin: 10px 0;
}

#public-url {
    word-break: break-all;
}

.issuebadge-loading {
    opacity: 0.6;
    pointer-events: none;
}

.spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0,0,0,.3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    margin-left: 10px;
    vertical-align: middle;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}