/* @option user-selected content panel position */

.panel {
	top: 20px;
	position: absolute;
	left: 60%;
	right: 5%;
	width: auto;
	padding-bottom: 30px;
}

#breadcrumbcontainer {width: 100% !important;}
#contentContainer {width: auto;padding-top: 30px;}

#sidebarContainer {display: none;}

@media screen and (max-width:1024px) {
.panel {width: auto !important;left: 55%;right: 5%;}
}

@media screen and (max-width:768px) {
.panel {left: 50%;right: 5%;border-width: 3px !important;padding-bottom: 25px;}
}

@media screen and (max-width:600px) {
.panel {right: 10px !important;left: 10px;
padding-bottom: 20px;}
}
