body {
	background-color:#EEEEEE;
}

/****/
.cover-image {
	position: relative;
	border: 1px solid #dadcdf;
	background-size: cover;
	background-position: 50%;
	width: 100%;
	padding-bottom: 100%;
	text-align: center;
	color: #3a4651;
}

.cover-image-wrapper {
	padding: 0 0 10px;
}

.lower, .upper {
	padding: 10px 20px;
}

.board-status {
	display: inline-block;
	font-size: 13px;
	margin-right: 5px;
	vertical-align: middle;
}

.action-row {
	text-align: right;
}

.btn-wrapper {
	display: inline-block;
}

.info-item {
	margin-bottom: 15px;
}

.board-info {
	border-top: 2px solid #dadcdf;
}

.m-content {
	max-width: 1200px;
}

@media(min-width:768px) {
	article {
		height:162px !important;
	}
	.cover-image-wrapper {
		padding: 30px 0 0 35px
	}
	.cover-image {
		border:none
	}
	.upper {
		padding: 30px 20px 10px;
	}
}
@media(min-width:992px) {
	.cover-image-wrapper {
		padding: 30px 35px
	}
	article {
		height:270px !important;
	}
}

/****/


.container {
	/*max-width:1140px;*/
	max-width:100%;
}

.modal-lg {
	max-width:800px;;
}

.mac_day {
	position:relative;
	background-image:url('https://tse2.mm.bing.net/th?id=OIP.3S-E-MC-abTJLAg223BPlAHaFh&pid=15.1&P=0&w=250&h=250');
	display:block;
	text-decoration:none;
	width:250px;
	height:250px;
	line-height:250px;
	border:solid #000000 1px;
	margin:20px auto;
	text-align:center;
}
.mac_day:hover {
	text-decoration:none;
}

.mac_day .mac_number {
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial;
	font-size:60px;
}

img.w {
	width: 100% !important;
	height: auto !important;
	max-width: 320px !important;
	clear: both;
}

#mac_modal .mac-modal-content {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	align-items: center;
}

#mac_modal .mac-modal-content__image {
	width: 100%;
	text-align: center;
}

#mac_modal .mac-modal-content__image img {
	max-height: 220px;
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

#mac_modal .mac-modal-content__text {
	width: 100%;
	margin-bottom: 0.25rem;
}
