@charset "UTF-8";
/* CSS Document */

#selectDate {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap:5px;
	list-style: none;
	width:100%;
	margin:40px auto;
}

#selectDate .dateNavBtn{
	display: flex;
	margin:0px!important;
	padding:0px;
	box-sizing: border-box;
	gap:10px;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	overflow: hidden;
	}

	.dateNavBtn a{
		display: flex;
		width: 240px;
		height:80px;
		text-align: center;
		justify-content: center;
		align-items: center;
		font-size: 12pt;
		line-height: 1.6em;
		background-color:#C7FFC8;
		text-decoration: none;
		letter-spacing: 1px;
	}

#shotencolumn {
	width:calc( 100% - 40px );
	display: flex;
	flex-direction: column;
	margin:20px 20px;
	justify-content: center;
	align-items:flex-start;
	min-height: 2.5em;
	box-sizing: border-box;
	border:2px solid darkorange;
	padding:1em;
}
.big {
  font-size: 1.4em;
  font-weight: bold;
}
