.box_dashboard{
	display: block;
    font-size: 15px;
    margin-top: 38px;
    white-space: nowrap;
    margin-left: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.relation_tag_box {
  float: left;
  height: 10px;
  width: 10px;
  margin-top: 5px;
  margin-right: 5px;
  border: 1px solid black;
  clear: both;
}

.tag_yellow {
  background-color: yellow;
}

.tag_gray {
  background-color: gray;
}

.tag_blue {
  background-color: blue;
}
.tag_green {
  background-color: green;
}
.tag_white {
  background-color: white;
}