html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.my-sidebar {
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
}
#the-canvas {
    border: 1px solid black;
    direction: ltr;
}
.AcknowledgeOuterDiv {
    float: left;
    width: 100%;
    height: 300px;
    overflow: auto;
}

.AcknowledgeInnerDiv {
    float: left;
}