#control_panel {
	font-size: 80%;
	right: 0;
	padding: .2em;
	background: #eee;
}

#control_panel #console_cmd {
	width: 94%;
}


.ui-dialog-title {
	font-size: 60%;
	padding: 0;
	margin: 0;
}
.ui-dialog-titlebar {
	padding: 0;
}


	.column { padding-bottom: 100px; }
	.portlet { margin: 0 4px 4px 0; font-size: 80%; }
	.portlet-header { margin: 0.3em; margin-bottom: 0; padding: .2em 0 4px .3em; font-size: 80%; }
	.portlet-header .ui-icon { float: right; }
	.portlet-content { padding: 0.2em; padding-top: .1em; }
	.ui-sortable-placeholder { border: 1px dotted black; visibility: visible !important; height: 50px !important; }
	.ui-sortable-placeholder * { visibility: hidden; }
	
#console_history {
	overflow: auto;
	height: 100px;
	width: 100%;
	font-size: 80%;
}

.ui-dialog-content {
	background: red;
}

.tabs {
	font-size: 80%;
}