/* Form submission button post click */
input.form-submitted {
    border: 2px solid #888;
    color: #888;
    opacity: .5;
    pointer-events: none;
}

#form-submit-holder.form-submitted {
    cursor: not-allowed;
}

.clickable-cursor {
    cursor: pointer;
}