.blue-border-box {
      position: relative;
      margin-left: auto;
      margin-right: auto;
      /*width: 610px;*/
      /*height: 504px;*/
      /*border: 2px solid #2996cc;*/
       width:305px;
       height: 250px;
    }

.canvasElem_size{
    width:303px;
    height: 250px;
    /* border: 2px solid #2996cc; */
    /* padding-bottom: 0px; */
    outline: 5px solid #2996cc;
    outline-offset: 6px;
}
.arrowPos{
  margin-left:auto;
  margin-right:auto;
  text-align:center
}

.scanner{
  width: 303px;
  height: 5px;
  background: rgba(255,0,0,0.5);
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 0;
  /*bottom: 100;*/
  left: 0;
  z-index:20;
  -webkit-animation: scanner 2.0s infinite linear;
  -webkit-animation-direction: alternate;
}

@-webkit-keyframes scanner{
  /*from {*/
  /*      top: 5px;*/
  /*  }*/
  /*  to { */
  /*      top: 504px;*/
  /*  }*/
  /**/
  0%{
    top: 0px;
  }
  50%{
    top: 250px;
  }
  100%{
    top: 0px;
  }
}

.wrapped-paragraph {
  white-space: pre-wrap;
  border: 2px solid black;
  width: 610px;
  padding-top: 5px;
}

.bar {
  fill: steelblue;
}

.bar:hover {
  fill: brown;
}

.axis {
  font: 14px sans-serif;
}

.axis path, .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.resultContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

.output-result {
  white-space: pre-wrap;
  text-align: left;
  margin-top: 130px;
  margin-left: 150px;
}

.left-element-text {
  white-space: pre-wrap;
  text-align: left;
  margin-left: 120px;
}

.right-element {
  float: right;
}

.medium-font {
  font: 14px;
}

.floatybox {
  display: inline-block;
  width: 900px;
}

.report-text-margin {
  text-align: center;
  margin-top: 20px;
}

.loading-txt {
  margin-top: 150px;
}

.main-table{
  vertical-align: center;
}

.grey-background{
  background:lightgrey;
}
.notes-p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}