.half-line{
	width:50%;
	display:flex;
	padding:20px;
}

.fileHolder{
	display:flex;
	justify-content:start;
	align-itesm:center;
	flex-wrap:wrap;
}

.document-year svg{
	width:25px;
	margin-right:10px;
}

.document-year a{
	font-weight:300;
}

#yearFilter{
	width:130px;
}

.selectorHolder{
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.selectorHolder select{
	width: 130px;
    line-height: 10px;
    height: 36px;
    font-size: 1EM;
    padding: 5px 0;
}