.hub-spinner.ms-Spinner {
  /* These overrides shouldn't exist; We should get these styles 
        automatically as part of Fabric UI, or Team Services UI. 
        Design is working to resolve this.
    */
}

.hub-spinner.ms-Spinner.invisible {
  visibility: hidden;
}

.hub-spinner.ms-Spinner > .ms-Spinner-label {
  font-size: 14px;
}

.hub-spinner.ms-Spinner.align-left > .ms-Spinner-circle {
  display: inline-block;
}

.hub-spinner.ms-Spinner.align-left > .ms-Spinner-label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 8px;
}
