.riot-news-widget .riot-news-widget-discuss {
	visibility:hidden
}

.riot-news-widget-button {
	text-align:center;
}

.riot-news-widget-button span {
	width: auto;
    background-repeat: repeat-x;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    line-height: 32px;
    font-family: Beaufort;
    font-size: 16px;
    font-weight: 700;
    padding: 0 15px;
    margin: 0 10px;
    color: #dfc18f;
 	background-image: url(http://news.cdn.leagueoflegends.com/public/oembed/0.0.249/img/spritesheet-button-1.png);
    background-position: 0px -111px;
    height: 37px;   
}

.riot-news-widget-button span:before {
	position: absolute;
    top: 0;
    left: -10px;
    content: ' ';
    display: inline-block;
    background-image: url(http://news.cdn.leagueoflegends.com/public/oembed/0.0.249/img/spritesheet-button-1.png);
    background-position: 0px -37px;
    width: 10px;
    height: 37px;    
}

.riot-news-widget-button span:after {
    position: absolute;
    top: 0;
    right: -10px;
    content: ' ';
    display: inline-block;
    background-image: url(http://news.cdn.leagueoflegends.com/public/oembed/0.0.249/img/spritesheet-button-1.png);
    background-position: 0px -185px;
    width: 10px;
    height: 37px;    
}

.riot-news-widget-button span:hover {
    width: auto;
    color: #fcf8f1; 
}