#modal{
	/*position: absolute;
	top:30px;left: 6px;
	width: 300px;*/
	width: 100%;
	height: auto;
	box-shadow: 1px 1px 3px 1px #ccc;
}
.item{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #ccc;
}

.table td,.table th{
	padding: 0.2rem;
}