﻿.bScope {
  background-color: white;
  border: 1px solid gray;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: fixed;
  left: 10px;
  top: 10px;
  overflow: auto;
}
.bScope .scopeLine:hover {
  background-color: #f9f9f9;
}
.bScope .scopeAtribut {
  color: #1c77b8;
  padding-left: 5px;
}
.bScope .scopeObjectPart {
  border-left: 1px #787878 solid;
  border-bottom: 1px #787878 solid;
  padding: 15px;
  margin-bottom: 5px;
}
.bScope .scopedTag {
  display: inline-block;
  background-color: #f0f0f0;
  color: #a8a8a8;
  padding: 2px;
  margin-left: 5px;
}
.bScope .scopedTag.copied {
  border: 1px solid blue;
}
