How to get right margin in parboxed header? Top, bottom and left margin are ok, but there is no margin at the right (top) side of 'Parameter' header.
\begin{table}[ht]\footnotesize
\centering
\begin{tabular}{|c|}
\hline
\begin{sideways}\parbox{2cm}{Parameter etc etc ....}\end{sideways}
\end{tabular}
\caption{Summary}
\label{tab:summary}
\end{table}

There are top,bottom and left margin, but there is no margin at right side of the header, as you can see at attached image.
