.repos-annotation-block {
  background-color: rgba( 255, 255, 255 ,  1 );
  background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 );
  border-top:  1px solid;
  border-top-color: rgba( 200, 200, 200 ,  1 );
  border-top-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  position: relative; }
  .repos-annotation-block:first-of-type {
    border-top: none; }

.repos-annotation-prior {
  width: 20px; }

.repos-annotation-mobile {
  color: rgba(0, 0, 0, .9);
  color: var(--text-primary-color,rgba(0, 0, 0, .9)); }

.repos-annotation-cell {
  line-height: 15px; }

.repos-annotation-version {
  width: 3.5rem; }

.repos-annotation-commit-selected, .repos-annotation-line-selected {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background-color: rgba(0, 120, 212, 1);
  background-color: var(--communication-background,rgba(0, 120, 212, 1)); }

.repos-annotation-line-selected {
  width: 5px; }

.repos-annotations-loading-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }
