How can I expand a table like the one in the picture? 
I tried the following code:
\begin{tabularx}{\textwidth}{x x}
\hline
\textsf{Australia} & \textsf{OECD} \\
\hline
\rowcolor{gray!40}
\textsf{79.689} & \textsf{48.901} \\
\textsf{65.195} & \textsf{40.007} \\
\rowcolor{gray!40}
\textsf{3.5} & \textsf{7.9} \\
\textsf{82.4} & \textsf{80} \\
\rowcolor{gray!40}
\textsf{20.8} & \textsf{19.3} \\
\textsf{15.0} & \textsf{16.2}\\
\hline\hline\\
\end{tabularx}
\end{center}
but I got the following
Thanks in advance for your support!


