.shortp {
  margin-top:5px;
  margin-left:20px;
}

.pt {
  background-color: green;
  border-radius: 25px;
  color: white;
  width: 30%;
  font-size:20px;
  text-align:center;
  margin-top:0.6em;
  margin-left:1em;
}
.pt_wide_green {
  background-color: green;
  border-radius: 25px;
  color: white;
  width: 50%;
  font-size:20px;
  text-align:center;
  margin-top:0.6em;
  margin-left:1em;
}
.pt_magenta {
  background-color: magenta;
  border-radius: 25px;
  color: white;
  width: 30%;
  font-size:20px;
  text-align:center;
  margin-top:0.6em;
  margin-left:1em;
}
.pt_silver_red {
  background-color: silver;
  border-radius: 25px;
  color: red;
  width: 40%;
  font-size:20px;
  text-align:center;
  margin-top:0.6em;
  margin-left:1em;
}
.pt_cyan_red {
  background-color: cyan;
  border-radius: 25px;
  color: red;
  width: 40%;
  font-size:20px;
  text-align:center;
  margin-top:0.6em;
  margin-left:1em;
}
.box_gray {
  margin-left:1em; 
  border-width:1px; 
  border-style:solid; 
  border-color:gray; 
  padding-bottom:0.3em; 
  padding-right:0.2em;
}
.infolab {
  font-family:Verdana;
  size: 14pt;
}
