.mylabel {
  color: red;
  background-color: none;
  font-family: "Arial";
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  width: 100px;     
  border: 0px solid black;
  white-space: nowrap;
  position: relative;
}

.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;
}

