bi-console-result {
  flex-direction: column;
  display: flex;
  height: 100%;
  padding: 15px;
  font-family: 'Courier';
  font-size: 12px;
  color: #FFFFFF;
  background-color: #1d242f;
  overflow-y: auto; }
  bi-console-result pre {
    white-space: nowrap;
    min-height: 17px; }
  bi-console-result bi-copy-to-clipboard {
    position: absolute;
    right: 0;
    top: 0; }
  bi-console-result .console-result-timestamp {
    position: relative;
    margin: 0 0 12px 0; }
    bi-console-result .console-result-timestamp:not(:first-child) {
      margin: 10px 0; }
    bi-console-result .console-result-timestamp::after {
      content: '';
      width: 100%;
      position: absolute;
      left: 0;
      top: 50%;
      z-index: 1;
      border-top: 1px solid #44546e; }
    bi-console-result .console-result-timestamp .console-result-timestamp-value {
      font-size: 0.85em;
      padding: 1px 10px;
      position: relative;
      color: #eff1f5;
      background-color: #44546e;
      z-index: 2;
      margin-left: 30px;
      border-radius: 3px; }
      bi-console-result .console-result-timestamp .console-result-timestamp-value::before {
        content: '';
        position: absolute;
        width: 10px;
        height: 100%;
        background-color: #1d242f;
        z-index: 2;
        left: -10px; }
      bi-console-result .console-result-timestamp .console-result-timestamp-value::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 100%;
        background-color: #1d242f;
        z-index: 2;
        right: -10px; }
