.gdnw {
	border: 2px solid #3399cc;
	font-size:0.8em;
}

.gdnw a {
	text-decoration: none;
}

.gdnw h3 {
	margin: 0;
	width: 100%;
	background-color: #3399cc;
	color: white;
	text-align: center;
	font-family: sans-serif;
}
.gdnw ul {
	list-style: square;
	padding: 0 0.5em 0 0.5em;
	margin-left: 1em;
	text-indent: -1em;
}
.gdnw li {
	list-style-position: inside;
	border-bottom: 1px dotted gray;
}

.gdnw-600px {
	width: 600px;
}

.gdnw-400px {
	width: 400px;
}

.gdnw-250px {
	width: 250px;
}


.gdnw-nowrap li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: -1em;
}
.gdnw-nowrap li:before {
	content: '\25aa'; padding-right:7px;
}