.files-to-download-wrap
{
	margin: 0 auto;
	max-width: 1440px;
	width: 90%;
	padding-bottom: 60px;
}

.files-to-download-wrap fieldset.cdp-row-annexes
{
	margin: auto;
}

.files-list-row-inside{
	border-radius: 10px;
}
.files-to-download-filter form .sf-s-wrapper{
	min-width: 250px;
}
.files-top-menu{
	width: 100%;
    display: flex;
    justify-content: space-between;
}
.files-list-row-top .file-download:hover{
	color:var(--primary-color);
}