body
{
font-size:75%;	
}

.newspaper-a th
{
	font-size: 10px;
	
}

.newspaper-a  tr td:first-child{
	text-align: left;
	padding-left:5px;
	border-left: 0;
	overflow : hidden;
  text-overflow : ellipsis;
  white-space : nowrap;
  
  display: -webkit-box;              /* CSS3 Flexible Box Model */
	-webkit-line-clamp: 2;             /*  */
	-webkit-box-orient: vertical;
}

.newspaper-a td
{
	padding: 5px 2px 5px 0px;
	font-size: 0.8em;	
	font-weight: bold;
}

.ui-widget button
{
	font-size:0.8em;	
}
 h1		{font-size:220%; font-weight:normal; line-height:130%; margin:0; padding:0 0 0px 0; }
