header, nav, article, aside, footer, hgroup, section { display: block; }
a:hover { cursor: pointer; }
.clear { clear: both; }
.packed { width: 1%; white-space: nowrap; }
form { margin: 0; padding: 0; }
body, input { -webkit-text-size-adjust: 100%; }

/* bootstrap */
input.btn-small {
	padding-top: 2px;
	padding-bottom: 2px;
}

.input-append .popover-content,
.input-prepend .popover-content {
	font-size: 13px;
}
.popover-content {
	white-space: nowrap;
}

.form-long-label .control-label {
	width: 180px;
}
.form-long-label .controls {
	margin-left: 200px;
}
.form-long-label .control-label {
	width: 180px;
}
.form-long-label .controls {
	margin-left: 200px;
}

.form-small-label .control-label {
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
	text-rendering: auto;
}

.radio, .checkbox {
	white-space: nowrap;
}

/* ckeditor */
.cke a:hover,
.cke_panel_block a:hover {
	text-decoration: none;
}
.cke_panel_grouptitle {
	line-height: normal;
}
