.mylabel {
  color: black;
  background-color: white;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: auto;     
  border: 2px solid black;
  white-space: nowrap;
}