.wf-loading {
	visibility: hidden;
}

.wf-active, .wf-inactive {
	visibility: visible;
}

* { box-sizing: border-box;}

html {
	font-family: "pt-sans", sans-serif;
}

html, body {
	color: #9a9a9a;
	background-color: #1e1e1e;
}
a {
	color: #ccc;
}


.logo-mgo2, .logo-forums {
	color: #ccc;
}

.site-logo {
	background-image: ;
	padding-left: 30px;
	padding-top: 30px;
	border: 1px solid rgba(255, 255, 255, .15);
	background-position: center;
	border-radius: 7px;
	display: inline-block;
	background: transparent url("/image/site_logo.png") center center no-repeat;
	position: relative;
	top: 7px;
}

.logo-mgo2 {
	 font-family: "industry";
	 font-weight: bold;
	 font-size: 24px;
	 line-height: 34px;
	 margin-left: 5px;
}

.logo-forums {
	 font-family: "industry";
	 font-weight: thin;
	 font-size: 24px;
	  line-height: 34px;
}


.logo:hover {
	text-decoration: none;
}

section {
  width:60%;
  max-width: 1000px;
  margin: auto;
  font-size: 16px;
  line-height: 24px;

}

.username {
	animation: topToBottom 12.5s linear infinite 0s;
	opacity: 0;
}

.links {
	font-size: 12px;
	margin: 0;
	line-height: 2;
}

.links a {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

.date {
	text-transform: uppercase;
}

.square {
	margin-right: 5px;
}