/* KICKSTART TWEAKS */


/* AJAX LOADER */
html.js input.form-autocomplete {
    background-image: url("../images/ajax-loader.gif"); /* tweak this according to your gif */
    background-position: 100% 0px; /* tweak this according to your gif */
    background-repeat: no-repeat;
}
html.js input.throbbing {
    background-position: 100% -16px; /* tweak this according to your gif */
}
.ajax-progress {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.ajax-progress .throbber {
    background: transparent url("../images/ajax-loader.gif") no-repeat 0px 0px; /* tweak this according to your gif */
    float: left;
    height: 16px; /* tweak this according to your gif */
    width: 16px; /* tweak this according to your gif */
    margin: 2px;
}

/* ENSURE CONTEXTUAL LINKS RENDER NICE */
ul.contextual-links li{
    display: inline !important;
}
