@font-face {
	font-family: 'Courier Prime';
	font-style: normal;
	font-weight: 400;
	src: local('Courier Prime Regular'), local('CourierPrime-Regular'),
		url('/courier-prime-v1-latin-regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 400;
	src: local('Nunito Regular'), local('Nunito-Regular'),
		url('/nunito-v12-latin-regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Nunito';
	font-style: normal;
	font-weight: 800;
	src: local('Nunito ExtraBold'), local('Nunito-ExtraBold'),
		url('/nunito-v12-latin-800.woff2') format('woff2');
}

/*@font-face {
	font-family: 'Circular';
	src: url(/lineto-circular-pro-book.woff) format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: auto;
}

@font-face {
	font-family: 'Circular';
	src: url(/lineto-circular-pro-bold.woff) format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: auto;
}*/

/*@import url('https://fonts.googleapis.com/css?family=Courier+Prime|Cutive+Mono|Nunito:400,600,700,800,900|Rubik:400,700,900|Space+Mono&display=swap');*/

body,
h1,
h2,
h3,
p {
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
}

html {
	/*background: #55ce2d;*/
	background-color: #ffcf30; /* for the tint */
	margin: 15px;
}
body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-family: 'Nunito', -apple-system, BlinkMacSystemFont, 'Segoe UI',
		Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	color: #231609;
	max-width: 400px;
	margin: 0 auto;
}

strong {
	font-weight: 800;
}
.time {
	font-family: 'Courier Prime', monospace;
}
.bus {
	background: #fff;
	padding: 8px 14px;
	margin: 15px 0;
	border-radius: 15px;
}
.bus-title {
	text-align: center;
}
.stop {
	font-size: 16px;
	font-weight: 800;
}
#banner {
	width: 32px;
	margin: 5px auto 20px auto;
	display: block;
}
table {
	width: 100%;
}
td {
	font-size: 14px;
	width: 33%;
}
th {
	text-align: center;
	display: none;
}
.time-in {
	text-align: right;
}
.arrow {
	color: #ffcf30;
	font-weight: 800;
	font-size: 20px;
	display: inline-block;
	margin: 0 5px;
}
#settings {
	width: 32px;
	opacity: 0.5;
	display: block;
	margin: 20px auto;
}
.dot {
	color: #3da7f2;
}
.secs {
	opacity: 0.4;
}
