Preview:
body > main > div:nth-child(4) > div > div > div > div > div > table > thead:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%; /* <-- put left edge in the middle */
    margin-left: -20%; /* <-- shift to the left by half of the width */
    width: 40%;
    height: 1px;
    background: #000;
}

downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter