html{
	font-family: "Arial",sans-serif;
	background: #CCC;
	overflow-x: hidden;
	text-align: center;
}
body{
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  margin: 0px;
}
a{
  display: inline-block;
}
li{
  list-style:none;
}
.wikilist{
 word-break: break-all;
  display: flex;
  margin: auto;
}
.textback{
  margin: 5px;
}
.headerbtns{
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center; 
  width: 100%;
  height: 12%;
  margin-top: 0px;
  background-color: white;
  position: fixed;
}
.gallery{
  width: 100%;
  height: 100%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 5px;
  justify-content: center;
}
.btn{
	display:flex;
	justify-content: space-between;
	flex-direction: column;
	width: 10em;
	margin: auto;
}

.btn a{
	text-decoration:none;
	padding: 5px;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
	border: 2px solid #cccccc;
	border-bottom-color: black;
	border-right-color: black;
	border-top-color: whitesmoke;
	border-left-color: whitesmoke;
	color: black;
}
.btn a:hover {
	border-bottom-color: whitesmoke;
	border-right-color: whitesmoke;
	border-top-color: black;
	border-left-color: black;
}
footer{
  width: 100%;
}
.copy{
  text-align: center;
}

.b19{
  width: 450px;
  min-width: 300px;
  margin-top: 20px;
}
#page-top {
    position: fixed;
    right: 5px;
    bottom: 5px;  
}
#footer{
clear:both;
}



@media (max-width: 619px) {

	.gallery {
		width: 93.5483871vw; /* 580(px) / 620(px) * 100vw */
		overflow-x: hidden;
	}

}