*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	border: none;
	outline: none;
	font-family: Tahoma;
}
html
{
 position:fixed;
 overflow:hidden;
 -ms-overflow-style: none;
    border:0px;
 }
 
body {
	background: #01193f
}

/*container*/
.container {
	width: 626px;
	height: 395px;
	background: url("../img/bg-launcher.jpg") no-repeat;
	padding: 10px;
}

/*redes-sociais*/
.redes-sociais {
	display: flex;
	height: 51px;
	align-items: center;
}

.redes-sociais div {
	position: relative;
	left: 30px;
}

.redes-sociais a {
	width: 51px;
	height: 51px;
	display: inline-block;
	position: relative;
}

.redes-sociais .gerenciar {
	width: 110px;
	height: 70px;
	position: relative;
	left: 40px
}


.redes-sociais a:hover {
	transform: scale(1.05)
}
.content_buttons a span,
.redes-sociais a span {
	padding: 3px;
	background: #002858;
	color: #fff;
	font-size: 11px;
	border-radius: 3px;
	display: block;
	width: 100px;
	text-align: center;
	position: absolute;
	display: none;
	margin-top: 2px;
}

.content_buttons a span:after,
.redes-sociais a span:after {
	width: 5px;
	height: 5px;
	border-top: 3px solid #002858;
	border-left: 0px solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 3px solid #002858;
	content: '';
	top: -2px;
	transform: rotate(46deg);
	display: block;
	position: absolute;
	left: 23px;
}



.content_buttons a span.web-site:after,
.content_buttons a span.forum:after {
	top: 13px;
	left: 5px;
	transform: rotate(-135deg)
}

.content_buttons a:hover span,
.redes-sociais a:hover span {
	display: block;
	z-index: 9;
	position: relative;
}

.content_buttons a span.web-site,
.content_buttons a span.forum {
	top: -64px;
	width: 50px;
	left: 8px;
}


/*content*/

.content {
	width:  405px;
	height: 180px;
	background: url("../img/bg-notice.png");
	margin-top: 27px;
}

.container-information {
	overflow: auto !important;
	padding: 7px 0 0 12px;
	height: 126px;
	white-space: pre-line;
	font-size: 12px;
	width: 415px;
	top: -8px;
	margin-bottom: 26px;
}

.content .title {
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 0 5px 10px;
	font-weight: bold;
}

.content ul{
	padding: 10px;
}
.content ul a {
	font-size: 11px;
	color: #000;
	display: block;
	padding: 2px;
	margin: 5px 0 0 0;
	width: 100%;
}

.content ul a:hover {
	text-decoration: underline
}

.content ul a span.tag {
	color: #f30;
	text-transform: uppercase;
}

.content ul a span.date { 
	margin-left: 30px;
	color: #999
}

/*content_buttons*/
.content_buttons {
	display: flex;
	margin-top: 5px;
	align-items: center;
}

.content_buttons button {
	width: 76px;
	height: 30px;
	margin: 6px;
	cursor: pointer;
}

.content_buttons button:hover {
	transform: scale(1.05)
}

.content_buttons button.notices{
	background: url("../img/btn-noticias.png");
}

.content_buttons button.promotions{
	background: url("../img/btn-promocoes.png");
}

.content_buttons button.rankings{
	background: url("../img/btn-rankings.png");
}

.content_buttons a:nth-child(4){
	margin-left: 40px
}

.content_buttons a {
	width: 40px;
	height: 36px
}

.content_buttons a:hover {
	transform: scale(1.05)
}

/*ranking*/

.ranking {
	flex-direction: column;
	padding: 1px;
	width: 417px;
	top: 2px;
}

.scroll {
	overflow-y: scroll !important;
	overflow-x: hidden !important;
	height: 141px !important;
}


.ranking div {
	margin: 5px;
	width: 120px;
	font-size: 8.5px;
}

.ranking div h4 {
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	text-align:center;
}

.ranking div p {
	padding: 3px;
	margin: 1px 0;
}

.ranking div p span {
	padding: 0 3px;
}

.ranking div p span.count,
.ranking div p span.score {
	color: #887;
}


.ranking div p span.name {
	color: #000;
}
