.MyWebButton {
  background-color: #404040;
  border: none;
  color: white;
  font-family: Segoe UI;
  font-size: 12pt;
}
.MyWebButton:hover {
  background-color: #B9C4CD;
}
.MyWebButton:focus {
 background-color: #3694D6;
 outline:0;
}
.MyWebButton:active {
 background-color: #909CA6;
}

.MyWebButton1 {
  background-color: #404040;
  border: none;
  color: white;
  font-family: Segoe UI;
  font-size: 12pt;
}

.no-border canvas {
 border: none !important;
}


