/*bottone personalizzato creato dal backend*/
.download-button {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    box-shadow: 0 0 7px #aaa;
    color: #003f7d;
    float: left;
    height: 170px;
    margin: 0 20px 0 0;
    padding: 10px 0 5px;
    text-align: center;
    text-decoration: none;
    width: 222px;
}

.download-button img{
	height:100%;
	width:auto;
}

/*BOTTONI*/

.btn-grid-update{
	padding:2px
}
