*{box-sizing: border-box}

td{
	/*border: 1px solid grey;*/
	/* font-family: ui-monospace,menlo,monospace; */
	text-align: center;
	border: 2px solid #7aa8;
	border-radius: 5px;
	background-color: #7ab3;
	color: #7aa;
	padding: 5px;
}
th{
	border: 2px solid #7a7;
	border-radius: 5px
}

/*tr:nth-child(even) th{
    border-color: #0d5
}*/
tr{
    opacity: 0.65
}
.today, .tomorrow{
    opacity: 1;
}
table{
	min-width: 100%
}

main{
	overflow: auto;
	width:100%;

	/*--- firefox ---*/
	scrollbar-color: #f778 #0000;
	scrollbar-width: thin;
	padding-bottom: 7px;
}


/*--- chrome ---*/
::-webkit-scrollbar{
	background:#0000;
	height: .3em;
}
::-webkit-scrollbar-thumb{
	background-color: #f778;
	border-radius: 20px;
}


/* *{
    letter-spacing: -0.5px;
} */