<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "iso-8859-1";
/* CSS Document */
#this-day {
  width: 100%;
  margin: 0 auto;
  display:flex;
}
#this-day_top {
  width: 100%;
  padding: 16px;
  margin: 0 auto;
  display: inline-block;
}
#this-day_top img {
	width: 65%;
}
#this-day_left {
  position:relative;
  padding: 24px;
  border-width: 2px 0px 2px 2px;
  border-style:solid;
  border-color:black;
  max-width: 20%;
  min-width: 20%;
}
#this-day_right {
  padding: 24px;
  margin: 0 auto;
  text-align: center;
  border:2px solid black;
}
#btn:hover {
    background-color: #B4D8FD;
    color: #000;
}
#btn {
    margin: 12px 12px;
    padding: 10px;
    display: inline-block;
    background: #4040BB;
	text-decoration:none;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    box-shadow: 0 3px 10px rgb(0 0 0 / 80%);
    width: 60%;
}
#mtg_info {
	min-height: 250px;
}
#ed_pol {
	margin-right: 26px;
	position: absolute;
	bottom: 12px;
}
#ed_pol span {
	font-size:x-small;
}
@media only screen and (max-width: 768px) {
	#this-day {
		display:block;
	}
	#this-day_top, #this-day_left, #this-day_right {
		margin: 0 auto !important;
		max-width: 95% !important
	}
	#this-day_left {
  		border-width: 2px 2px 0px 2px;
	}
	#this-day_top img {
		width: 85%;
	}
	#mtg_info {
		min-height: 180px;
	}
}
@media print {
	#this-day_top, #this-day_left, #this-day_right {
		margin: 0 auto !important;
		max-width: 100% !important;
		border-width: 2px;
	}
}
</pre></body></html>