.file
{
	display: flex;
	flex-direction: row;
	align-items: center;

	padding: 0;
	margin: 20px 0;
}

.file img
{
	margin-right: 15px;
}

.file a
{
	display: flex;
	flex-direction: row;
	align-items: center;

	width: 100%;
	height: 100%;
}

.date
{
	margin-left: auto;
}