
#visualContainer {
  width: 100%;
  height: 90%;
  box-sizing: border-box;
}


.logoContainer {
  padding: 80px 0px 20px 20px;
  box-sizing: border-box;
}

.logoContainer > img {
  height: 50px;
  margin-right: 20px;
}


.hitem {
  font-size: .6em;
  color: #666;
/*  width: 100%;*/
  float: left;
  line-height: 20px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.colors {
/*  display: flex;*/
  justify-content: center;
}

.colors>.color {
  width: 10px;
  height: 10px;
  float: left;
  margin: 0px 5px 0px 0px;
}

.originHolder {
  text-align: left;
}

.collectionHolder {
  text-align: left;
}

/* Vis css */
#canvas {
  margin: 0;
  padding: 0;
}
.marking {
  position: relative;
  top: -60px;
}
.box {
  float: left;
  height: 10px;
  width: 10px;
  border: 1px solid black;
  margin-left: 24px;
  clear: both;
}

.red {
  background-color: red;
}

.green {
  background-color: green;
}

table {
  font-size: .6em;
}
tr {
  text-align: center;
}

td {
  padding: 6px;
}


@media screen and (min-width: 600px) {
  .hitem {
    line-height: 10px;
  }
  .originHolder {
    text-align: right;
  }
}

