body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.ui-layout-pane-north,.ui-layout-pane-west,.ui-layout-container {
	border: none;
}

#main-panel {
	border: none;
}

.centeredColumn {
	text-align: center !important;
}

.ui-layout-north {
	z-index: 20 !important;
	overflow: visible !important;
}

.ui-layout-north .ui-layout-unit-content {
	overflow: visible !important;
}

.hidden {
	display: none !important;
}

.to-front {
	z-index: 1100;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.no-border {
	border: none;
}

.hide-column-names table thead tr {
	display: none;
}

.hide-column-names {
	margin-bottom: -1px;
}

.ui-button-small {
	height: 1.2em;
	width: 1.2em;
}

.preformatted {
	white-space: pre-wrap;
}

.monospace {
	font-family: monospace;
}

.input-autocomplete {
	width: 100% !important;
}

.input-autocomplete input {
	width: inherit !important;
}

.delete-column {
	width: 32px;
	padding: 0;
	text-align: center;
}

.delete-column>button {
	vertical-align: middle;
}

table.updating-history:after {
	content: url("/biocham/online/javax.faces.resource/ajaxloadingbar.gif.xhtml?ln=img&v=202410290743");
}

.status-output {
	width: 100%;
}

ul.ui-menu-child {
	white-space: nowrap;
	width: auto !important;
}

.files-list {
	list-style-type: circle !important;
}

code {
	background-color: #f9f2f4;
	border-radius: 4px;
	color: #c7254e;
	font-size: 90%;
	padding: 2px 4px;
}

kbd {
	background-color: #333;
	border-radius: 3px;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
	color: #fff;
	font-size: 90%;
	padding: 2px 4px;
}