/*
    Generic styles for the AJAX loader.

    Should be incorporated into the final stylesheets
    before product launch.
*/
#ajax-loader {
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -4em;
    width: auto;
    padding: 0.5em 1em;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    display: none;
}