#articles {
	padding: 0.5em;
	float: left;
	width: 345px;
}

#listing {
	list-style-type: none;
	padding: 0;
}

.article p {
 	margin: 0 0 1.5em 0;
 	font-size: 0.75em;
	/*text-align: justify;*/
}

.article p img {
	border: solid 1px white;
	margin: 0 1em 0.5em 0;
	float: left;
}

.article ul, 
.article ol {
 	font-size: 0.75em;
 	margin-bottom: 1em;
}

.article table {
	color: white;
}


.article h4 {
	margin-bottom: 0.2em;
}

.article h4 a {
	padding: 0;
}


.article p.info {
	font-size: xx-small;
	text-align: left;
}

.article .content {
	/*text-align: justify;*/
}

.article table {
 color: white;
 margin-bottom: 1em;
}

.article table th {
 text-align:left;
 border-bottom: solid 1px #fff;
}

.article table td {
 padding: 0em 0.5em 0.5em 0;
}
