@import url("/media/css/theme.min.css");

/* hide search forms */
.panopticon-view-main > main > form > div:nth-child(1) {display: none !important;}
.panopticon-view-extupdates > main > form > div:nth-child(1) {display: none !important;}
.container-xl {max-width: unset;}

/* hide less interesting info on mobile display */
@media only screen and (max-width: 480px)	
	main  {	padding: 0 !important;}
	.panopticon-view-main .py-2 {padding: 0 !important;}
	.panopticon-view-main .link-secondary {display: none;}
	.panopticon-view-main .fa-box-open {display: none !important;}
	.panopticon-view-main .badge {border-radius: 50%;}
	.xpanopticon-view-main table > thead > tr > th:nth-child(4) {display: none !important;}
	.xpanopticon-view-main table > thead > tr > td:nth-child(4) {display: none !important;}
	} 
