table.content {
		width: 680px;
		height: 100%;
		border-collapse: collapse;
}

table.content table {
		width: 100%;
}

table.content th {
              color: #999999;
              white-space: nowrap;
}

table.content td, table.content th {
		text-align: left;
	    vertical-align:top;		
}

td.content {
	    background-color: transparent;
		padding: 20px;
	    width: 100%;
	    height:100%;
}

td.ErrorStacktrace{
        font-size: 9px;
}

