h1{
	font-size: 30px;
	margin-top: 30px
}
.agenti_list{
	width: 100%;
	background: #fff;
	margin-top: 20px;
	box-shadow: 0 0 10px rgb(0,0,0,0.02);
	width: 100%;
	box-shadow: 0 0px 10px rgb(0,0,0,0.2);
	border-radius: 10px;
	margin-top: 20px;
	background: #fff;
}
.add, .edit, .delete{
	display: none
}
.agenti_list th, .agenti_list td{
	padding: 10px;
	padding-left: 15px;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
}
.container{
	padding-left: 30px;
	padding-right: 30px;
}
.edit{
	background: #63b64e;
    border: 0;
    padding: 5px 10px;
    color: #fff;
    font-weight: 700;
}
.delete{
	background: #af4141;
    border: 0;
    padding: 5px 10px;
    color: #fff;
    font-weight: 700;
    margin-left: 10px;
}
h1{
	display: inline-block;
}
.add{
	background: #63b64e;
    margin-left: 20px;
    border: 0;
    padding: 5px 10px;
    color: #fff;
    font-weight: 700;
}
	.edit img, .delete img{
		height: 30px;
		
	}
	.edit, .delete{
		border-radius: 5px
	}
	
.edit img, .delete img {
    height: 16px;
    margin: 7px;
}
@media screen and (max-width:576px){
	.agenti_list th, .agenti_list td{
		padding: 5px;
		padding-left: 7px;
		font-size: 14px	
	}
	.edit img, .delete img{
		height: 14px;
	}
	.last{
		width: 90px
	}
	.container{
		padding: 0 15px
	}
}