
#main{
	background-color:#bed1d1;
	margin-bottom:7px;
	padding:10px;
	background-image:url(../images/zekesnow.png);
	background-size:60px;
}
#main h1{
	font-weight:normal;
	font-size:30pt;
}
#main #desc{
	text-align:center;
	font-size:14pt;
	line-height:1.5;
	width:72%;
	margin:auto;
}

.otherbutton{
	font-size:16pt;
	text-align:center;
	transition: all 0.1s;
	display:block;
	width:290px;
	background-image:url(../images/otherbutton2x.png);
	height:50px;
	padding-top:20px;
	margin:15px auto
}
.buttonfiller {
	margin:auto;
	padding-top:20px;
	transition: all 0.1s;
}
.otherbutton:active {
	background-image:url(../images/otherbuttonpress2x.png);
}
.otherbutton:link{
	color:#184720;
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;

}
.otherbutton:visited{
	color:#184720;
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;

}
.otherbutton:hover{
	color:#2475b3;
	text-decoration:none;
	box-shadow:none;
}
.otherbutton:active{
	color:#90d1d6;
	text-decoration:none;
}
iframe {
	aspect-ratio:16/9;
	width:72%;
}
article#patchNotes {
	width:50%;
	border:6px solid darkslategrey;
	display:inline-block;
	text-align:left;
	padding:6px;
	background-image:url(../images/zekered.png);
	overflow:hidden;
	color:rgb(58, 175, 247);
	padding-top:5px
}
article a{
	border-bottom:3px solid black;
	padding-bottom:1px;
	text-decoration:none;
	transition: all 0.1s;
	color:rgb(247, 231, 58);
}
article a:hover{
	border-bottom:3px solid black;
	padding-bottom:1px;
	text-decoration:none;
	color:white;
}
h3 {
	display:inline;
	margin-right:6px;
}
button {
	border:none;
	background:none;
	font-family:Craft;
	font-size:11pt;
	color:#207f79;
	float:right;
	margin-right:-4px;
}
ul{
	margin-top:12px;
}
li {
	list-style-type: none;
	text-indent:-18px;
	color:rgb(26, 150, 144);
}
article.oldPatch {
	width:90%;
	border:6px solid darkslategrey;
	display:inline-block;
	text-align:left;
	padding:6px;
	background-image:url(../images/zekegrey.png);
	overflow:hidden;
	color:rgb(58, 175, 247);
	padding-top:5px;
}
