#articles{
	padding-top: 50px;
   	padding-bottom: 50px;
	background-color: #313131;
}

#articles .container .articles{
	text-align: center;
    padding-bottom: 60px;
    margin-top: 0;
}

#articles .container .articles blockquote{
	border-left: 5px solid #868686;
}

#articles .container .articles a {
	text-decoration: none;
}

#articles .container .articles p{
	margin: 10px 0 0;
	font-family: 'Roboto';
	font-size: 14px;
    text-align: justify;
    color: #777777;
}

#articles .container .articles .footercite {
	font-family: 'Roboto';
	font-size: 14px;
    text-align: right;
}

#articles .container .articles footer {
	font-family: 'Roboto';
	font-size: 15px;
    text-align: left;
    color: #909090;
}

#articles .container .articles cite {
	font-family: 'Roboto';
	font-size: 15px;
	font-style: italic;
}
