.feed-controller-view {
  /* Hides an element from the screen but lets screen readers access it */ }
  .feed-controller-view .visibly-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px); }
  .feed-controller-view .package-messagebar-link {
    padding-left: 5px; }
  .feed-controller-view .vss-PivotBar--header {
    align-items: center; }
  .feed-controller-view .bolt-header-no-spacing-defined {
    padding-top: 0px; }
