how To target a particular td in css

CSS
BY LOVE
 .modal-body table tr td:nth-child(2)
  {
            color:red;
  }
Source

Also in CSS: