.tablepress img {
    border: none;
}

#wrapper {
    width: 100%;
  	height: 70px;
    padding: 0 0 25px;
	
}
#leftcolumn, #rightcolumn, #thirdcolumn {
    float: left;
    max-height: 50px;
    color: white;
  	vertical-align: text-top;
}
#leftcolumn,#rightcolumn,#thirdcolumn {
     width: 33%;
}


td p {
  margin-bottom: 0px;
}
.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */

    width: 50px;
    height: 50px;
    padding-top: 14px;
    background: #444;
    color: #fff;
    text-align: center;
    font: 20px Arial, sans-serif;
    margin: 20px 15px 15px 50px;
  	font-weight:800;
}
#leftcolumn h5, #rightcolumn h5, #thirdcolumn h5 {
  	text-transform: uppercase;
    float: center;
	font: 12px Arial, sans-serif;
    color: #999;
  	font-weight:800;
  	line-height: 0.7em;
  	padding-bottom: 0px !important;
  	margin-bottom: 0px !important;
}
#leftcolumn p, #thirdcolumn p {
    float: center;
	font: 18px Arial, sans-serif;
    color: #444;
	margin-top: -15px;	
}
#rightcolumn p {
    float: center;
	font: 24px Arial, sans-serif;
    color: #444;
	margin-top: -15px;	
  	font-weight: 800;
}

.toplist-review-link {
	font-size: 14px !important;
  	margin-top: 0px !important;
    margin-bottom: 0px !important;
  	text-align: center;
  	line-height: 1em !important;

}

a.visit-button  {
  	margin-top:8px;
	background: #41a860;
    color: #fff !important;
  	line-height: 1em;
    padding: 14px 12px;
    text-align: center;
  	width:250px;
    text-decoration: none !important;
  	box-shadow: 0 6px #368e51;
    display: block;
    font-weight: 800;
    font-size: 14px !important;
    border-radius: 6px;
  	border: none;
    -moz-border-radius: 6px;
    text-transform: uppercase;
}

a.visit-button:hover {
  	margin-top:6px;
  	background: #56b975;
  	font-size: 14px !important;
	box-shadow: 0 8px #40a860;
}
a.visit-button:active {
  	margin-top:12px;
  	background: #56b975;
	box-shadow: 0 2px #40a860;
}

.toplist-img {
  	margin: 14px /* 95px 14px 75px */ !important;
	width:150px;
  	border-radius:75px;
}
