.mylabel {
  color: red;
  background-color: yellow;
  font-family: "Arial";
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 100px;     
  border: 2px solid black;
  white-space: nowrap;
}

.mylabel2 {
  color: black;
  background-color: white;
  font-family: "Arial";
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 100px;     
  border: 1px solid black;
  white-space: nowrap;
}

