
:root {
	--shadow: #d8dbe8;
	--scrollbarBG: #ccd0e0;
	--thumbBG: #7882ae;
}
::-webkit-scrollbar {
	width: 14px;
}
::-webkit-scrollbar-track {
	/* box-shadow: inset 5px 0 5px grey;  */
	-webkit-box-shadow: inset 0 0 6px grey; 
	border-radius: 10px;
	background: var(--scrollbarBG);
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	background-color: var(--thumbBG);
}

body {
	/* height: 100%;
	width: 100%; */
	margin: 0;
	border: 0;
	padding: 0;
	background-color: black;
	/* background-image: url('news_docs/bkgs/lavender_04.jpg'); */
	/* background-image: url('news_docs/bkgs/coast_sunset.jpg'); */
	/* background-image: url('news_docs/bkgs/coach_jeep_sierras_4_18_19.jpg'); */
	background-image: url('news_docs/bkgs/constitution_desk_flag.jpg');
	background-position: center center;
	background-attachment: fixed;
	/* background-repeat: no-repeat; */
	background-size: cover;
}

#table {
	/* position: fixed; */
	left: 50%;
	bottom: 0px;
	/* transform: translate(-50%, 0%); */
	background-color: #00000040;
	border-radius: 20px;
	margin-bottom: 20px;
}
table td {
	border: 0;
	width: 48px;
	height; auto;
	font: 0.75em arial narrow;
	color: white;
	text-align: center;
}
img {
	margin-bottom: 3px;
	border-radius: 10px;
}
img.bkg {
	background: white;
}
#time {
	margin: 2px 20px 0 0;
	width: 97%;
	font: 0.75em arial;
	font-weight: bold;
	text-align: right;
	color: #5c5c5c;
	text-shadow: 3px 3px 4px #a2a278;
	}
/* #weather { background-color: transparent; opacity: 0.3; } */

