#message-modal,
#pro-account-modal {
    margin-left: -200px;
    width: 400px;
}

#message-modal .modal-body,
#pro-account-modal .modal-body {
    padding: 1em;
}

#pro-account-modal .plan-option input {
    position: relative;
    top: -4px;
    margin-right: 4px;
}

#pro-account-modal span.discount-text {
    background-color: #DFF0D8;
    color: #588e4f;
    border: 1px solid #588e4f;
    padding: 0 8px;
    margin-left: 20px;
    border-radius: 4px;
}

.max-width-button {
    max-width: 100%;
    margin: 0.5em;
}

.pro-account-close-button {
    opacity: 0.7;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 2px;
}

.pro-account-close-button:hover {
    opacity: 1.0;
}

.modal-footer {
    text-align: center;
}
