

.content{
	width: auto;
	min-width: 980px;
	max-width: 70vw;
}

.Repository.Index .content{
	zoom: .85;
	max-width: 90vw;
}


.footer a {
    display: none;
}


.content > form[action="/Repository/Index"]{
    position: absolute;
    left: 20vw;
    top: 0;
}

