/* GT Restrictor Pricing */

/* #article {position: relative; margin: 2px 0; padding: 0;  } */


/* temp style */
/* table {border: 2px solid red; margin: 2px;}
td {border: 1px dotted purple; padding 1px;} */
/* end temp stye */

#grid { width: 580px; margin: 1em auto; padding: 0; text-align: center; } /* width: 41em; */
#article div table { width: 550px }
#article div table tr { height: 100px; }
#article div table td { text-align: center;
				 		 			 		 font: small Verdana Arial, Helvetica, sans-serif; font-weight: 500; }
											 
/* identify column 1,2,3, ... c1, c2, c3, ... Then define unique width for each column */	
										 
#article div.none table tr td img { margin: 0; padding: 0; border: 0px solid black; }
#article div table tr.title { height: 50px;  }											 
#article div table tr.title td { font-weight: 900; text-decoration: underline; }
#article div table tr.title td.space { text-decoration: none; }
#article div table td.space { width: 20px; }
#article div table td.c1 { width: 130px; text-align: center; } /* 127min */
#article div table td.c2 { width: 130px; text-align: center; } /* 180px */
#article div table td.c3 { width: 140px; text-align: right; } /* 150px */
#article div table td.c4 { width: 90px; text-align: right; } /* 100px */
