table.dld {
	width: 100%;
	/* margin: auto; */
}

table.dld td:first-child {
	width: 500px;
}

table.dld td {
	padding: 12px;
	padding-left: 28px;
}

table.dld tr:nth-child(even) {
	background-color: #fffff0;
}

table.dld tr:nth-child(odd) {
	background-color: #eeeee0;
}

table.dld  img {
	height: 32px;
	vertical-align: middle;
	margin-right: 12px;
}

table.dld_half {
	width: 50%; /* :) */
}

div.warning {
	/* border: 4px solid red;  */
	
	font-size: 13pt;
	font-weight: bold;
	
	background-color: #bbbbbb;
	padding: 24px; 
	text-align: center; 
	
	width: 800px;
	margin: 40px auto; 
	margin-top: 20px; 
	
	line-height: 17pt;
}

div.warning a {
	text-decoration: underline;
}
