.center{
	text-align: center;
}
.right {
	text-align: right;
}

.home-facebook {
	text-align: center;
}

.obituario-mobile div {
	text-align: center;
}

.pnc_logo{
	float: left;
}
img.pnc_img_header{
	max-height: 150px;
	margin-top: -30px;
}

ul.list_pnc{
	list-style: none;
}
ul.list_pnc li:before {
	content: "\2020 \0020";
	margin-right: 10px;
}

#facebook_connected {
	padding-top: 30px;
	padding-left: 50px;
	font-size: 14px;
}

.aposta_lista ol li:before, ul.list_acertos > li:before{
	content: "\2020 \0020";
	margin-bottom: 3px;
}

.ul_obituario > li, .ul_obituario > li > span {
	text-align: center;
	float: left;
	clear: both;
	width: 100%;
}
.ul_obituario > li, .ul_obituario > li > img {
	margin-bottom: 5px;
}
.ul_obituario > li, .ul_noticias > li {
	border-bottom: 1px solid #222;
	cursor: pointer;
}

.table_ranking .ranking_name{
	font-weight: bold;
	cursor: pointer;
}

.table_top-apostas {
	width: 400px;
}

.table_top-apostas tbody td {
	background-color: #FFF;
}
.table_top-apostas td.same {
	font-weight: bold;
	color: orange;
}
.table_top-apostas td.up {
	font-weight: bold;
	color: green;
}
.table_top-apostas td.down {
	font-weight: bold;
	color: red;
}

.noticia_profile > .ul_noticias { padding: 0px; }
.ul_noticias .noticia_title {
	color: #CCC;
	font-size: 14px;
}
.ul_noticias .noticia_preview{
	padding-left: 10px;
}

.noticia_profile {
	padding: 15px;
	border: 1px solid #444;
}
.noticia_profile h3 {
	width: 100%;
}

.sobre_logos {
	height: 100px;
}

i.valid {
	color: #4A2;
}
i.not_valid{
	color: #F55;
}
i.icon_action {
	cursor: pointer;
}
i.icon_action:hover{
	color: #08c;
}

.input_view_link{
	background-color: #eb4a4a;
	margin-left: 4px;
	float: left;
	width: 100%;
}

.presunto_acertadores {
	margin-top: 20px;
	text-align: left;
}

.mobile-menu {
	padding: 0;
	text-align: center;
}
.mobile-menu li {
	background: #eb4a4a;
	color: #FFF;
	width: 90%;
	text-align: center;
	display: inline-block;
	padding: 12px 25px;
	margin: 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.mobile-menu li a {
	width: 100%;
	display: block;
	color: #FFF;
}

@media only screen and (max-width: 768px) {
	/* Add your Mobile Styles here */
	img.pnc_img_header{
		width: 100%;
		margin-top: 10px;
	}

}





.corona {
	font-weight: bold;
}

.corona .confirmed {
	color: green;
}
.corona .suspect {
	color: orange;
}
.corona .negative {
	color: #ff0066;
}
.corona .cured {
	color: blue;
}
.corona .dead {
	color: black;
}

