/*#body_ranking {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #2b2b2b;
  background-image:url(../images/landing-bkg.png);
}*/



.wrapper {
  /*margin: 0 auto;
  padding: 40px;*/
  max-width: 800px;
  box-sizing:border-box;
  text-align:center;
}
#ranking_vertodos {
	padding: 6px 12px;
    display: inline-block;
}
#footer_vertodos {
	width:100%;
	background-color: #29abe1;
	height:30px;
	line-height:30px;
	text-align:right;
	margin-left:30px;
	padding:0px 12px;
	box-sizing:border-box;
}

.table {
  margin: 0 0 0px 30px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
  color: #3b3b3b;
}
@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #f6f6f6;
}
.row:nth-of-type(odd) {
  background: #e9e9e9;
}
.row.header, #footer_vertodos {
  font-weight: 900;
  color: #ffffff;
  background: #29abe1;
}
.row.green {
  background: #27ae60;
}
.row.blue {
  background: #2980b9;
}
@media screen and (max-width: 580px) {
  .row {
    padding: 8px 0;
    display: block;
  }
}

.cell {
  padding: 6px 12px;
  display: table-cell;
}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 12px;
    display: block;
  }
}

.pagina-txt {
color: :#fff;
text-align: right;
}