#dialogue{
	border-spacing:0px;
}

#dialogue tr th{
	text-align:left;
}

#dialogue tr:nth-child(even) td{
	background-color:rgba(0,0,0,0.1);
}

#dialogue tr:nth-child(even) td:first-child{
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
}

#dialogue tr:nth-child(even) td:last-child{
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
}

#dialogue tr td{
	padding:10px;
	margin:0px;
}

#dialogue tr td.linenum, #dialogue tr th.linenum{
	text-align:center;
}