fieldset div.input-row:hover {
	background: #fff;
}

.table-actions {
	border: 1px solid #dedede;
}

.table-actions th {
	padding: 8px;
	background: #efefef;
}

.accordion-group.panel {
	margin-bottom: 0;
}

.accordion-heading {
	color: #333;
	border: 1px solid #dedede;
	background: #e9e9e9;
	line-height: 1.8;
	padding: 2px 6px 2px 6px;
	cursor: pointer;
}

.accordion-heading:hover {
	background: #efefef;
}

.accordion-heading a:after {
	float: right;
	font-family: FontAwesome, serif;
	content: "\f078";
	margin-right: 6px;
}

.accordion-heading a.collapsed:after {
	content: "\f053";
	margin-right: 8px;
	margin-left: 2px;
}

.accordion-heading a,
.accordion-heading a:hover,
.accordion-heading a:focus,
.accordion-heading a:active {
	color: #333;
	text-decoration: none;

}

@media (min-width: 0) {
	.table-actions .settings {
		width: 200px;
	}
	.table-actions .calculated {
		width: 200px;
	}
}

@media (min-width: 768px) {
	.table-actions .settings {
		width: 200px;
	}
	.table-actions .calculated {
		width: 200px;
	}
}

@media (min-width: 992px) {
	.table-actions .settings {
		width: 200px;
	}
	.table-actions .calculated {
		width: 200px;
	}
}

@media (min-width: 1200px) {
	.table-actions .settings {
		width: 250px;
	}
	.table-actions .calculated {
		width: 200px;
	}
}

.alert kbd {
	padding: 2px 7px 0 7px;
	border-radius: 7px;
	margin: 1px;
	font-weight: bold;
	background: #fff;
	display: inline-block;
	text-align: center;
}

.setting-note {
	line-height: 1.8;
}
