*, ::after, ::before {
	box-sizing: content-box;
}

body {
	line-height: 1.4;
}

table {
	border-collapse: separate;
}

hr {
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
}

.feedbacklayertable {
	width: 244px !important;
	height: 371px !important;
}

label {
	display: inline;
}

.popover {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.8);
	
}
.popover-header {
	background-color: #FFA84B;
	color: white;
	font-weight: bold;
	font-size: 0.8em;
}
.popover-body {
	color: #333;
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: rgba(64, 64, 64, 0.8);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: rgba(64, 64, 64, 0.8);
}
