<pre>
/*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

/* &quot;Source&quot; button label */
.cke_skin_kama .cke_button_source .cke_label
{
	display: inline;
}

/* &quot;Styles&quot; panel size */
.cke_skin_kama .cke_styles_panel
{
	width: 150px;
	height: 170px;
}

/* &quot;Format&quot; panel size */
.cke_skin_kama .cke_format_panel
{
	width: 150px;
	height: 170px;
}

/* &quot;Font&quot; panel size */
.cke_skin_kama .cke_font_panel
{
	width: 150px;
	height: 170px;
}

/* &quot;Font Size&quot; panel size */
.cke_skin_kama .cke_fontSize_panel
{
	height: 170px;
}

/* &quot;Font Size&quot; combo width */
.cke_skin_kama .cke_fontSize .cke_text
{
	width: 25px;
}

/* &quot;Font Size&quot; combo width (IE Quirks) */
.cke_skin_kama .cke_browser_iequirks .cke_fontSize .cke_text
{
	width: 32px;
}
</pre>
