body {
	letter-spacing: unset;
}
#hiddenDiv {
	display: none;
	visibility: hidden;
	opacity: 0;
}
.gpstools-react-component {
	background: none;
	min-height: 105px;
}
.gpstools-react-component[data-react-mounted] {
	animation: gps-fade-in 1s ease-out;
}
header.overflow-hidden {
	overflow: visible !important;
}
.border-stone-100:not(.py-3):not(.px-5) {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
	border-color: #dadada !important;
}
.bg-stone-800 {
	background-color: #95b2d0;
}
.bg-amber-500 {
	background-color: rgb(0, 255, 0);
}
div.px-4:nth-child(1) {
	box-shadow: none;
	border-bottom: none;
}
button.text-white,
.text-stone-700,
.text-stone-900 {
	color: black;
}
.mb-8 {
	margin-bottom: 0;
}
.max-w-full {
	width: 100%;
	position: absolute;
	top: 4200px;
	max-width: 62vw;
	margin: 0 17vw;
}
.row-fluid [class*="span"] {
	margin-left: 0 !important;
}
.jcm-mod {
	padding: 0 14px 0 10px;
	max-width: 1300px;
	margin: 0 auto;
}
.relative > div.mb-8 {
	margin-bottom: 0;
	display: inline-flex;
	gap: 10px;
}
.p-4 {
	padding-top: 0;
}
.text-3xl {
	font-size: 36px;
	font-weight: normal;
	color: #366799;
}
span.inline-flex:nth-child(1),
span.inline-flex:nth-child(2),
section.p-6 {
	display: none !important;
}
span.inline-flex:nth-child(3) {
	color: green;
	padding: 10px;
}
a.inline-flex.items-center {
	color: #366799;
	font-weight: bold;
	padding: 10px;
}
.text-xs {
	font-size: 0.9rem;
}
h1.text-3xl {
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	max-width: 80%;
}
.py-8 {
	padding: 5px 12px;
	background: white !important;
}
.px-5-if {
	margin: 5px 16px;
	padding: 1rem;
}
.px-5 {
	left: 105px;
	top: 4px;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0;
	gap: 5px;
	overflow: hidden;
	max-height: 44px;
	position: absolute;
}
div.gpstools-track-page div.max-w-full.mx-auto section.mb-8,
.lg\:col-span-2,
section.overflow-hidden:nth-child(2) {
	display: none;
}
.rounded-2xl {
	border-radius: 10px;
}
@media (min-width: 1024px) {
	.lg\:col-span-1 {
		grid-column: span 3 / span 3;
	}
}
.Tweez {
	display: flex;
	justify-content: center;
	padding: 6px;
	background: #f88f08;
}
.typewriter div {
	font-size: 1.3em;
	font-family: monospace;
	overflow: hidden;
	border-right: 0.2em solid black;
	white-space: nowrap;
	margin: 0 auto;
	letter-spacing: 0.2em;
	font-weight: bold;
	animation:
		typing 6s steps(40, end),
		blink-caret 0.5s step-end 40;
}
#footer {
	margin: 0 15px;
}
@media screen and (max-width: 650px) {
	.typewriter div {
		font-size: 1em;
	}
	.px-5-if {
		margin: 0 5px;
		padding: 0.6rem;
	}
	.px-5 {
		max-width: 40%;
	}
	div.flex-wrap:nth-child(2) {
		max-width: 35%;
	}
	span.inline-flex:nth-child(3) {
		display: none !important;
	}
	h1.text-3xl {
		max-width: 65%;
	}
	#footer {
		margin: 0;
	}
}
@keyframes typing {
	from {
		width: 0;
	}
	to {
		width: 100%;
	}
}
@keyframes blink-caret {
	from,
	to {
		border-color: transparent;
	}
	50% {
		border-color: black;
	}
}
.GPStable td,
.GPStable th {
	padding: 5px;
}
.GPStable tbody,
.GPStable td,
.GPStable tr {
	border: 1px solid;
	border-color: #cde0f4;
}
.GPStable.GPS2 th,
.GPStable.GPS2 td {
	text-align: center;
	vertical-align: middle;
}
.bkdG {
	background: #ecffed;
}
.GPStable tr:hover {
	background-color: #88d0f0;
}
.noBorder {
	border: 0;
}
div.flex-wrap:nth-child(2) {
	margin-bottom: 5px;
}
.mb-6 {
	margin-bottom: 10px;
}
.text-stone-600 {
	color: black;
}
.bg-stone-100 {
	background-color: rgba(225, 228, 241, 0.56);
}
.text-stone-300,
.text-stone-400 {
	color: rgb(51, 103, 154);
}
.GPSheading {
	background: #66809e !important;
	width: 100%;
}
.GPStable {
	background: white;
	font-size: 15px;
}
.Mtooltip {
	position: relative;
	display: inline-block;
	margin: 5px;
	vertical-align: top;
	margin: 3px;
}

.Mtooltip .Mtooltiptext {
	font-size: 0.9em;
	visibility: hidden;
	width: 220px;
	background-color: white;
	border: 1px solid black;
	border-radius: 5px;
	padding: 5px 15px;
	position: absolute;
	z-index: 1;
	top: -5px;
	right: 125%;
	opacity: 0;
	transition: opacity 1s;
}

.Mtooltip .Mtooltiptext::after {
	content: "";
	position: absolute;
	top: 12%;
	left: 100%;
	margin-top: -10px;
	border: 7px solid;
	border-color: transparent transparent transparent #366799;
}

.Mtooltip:hover .Mtooltiptext {
	visibility: visible;
	opacity: 1;
}
.recordTitle {
	background: #366799;
	color: white;
	display: block;
	margin: -5px -15px 5px -15px;
	line-height: 1.5;
	font-size: 1.1em;
}
