 .green-button {background-color:#4CAF50;border:none;color:white;text-align: center; text-decoration: none; display: inline-block; font-size:14pt; padding: 5px 20px}
 .green-button:hover {background-color:#3E8E41}


.resultcell {
  background-color:#F9F9F9;
  padding:0px;
  margin:0px;
  text-align:center;
  border-style:dotted;
  border-top-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:1px;
}

.resultcellg {
  background-color:#EBEBEB;
  padding:0px;
  margin:0px;
  text-align:center;
  border-style:dotted;
  border-top-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:1px;
}

.resultcell_lgreen {
  background-color:#D5FFD5;
  padding:0px;
  margin:0px;
  text-align:center;
  border-style:dotted;
  border-top-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:1px;
}

.resultcell_green {
  background-color:#CCFFCC;
  padding:0px;
  margin:0px;
  text-align:center;
  border-style:dotted;
  border-top-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:1px;
}

.resultcell_dgreen {
  background-color:#B0FFB0;
  padding:0px;
  margin:0px;
  text-align:center;
  border-style:dotted;
  border-top-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:1px;
}

.resultcell_lred {
  background-color:#FFD2D2;
  padding:0px;
  margin:0px;
  text-align:center;
  border-style:dotted;
  border-top-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:1px;
}

.resultcell_red {
  background-color:#FFB7B7;
  padding:0px;
  margin:0px;
  text-align:center;
  border-style:dotted;
  border-top-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:1px;
}

.resultcell_dred {
  background-color:#FF4646;
  padding:0px;
  margin:0px;
  text-align:center;
  border-style:dotted;
  border-top-width:0px;
  border-bottom-width:0px;
  border-left-width:0px;
  border-right-width:1px;
}