.app--table {}

.app--table > div > table {
	width: 100%;
	background: white;
	border: none;
	border-spacing: 0;
	border-radius: 10px;
	box-shadow: 0px 5px 10px #0000001A;
}

/* .app--table > table > tr > th,
.app--table > table > tr > td {
	
} */

.app--table .table-posrel {
	position: relative;
}

.app--table .table-row-data:nth-child(2n+1) {
	background: #F2F2F2;
}
