.scale-table {
	border-collapse: separate;
	border-spacing: 0;	
	width: 100%;
	margin-bottom: 15px;
}
.scale-title {
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	border: 4px solid white;
	background: #2E4F4D;
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.scale-break {
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 400;
	background: #2E4F4D;
	border-left: 4px solid white;
	border-right: 4px solid white;
}
.scale-head {
	background-color: #1A1615;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 5px;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #fff;
}
.scale-head:first-child {
	border-left: 4px solid white;
}
.scale-head:first-child img{
	margin-right: auto;
	margin-left: auto;
}
.scale-head:last-child {
	border-right: 4px solid white;
}
.scale-data {
  background-color: #CCC;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  text-align: center;
  padding: 5px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #999;
}
.scale-data:first-child {
	border-left: 4px solid white;
	border-right: 1px solid #999;
}
.scale-data:last-child {
	border-right: 4px solid white;
}
.scale-group {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: left;
	padding: 5px;
	border-right: 4px solid white;
}
.scale-span {
	border-left: 4px solid white;
	border-right: 4px solid white;
}
.scale-foot {
	background: #2E4F4D;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: Normal;
	color: #FFF;
	border: 4px solid white;
	border: 4px solid white;
	text-align: center;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.grey-panel {
	border: 4px solid #fff;
	background: #f2f2f2;
	border-radius: 5px;
}
.grey-background {
	background: #f2f2f2;
	padding: 10px;
	border-radius: 5px;
}
.teal-background {
	background: #2E4F4D;
	padding: 10px;
}
.manifest-btn {
	max-height: 1em;
}
.manifest-icon {
	max-height: 1.33em;
}
.manifest-icon-sm {
	max-height: 1.1em;
}
.manifest-cur {
	min-width: 4em;
	display: inline-block;
}
.manifest-lbl {
	min-width: 6em;
	display: inline-block;
}
.instructions {
	font-size: .875rem;
	line-height: 1.1875rem;
}
.scale-light {
	background: #fff;
}
.scale-dark {
	background: #f0f0f0;
}
.highlight {
	background: #e8ffff !important;
}
.input-group-addon .input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.form-group {
	margin-bottom: 5px;
}
.fare-no {
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: var(--bs-body-bg);
	background-clip: padding-box;
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.bg-primary {
	background-color: #ffb03b !important;
	color: white;
}
.read-more-box {
  max-height: 240px;
  position: relative;
  overflow: hidden;
}
.read-more-box .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 10px;
  background-image: linear-gradient(to bottom, transparent, #f5f5f5);
}
.alert-secondary a:link,
.alert-secondary a:active,
.alert-secondary a:visited {
	color: #d18513;
}
