Kẻ bảng trong latex

Em chào mọi người ạ.Em có một vấn đề với việc sử dụng latex ạ. Em đã kẻ được bảng như mình mong muốn nhưng ở dòng \begin{tabular}{|l|l|p{8em}|p{8em}|} thì lại hiện thông báo là overfull.Vậy cho em hỏi là làm thế nào thì sẽ mất cái overfull ấy ạ, em cảm ơn ạ.

    \documentclass[13pt, a4paper]{article}
\usepackage{booktabs}
\usepackage[breaklinks]{hyperref}
\usepackage{array}
\usepackage{wrapfig}
\usepackage{multirow}
\usepackage{tabu}

\begin{document}
\begin{center}
\fontsize{11pt}{20pt}\selectfont
\begin{tabular}{|l|l|p{8em}|p{8em}|}

	\hline
	Country 1&Country 2& \multicolumn{2}{c|}{Country 3} \\
	\hline
	&  &Cooperation x\(^{(3)}_1\)&Non- Cooperation x\(^{(3)}_2\)
  \\
\hline
\multirow{2}{8em}{Cooperation x\(^{(1)}_1\)
}&Cooperation x\(^{(2)}_2\)
&\raggedright U\(^{(1)}_{111}\)=10,U\(^{(2)}_{111}\)=10, U\(^{(3)}_{111}\)=10
&\raggedright U\(^{(1)}_{112}\)=10,U\(^{(2)}_{112}\)=10, U\(^{(3)}_{112}\)=1\tabularnewline 
\cline{2-4}
&Non- Cooperation x\(^{(2)}_2\)&\raggedright U\(^{(1)}_{121}\)=10,U\(^{(2)}_{121}\)=1, U\(^{(3)}_{121}\)=10
&\raggedright U\(^{(1)}_{122}\)=10,U\(^{(2)}_{122}\)=1, U\(^{(3)}_{122}\)=1
\tabularnewline 
	\hline
	\multirow{2}{8em}{Non- Cooperation x\(^{(2)}_1\)
}&Cooperation x\(^{(2)}_2\)
  &\raggedright U\(^{(1)}_{211}\)=5,U\(^{(2)}_{211}\)=5, U\(^{(3)}_{211}\)=5
  &\raggedright U\(^{(1)}_{212}\)=5,U\(^{(2)}_{212}\)=5, U\(^{(3)}_{212}\)=1\tabularnewline 
\cline{2-4}
	&Non- Cooperation x\(^{(2)}_2\)  
	&\raggedright U\(^{(1)}_{221}\)=5,U\(^{(2)}_{221}\)=1, U\(^{(3)}_{221}\)=5
  &\raggedright U\(^{(1)}_{222}\)=5,U\(^{(2)}_{222}\)=1, U\(^{(3)}_{222}\)=1
 \tabularnewline 
	\hline
\end{tabular}
\end{center}
\end{document}
83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?