* {
	transition: all .3s ease-in-out
}

body {
	padding: .5rem;
	background: #f5f5f5;
	color: #212121;
	font-family: Verdana, Arial, "Meiryo UI", sans-serif;
	font-siizze: 16px
}

.notify {
	display: none;
	position: fixed;
	z-index: 9999;
	top: 100px;
	left: 50%;
	margin-left: -360px;
	width: 720px;
	height: 72px;
	line-height: 72px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	background: #fff3e0;
	border-radius: 2px;
	box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px
		rgba(0, 0, 0, 0.22)
}

.notify span {
	color: #ff6d00;
	cursor: pointer;
	margin: 0 .25em;
	font-weight: bold
}

.notify span:hover {
	text-decoration: underline
}

a {
	color: #616161;
	text-decoration: none
}

.active .hostname, .hostname:hover {
	color: #ff6d00
}

a:hover {
	text-decoration: underline
}

.server, #twitter {
	background: #fff;
	margin: 8px 8px 16px 8px;
	padding: 0;
	width: 354px;
	height: 500px;
	overflow-x: hidden;
	overflow-y: auto;
	float: left;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
}

.active {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23)
}

.server:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px
		rgba(0, 0, 0, 0.23)
}

.content {
	padding: 16px 16px 24px
}

.server .primarytext {
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 16px;
	padding-right: 48px;
	padding-left: .5em;
	text-indent: -0.5em
}

.server .subtext {
	font-size: 14px;
	line-height: 14px;
	padding-bottom: 4px;
	opacity: .87
}

.server .subtext div {
	padding-bottom: 12px
}

.game:before {
	content: "GameType: ";
	color: #757575
}

.players:before {
	content: "Players: ";
	color: #757575
}

.levelshot {
	width: 354px;
	height: 250px;
	position: relative;
	cursor: pointer;
	background: #9e9e9e
}

.levelshot-image {
	background: #808080;
	width: 354px;
	height: 250px;
	opacity: .666;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px
}

.levelshot-image:hover, .server:hover .levelshot-image {
	opacity: 1
}

.active .levelshot-image {
	opacity: .888
}

.levelshot .map {
	text-transform: uppercase;
	font-size: 24px;
	position: absolute;
	bottom: 16px;
	left: 16px;
	color: #FFF;
	z-index: 999
}

.levelshot .join {
	position: absolute;
	right: 16px;
	bottom: -28px;
	width: 56px;
	height: 56px;
	background: #ffab40;
	border-radius: 100px;
	z-index: 1000;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px
		rgba(0, 0, 0, 0.16);
	transition-timing-function: ease-out
}

.levelshot .join a {
	font-size: 16px;
	font-weight: bold;
	line-height: 56px;
	text-align: center;
	color: #fff3e0;
	display: block;
	width: 56px;
	height: 56px
}

.levelshot:hover .join, .levelshot .join:hover {
	background: #ff6d00
}

.levelshot:hover .join a, .levelshot .join:hover a {
	transform: rotate(360deg)
}

.levelshot .join:hover {
	transform: scale(1.2);
	transition-duration: .1s
}

.playerList {
	margin: 16px 0;
	font-size: 16px;
	line-height: 47px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24)
}

.playerList div {
	border-bottom: #bdbdbd 1px solid;
	overflow: hidden;
	padding: 0 16px
}

.playerList div:nth-child(odd) {
	background: #eee
}

.playerList div:last-child {
	border-bottom: initial;
	padding-bottom: 1px
}

.playerList span {
	float: right
}