#personal-qr-page {
    margin: 20px;
}

#settings-form {
    margin-top: 20px;
}

#settings-form input[name="price"] {
    max-width: 70px;
    margin-bottom: 20px;
}

#settings-form hr {
    margin: 20px 0;
}

#settings-form #pdf-header {
    margin-bottom: 20px;
}

#settings-form #remove-logo.disabled {
    opacity: .4;
    cursor: default;
    pointer-events: none;
}

#settings-form label[for="pdf-logo"] {
    display: block;
    margin-top: 20px;
}

#settings-form #preview-pdf-logo {
    height: auto;
    width: 100%;
    max-width: 200px;
}

#settings-form input[type="submit"] {
    margin-top: 20px;
}

#own-message-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
}

#own-message-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#own-message-form input,
#own-message-form textarea {
    margin-bottom: 20px;
}

#own-message-form #own-message-btn {
    margin-top: 40px;
    width: 80px;
}

.print-card {
    cursor: pointer;
    color: #2271b1;
}

.print-card:hover {
    text-decoration: underline;
}

.disabled {
    cursor: not-allowed;
    opacity: 0.5;
}