/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

#thank-you-message {
    display: none;
}

#thank-you-message.show {
    display: block;
}