.loadingDiv {
  color:#000;
  font-size:11pt;
  background-color:#FFEF00;
  display:none;
  position:fixed;
  top:0px;
  right:0px;
  padding:5px;
  font-weight:bold;
}
.plus {
  border:1px solid #5098ff;
  background-color:#050;
  height:18px;
  width:18px;
  font-size:9pt;
  font-weight:bold;
  
}
.plus:hover {
  background-color:lime;
  cursor:pointer;
  cursor:hand;
}
.minus {
  border:1px solid #5098ff;
  background-color:maroon;
  height:18px;
  width:18px;
  font-size:9pt;
  font-weight:bold;
  z-index:1001;
}
.minus:hover {
  background-color:red;
  cursor:pointer;
  cursor:hand;
}
.thanks {
  border:1px solid #5098ff;
  background-color:#0c6490;
  height:18px;
  font-size:9pt;
  color:white;
}