/** Hide Form Elements **/
fieldset.group-headline div.tabledrag-toggle-weight-wrapper,
fieldset.group-headline table.field-multiple-table thead {
	display: none;
}
fieldset.group-headline fieldset.filter-wrapper {
	display: none;
}

#edit-title-field tbody div.form-item label {
	display: none;
}
#edit-title-field div.form-item.has-error {
	border: 2px solid red;
}
label.fb-subtext {
	font-family: "Open Sans", "Segoe UI", "Helvetica", sans-serif;
	font-size: 20px;
	font-weight: 300;
	margin: 0px 0px 4px;
	line-height: 1.4;
	width: initial;
}
fieldset.group-headline a.ckeditor_links {
	border: none;
	padding: 0;
}
fieldset.group-headline table.field-multiple-table tr.active,
fieldset.group-headline table.field-multiple-table tr.active > td {
	background-color: #CCFFCC;
}
.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
	background-color: inherit;
}
tr.active td:nth-child(2)::before{
	content: 'Active Headline';
}