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

 .se-spinner {
    background: url('/wp-admin/images/loading.gif') no-repeat;
    background-size: 16px 16px;
    display: none;
    float: right;
    opacity: .7;
    filter: alpha(opacity=70);
    width: 16px;
    height: 16px;
    margin: 5px 5px 0;
 }