table {
  width: 100%;
  border-collapse: collapse;
}

.stable {
  width: 100%;
  border-top: none;
  text-align: right;
  border-right: #4caf50;
}

.td1 {
  font-weight: bold;
  background-color: #4caf50;
  color: white;
  border: 1px solid #000000;
  text-align: center;
  padding: 10px;
  
  
}

.td2 {
  color: #000000;
  background-color: #98bcaa;
  border: 1px solid #000000;
  text-align: center;
  padding: 10px;
}

.td3 {
  border: 1px solid #000000;
  text-align: center;
  padding: 10px;
}

.first{
  color: #4caf50;
}
.second{
  padding-left: 1000px;
}

