.mytb tr,
.mytb td {
  text-align: center !important;
}

.newadd {
  font-size: 12px;
  background: #4caf50;
  color: white;
  padding: 4px 8px;
  border-radius: 20px;
  margin-top: 10px;
  position: relative;
  top: 20px;
}

.newadd:hover {
  color: white;
}

.gradient-aqua-marine {
  background: #014656 !important;
}
