
	.table__custom{
		 
	}
	.table__custom tr th,
	.table__custom tr td{
		border:none
	}
	.table__custom tbody{
		display: flex;
		flex-wrap: wrap;
	}
	.table__custom tbody tr{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		flex: 0 0 100%;
		border-bottom: 1px solid #ddd;
	}
	.table__custom tbody tr td{
		display: flex;
		flex: 0 0 100%;
		padding: 5px 5px;
		font-size: 13px;
		border-top: 0px solid rgba(0,0,0,.1)!important;
	}
	.table__custom tbody tr td span{
		margin-left:10px;
	}
	.table__custom tbody tr td input{
		width: 50px;
		padding: 0 10px;
		height: 30px
	}
	  
