/* unused styling */

#receptive-modal .modal-dialog,
#support-request-modal .modal-dialog
{
    width: 95%;
    height: 95%;
    padding: 0;
}

#receptive-modal .modal-content,
#support-request-modal .modal-content
{
    height: 90%;
    border-radius: 0;
}

#receptive-modal .close,
#support-request-modal .close
{
    color: #ffffff;
}

#receptive-modal .modal-header,
#support-request-modal .modal-header
{
    background-color: #2E2E2E;
    color: #e6e6e6;
}