a[href$='xlsx']{
    display: block;
    width: 100px;
    position: relative;
    background: url(/i/xls_icon.png) 15px  center no-repeat;
    background-size: 25px auto;
    padding: 9px 15px 9px 60px;
    color: #fff;
    background-color: #d40000;
    text-decoration: none;
    border-radius: 3px;
    line-height: 30px;
    line-height: 115%;
    opacity: 1;
    transition: opacity 0.15s ease;
}


a[href$='xlsx']:hover{
    opacity: 0.85;
}


@media screen and (max-width: 425px) {
	#text {
		display: none;
	}
}