@charset "UTF-8";
	

h2 {
	font-size: 150%;
	margin-left:30px;
	}
	
h2 span {
	color: #00b3ff;
	font-size:150%;
	}
	
h2.year_month {
	margin: 40px 0 20px 0;
	}

p {
	padding: 0 ;
	margin: 2em 0;
	}
	
p.lastUpdate {
	text-align: right;
	font-size: small;
	margin: 0 0 10px 0;
	}

#mainContent {
	width: 90%;
	margin: 0 auto;
	line-height: 1em;
	background: none;
}

#mainContent .livepastTable {
	font-size: x-small;
	height: 1200px;
	overflow-y: scroll;
	overflow-x: hidden;
	}
	
#mainContent .livepastTable table{
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
  table-layout: fixed;
  word-wrap: break-word;
	border-collapse: collapse;
	}

@media only screen and (max-width:640px){
		#mainContent .livepastTable{
	overflow-x: auto;
}
	#mainContent .livepastTable table{
width: 576px;
	}
}
#mainContent .livepastTable table td, th{
	padding: 4px 4px 4px 4px;
	border-right:0px solid black;
	border-left:0px solid black;
}

#mainContent .livepastTable td:first-child,
#mainContent .livepastTable th:first-child{
	text-align: center;
	font-size: small;
	width: 52px;
}

#mainContent .livepastTable td:nth-child(2), #mainContent .livepastTableth:nth-child(2){
	padding: 4px 8px 4px 4px;
}

#mainContent .livepastTable td:nth-child(3),  #mainContent .livepastTable th:nth-child(3){
	text-align: center;
	width: 72px;
}

#mainContent .livepastTable td:nth-child(4), #mainContent .livepastTable th:nth-child(4){
	text-align: center;
	width: 120px;
}

#mainContent .livepastTable td:nth-child(5), #mainContent .livepastTable th:nth-child(5){
	text-align: center;
	width: 96px;
}

#mainContent .livepastTable tr{
	border-bottom-color: #0000ff;
}

#mainContent .livepastTable tr:nth-child(odd){
	background-color: #ebebf6;
	color: #3c3c3c;
}

#mainContent .livepastTable tr:nth-child(even){
	background-color: #f8faff;
	color: #3c3c3c;
}

#mainContent .livepastTable  .cancel{
	color: #b4b1b1;
}

#mainContent .livepastTable  .covid{
	color: #c6aeae;
}


#mainContent .scheduleTable th{
	background:#EBEFF0;
	color: #303A53;
	font-weight: normal;
}

#mainContent .livepastTable th.title{
	background: #DBDBD2;
	color:#333;
	font-size: x-small;
}

#mainContent a:link,
#mainContent a:visited{
	color: #3c3c3c;
	text-decoration: underline;
	}
	
#mainContent a:active,
#mainContent a:hover{
	color: #cc0099;
	text-decoration: underline;
	}	