.panel-heading .form-group {
	margin-bottom: 15px;
}

.break-word {
	word-wrap: break-word;
}

.pre-line {
	white-space: pre-line;
}

.list-group-item .left-actions {
	list-style: none;
	position: absolute;
	right: 15px;
	z-index: 2;
	top: 10px;
}

.left-actions > li {
	display: inline-block;
	vertical-align: baseline;
	padding-left: 5px;
}

.p10 {
	padding: 10px;
}

/*
 * Angular adds this style to elements marked with ng-cloak, but since it will be done via JS some flicker/redrawing will be
 * visible. Here we add it via CSS so it will loaded by browser at the beginning of a page rendering.
 */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}