Scraping on different rows

Why is it scraping on different rows? I needed to scrap on the same row.

Url: http://www.statarea.com/predictions/date

Sitemap:
{"_id":"statarea","startUrl":["http://www.statarea.com/predictions/date"],"selectors":[{"id":"Casa","type":"SelectorText","selector":"div.hostteam div.name a","parentSelectors":["_root"],"multiple":true,"regex":"","delay":0},{"id":"Fora","type":"SelectorText","selector":"div.guestteam div.name a","parentSelectors":["_root"],"multiple":true,"regex":"","delay":0},{"id":"PorcCasa","type":"SelectorText","selector":"div.coefbox:nth-of-type(2) div.value","parentSelectors":["_root"],"multiple":true,"regex":"","delay":0},{"id":"PorcEmpate","type":"SelectorText","selector":"div.coefbox:nth-of-type(3) div.value","parentSelectors":["_root"],"multiple":true,"regex":"","delay":0},{"id":"PorcFora","type":"SelectorText","selector":"div.coefbox:nth-of-type(4) div.value","parentSelectors":["_root"],"multiple":true,"regex":"","delay":0},{"id":"teste","type":"SelectorText","selector":"div.guestteam div.name:nth-of-type(n+2) a","parentSelectors":["_root"],"multiple":true,"regex":"","delay":0}]}

Use an element selector as a parent for the text selectors