/*
 * Toolset.it
 * http://toolset.mrwebmaster.it/css/button-generator.html
 * 
 * Utilizzo: 
 * <a href="#" class="btn-toolset">
 * <strong>Legge 124/2017</strong>
 * </a>
 */
.btn-toolset {
    width           : 180px; /*marquee width */
    height          : 40px; /*marquee height */
    display         : inline-block;
    text-align      : center;
    white-space     : nowrap;
    color           : #fff;
    text-decoration : none;
/*  line-height     : 1.1;*/
    font-weight     : normal;
    font-family     : Helvetica;
    font-size       : 1.5em;
    background-color: #fff;
    border-radius   : 1.5em;
/*   padding        : 1em 1em;*/
    border          : 0.1em solid #006FE6;
    cursor          : pointer;
	padding-top     : 1.5em;		
}
.btn-toolset:hover {
	background-color: #9ffs;
	border-color    : #ff56B3;
}
.btn-toolset > strong {
	 font-size      : 1.3em;
}
/*
.btn-toolse2 {
	width           : 190px; /*marquee width */
	height          : 45x; /*marquee height */
	display         : inline-block;
	text-align      : center;
	white-space     : nowrap;
	color           : #fff;
	text-decoration : none;
	line-height     : 1.1;
	font-family     : Arial,Verdana;
	font-weight     : bold;
	font-size       : 12px;
	background-color: #d0d0d0;
	border-radius   : 15px;
	padding         : 1px 1px;
	border          : 2px solid #fff;
	cursor          : pointer;
}
.btn-toolse2:hover {
	
	background-color: #fff;
	border-color    : #ff56b3;
}
.btn-toolse2 > strong {
	 font-size: 18px;
}	
*/