/* Animated throbber */
html.js .block-refresh-button {
  background: url('throbber.gif') no-repeat scroll 100% 4px transparent;
    cursor: pointer;
    height: 18px;
    float: right;
    margin-right: 0;
    padding-right: 20px;
    color: #848484;
    text-decoration: none;
    position: absolute;
    top: 20px;
    right: 0;
}

html.js .block-refresh-button a {
  margin-right: 18px;
}

html.js .block-refresh-button-throbbing {
  background-position: 100% -18px;
}

html.js .block-refresh-hidden {
  display: none;
}