@charset "utf-8";
#Calendar{
	width:100%;
  height:450px;
  padding:.7rem 0
}
.appBorder{
	float:left;
	width:450px;
}
@media(max-width:922px){
	#Calendar{
		height:900px
	}
	.appBorder{
		width:100%
	}
}
.appBorder div{
	width:450px;
	margin:auto
}
#Calendar table{
  border-collapse:separate
}
#Calendar th{
  text-align:center
}
#CalendarTitle{
  font-size:1.7rem;
  color:#333;
  padding:.5rem 0;
  text-align:center
}
.ReleaseInfo{
  margin:2rem 0
}
.ReleaseTitle{
  padding:.5rem 0;
  font-size:1.4rem
}