@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400');

/* CSS Document */
body{
	background-repeat: no-repeat;
	background-image: url(bg.png);
	background-color: black;
	color: #eee;
}

h1, h2{
	font-family: 'Lato';
	font-weight: 300;
}

#game-tool{
	background-color: rgba(255,255,255,.25);
	border-radius: 10px;
	width: 50%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding: 30px;
}

#game-tool2{
	background-color: rgba(255,255,255,.25);
	border-radius: 10px;
	width: 50%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding: 30px;
}


#game-tool h1{
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-indent: -3000px;
	width: 180px;
	height: 178px;
	margin: -120px auto 0;
}
#game-tool-disclaimer{
	padding-bottom: 20px;
	text-align: center;
}
.game-tool-step h2{
	text-align: center;
	letter-spacing: -1px;
	font-weight: bold;
	margin-top: 0;
}
.game-tool-step button{
	margin: 10px auto;
	text-transform: uppercase;
	font-weight: bold;
}
.gold{
	background: url(../img/gold.png) no-repeat 10px center transparent;
	padding-left: 40px;
}
.robux{
	background: url(../img/robux.png) no-repeat 10px center transparent;
	padding-left: 40px;
}
.gems{
	background: url(../img/gems.png) no-repeat 10px center transparent;
	padding-left: 40px;
}
.elixir{
	background: url(../img/elixir.png) no-repeat 10px center transparent;
	padding-left: 40px;
}
#unlock{
	text-transform: none;
}
#unlock span{
	text-transform:lowercase; font-size: 24px; line-height: 18px; vertical-align: top;
}

@media (max-width: 610px){
	#game-tool{
		width: 94%;
	}
}

#unlock{
	display: none;
}

.comment {
	height:60px;
	vertical-align:top;
}

.avatar {
	display:inline-block;
}

.name {
	height:40px;
	text-align:left;
	line-height:20px;
	display:inline-block;
	margin-left:10px;
	font-size:16px;
	vertical-align:top;
}

.commentss{
	width: 230px;
	height: 90px;
}

#postbutton{
	width: 60px;
	height: 25px;
	background-color: #47639E;
	text-align: center;
	line-height: 25px;
	border: solid 1px #1A356E;
	-webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

#postbutton:hover{
	background-color: #4871C4;
	cursor: pointer;
}
