.tg  {border-collapse:collapse;border-spacing:0; margin-top:30px}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 15px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.btn {
  display: block; 
  background: #ffff00;
  background-image: -webkit-linear-gradient(top, #ffff00, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffff00, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffff00, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffff00, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffff00, #e6e6e6);
  -webkit-border-radius: 60;
  -moz-border-radius: 60;
  border-radius: 60px;
  -webkit-box-shadow: 1px 1px 10px #666666;
  -moz-box-shadow: 1px 1px 10px #666666;
  box-shadow: 1px 1px 10px #666666;
  font-family: Courier New;
  color: #100e78;
  font-size: 11px;
  padding: 5px 4px 5px 4px;
  border: solid #e6e6e6 1px;
  text-decoration: none;
  text-align: center;
}

.btn:hover {
  background: #ffffcc;
  background-image: -webkit-linear-gradient(top, #ffffcc, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffcc, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffcc, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffcc, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffcc, #e6e6e6);
  text-decoration: none;
}